public interface LookupCode
| Modifier and Type | Method and Description |
|---|---|
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.
|
java.lang.String getCode()
java.lang.String getMeaning()
void setMeaning(java.lang.String meaning)
meaning - the meaningjava.lang.String getDescription()
void setDescription(java.lang.String description)
description - the descriptionboolean isEnabled()
void setEnabled(boolean enabled)
enabled - if this lookup code is enabledjava.lang.Number getDisplaySequence()
void setDisplaySequence(java.lang.Number value)
value - the display sequence