public class LookupTableInfoImpl extends Object implements LookupTableInfo
Constructor and Description |
---|
LookupTableInfoImpl(LookupTableImpl lookupTable,
String name,
String description)
Create a lookup table based on the given table
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Get the optional lookup table description.
|
String |
getName()
Get the lookup table human readable name.
|
LookupTable |
getTable()
Get the lookup table.
|
public LookupTableInfoImpl(LookupTableImpl lookupTable, String name, String description)
lookupTable
- the lookuptablename
- the namedescription
- the descriptionpublic String getName()
LookupTableInfo
getName
in interface LookupTableInfo
LookupTableInfo.getName()
public String getDescription()
LookupTableInfo
getDescription
in interface LookupTableInfo
null
LookupTableInfo.getDescription()
public LookupTable getTable()
LookupTableInfo
getTable
in interface LookupTableInfo
LookupTableInfo.getTable()
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a