public class MrefValue_Value extends AbstractEntity implements Entity
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
AUTOID |
static java.lang.String |
ENTITY_NAME |
static java.lang.String |
MREFVALUE |
static java.lang.String |
VALUE |
| Constructor and Description |
|---|
MrefValue_Value() |
| 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() |
java.lang.Integer |
getAutoid()
Get the automatic id field to ensure ordering of mrefs.
|
EntityMetaData |
getEntityMetaData() |
java.lang.String |
getEntityName() |
java.lang.Integer |
getIdValue() |
java.util.List<java.lang.String> |
getLabelAttributeNames() |
MrefValue |
getMrefValue()
Get the .
|
Characteristic |
getValue()
Get the .
|
int |
hashCode() |
void |
set(Entity entity,
boolean strict) |
void |
set(java.lang.String attributeName,
java.lang.Object value) |
void |
setAutoid(java.lang.Integer autoid)
Set the automatic id field to ensure ordering of mrefs.
|
void |
setMrefValue(MrefValue mrefValue)
Set the .
|
void |
setValue(Characteristic value)
Set the .
|
java.lang.String |
toString() |
java.lang.String |
toString(boolean verbose) |
getBoolean, 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 AUTOID
public static final java.lang.String VALUE
public static final java.lang.String MREFVALUE
public java.lang.String getEntityName()
public java.lang.Integer getAutoid()
public void setAutoid(java.lang.Integer autoid)
autoid - public Characteristic getValue()
public void setValue(Characteristic value)
value - public MrefValue getMrefValue()
public void setMrefValue(MrefValue mrefValue)
mrefValue - public java.lang.Object get(java.lang.String name)
public java.lang.String toString()
toString in class AbstractEntitypublic java.lang.String toString(boolean verbose)
public java.lang.Integer getIdValue()
getIdValue in interface Entitypublic java.lang.Iterable<java.lang.String> getAttributeNames()
getAttributeNames in interface Entitypublic java.util.List<java.lang.String> getLabelAttributeNames()
getLabelAttributeNames in interface Entitypublic void set(java.lang.String attributeName,
java.lang.Object value)
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic EntityMetaData getEntityMetaData()
getEntityMetaData in interface EntityCopyright © 2014. All Rights Reserved.