public interface LookupType
| Modifier and Type | Method and Description |
|---|---|
LookupCode |
addLookup(java.lang.String code,
java.lang.String meaning,
java.lang.String desc)
Creates a lookup to this lookup type.
|
java.lang.String |
getCode()
Returns the code.
|
java.lang.String |
getDescription()
Returns the description.
|
java.util.Collection<LookupCode> |
getLookupCodes()
Retrieves all the lookup code for this lookup type.
|
java.lang.String |
getMeaning()
Returns the meaning.
|
void |
setDescription(java.lang.String description)
Sets the description.
|
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 descriptionjava.util.Collection<LookupCode> getLookupCodes()
LookupCode addLookup(java.lang.String code, java.lang.String meaning, java.lang.String desc)
code - code of the lookupmeaning - meaning of the lookupdesc - description of the lookup