@Entity public class MrefValue extends Value implements Entity
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ENTITY_NAME |
static java.lang.String |
ID |
static java.lang.String |
VALUE |
| Constructor and Description |
|---|
MrefValue() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Object |
get(java.lang.String name)
Generic getter.
|
java.lang.Iterable<java.lang.String> |
getAttributeNames() |
EntityMetaData |
getEntityMetaData() |
java.lang.String |
getEntityName() |
java.lang.Integer |
getIdValue() |
java.util.List<java.lang.String> |
getLabelAttributeNames() |
java.util.List<Characteristic> |
getValue()
Get the .
|
int |
hashCode() |
void |
set(Entity entity,
boolean strict) |
void |
set(java.lang.String attributeName,
java.lang.Object value) |
void |
setValue(java.util.List<Characteristic> value)
Set the .
|
java.lang.String |
toString() |
java.lang.String |
toString(boolean verbose) |
get__Type, get__TypeLabel, get__TypeOptions, getId, set__Type, setIdgetBoolean, getDate, getDouble, getEntities, getEntities, getEntity, getEntity, getInt, getIntList, getLabelValue, getList, getLong, getString, getTimestamp, getUtilDate, isObjectRepresentation, set, setValuesFromStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetBoolean, getDate, getDouble, getEntities, getEntities, getEntity, getEntity, getInt, getIntList, getLabelValue, getList, getLong, getString, getTimestamp, getUtilDate, setpublic static final java.lang.String ENTITY_NAME
public static final java.lang.String VALUE
public static final java.lang.String ID
public java.lang.String getEntityName()
getEntityName in class Valuepublic java.util.List<Characteristic> getValue()
public void setValue(java.util.List<Characteristic> value)
value - public java.lang.Object get(java.lang.String name)
public void set(Entity entity, boolean strict)
public java.lang.Integer getIdValue()
getIdValue in interface EntitygetIdValue in class Valuepublic java.lang.Iterable<java.lang.String> getAttributeNames()
getAttributeNames in interface EntitygetAttributeNames in class Valuepublic java.util.List<java.lang.String> getLabelAttributeNames()
getLabelAttributeNames in interface EntitygetLabelAttributeNames in class Valuepublic void set(java.lang.String attributeName,
java.lang.Object value)
public EntityMetaData getEntityMetaData()
getEntityMetaData in interface EntitygetEntityMetaData in class ValueCopyright © 2014. All Rights Reserved.