public class NFECatalogValue
extends java.lang.Object
Constructor and Description |
---|
NFECatalogValue() |
Modifier and Type | Method and Description |
---|---|
NFECatalogValue |
createCopy()
Returns object copy.
|
long |
getId()
Gets the value ID
|
java.lang.Object |
getValue()
Gets the actual value
|
void |
setId(long id)
Sets the value ID
|
void |
setValue(java.lang.Object value)
Sets the actual value
|
public long getId()
public void setId(long id)
id
- the value IDpublic java.lang.Object getValue()
public void setValue(java.lang.Object value)
value
- an Object subclass instancepublic NFECatalogValue createCopy()