Oracle Fusion Middleware Java API Reference for Oracle ADF Model Business Editor Objects
11g Release 1 (11.1.1.7.0)

E36215-01

oracle.adf.businesseditor.objects
Interface LookupCode

All Known Implementing Classes:
LookupCodeImpl

public interface LookupCode

A lookup code.


Method Summary
 java.lang.String getCode()
          Returns the code.
 java.lang.String getDescription()
          Returns the description.
 java.lang.Number getDisplaySequence()
          Returns the display sequence of the lookup code
 java.lang.String getMeaning()
          Returns the meaning.
 boolean isEnabled()
          Returns if this lookup code is enabled
 void setDescription(java.lang.String description)
          Sets the description.
 void setDisplaySequence(java.lang.Number value)
          Sets the display sequence of the lookup code.
 void setEnabled(boolean enabled)
          Sets if this lookup code is enabled
 void setMeaning(java.lang.String meaning)
          Sets the meaning.
 

Method Detail

getCode

java.lang.String getCode()
Returns the code.

Returns:
the code
Throws:

getMeaning

java.lang.String getMeaning()
Returns the meaning.

Returns:
the meaning
Throws:

setMeaning

void setMeaning(java.lang.String meaning)
Sets the meaning.

Parameters:
meaning - the meaning
Throws:

getDescription

java.lang.String getDescription()
Returns the description.

Returns:
the description
Throws:

setDescription

void setDescription(java.lang.String description)
Sets the description.

Parameters:
description - the description
Throws:

isEnabled

boolean isEnabled()
Returns if this lookup code is enabled

Returns:
if this lookup code is enabled
Throws:

setEnabled

void setEnabled(boolean enabled)
Sets if this lookup code is enabled

Parameters:
enabled - if this lookup code is enabled
Throws:

getDisplaySequence

java.lang.Number getDisplaySequence()
Returns the display sequence of the lookup code

Returns:
the display sequence
Throws:

setDisplaySequence

void setDisplaySequence(java.lang.Number value)
Sets the display sequence of the lookup code.

Parameters:
value - the display sequence
Throws:

Oracle Fusion Middleware Java API Reference for Oracle ADF Model Business Editor Objects
11g Release 1 (11.1.1.7.0)

E36215-01

Copyright © 1997, 2013, Oracle. All rights reserved.