@Entity public class Value extends AbstractEntity implements Entity, Autoid
| Modifier and Type | Field and Description |
|---|---|
static String |
__TYPE |
static String |
ENTITY_NAME |
static String |
ID |
| Constructor and Description |
|---|
Value() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
get__Type()
Get the Subtypes have to be set to allow searching.
|
String |
get__TypeLabel()
Get tha label for enum __Type.
|
List<ValueLabel> |
get__TypeOptions()
__Type is enum.
|
Object |
get(String name)
Generic getter.
|
Iterable<String> |
getAttributeNames() |
EntityMetaData |
getEntityMetaData() |
String |
getEntityName() |
Integer |
getId()
Get the automatically generated internal id, only for internal use..
|
Integer |
getIdValue() |
List<String> |
getLabelAttributeNames() |
int |
hashCode() |
void |
set__Type(String __Type)
Set the Subtypes have to be set to allow searching.
|
void |
set(Entity entity,
boolean strict) |
void |
set(String attributeName,
Object value) |
void |
setId(Integer id)
Set the automatically generated internal id, only for internal use..
|
String |
toString() |
String |
toString(boolean verbose) |
getBoolean, getDate, getDouble, getEntities, getEntity, getInt, getIntList, getLabelValue, getList, getLong, getString, getTimestamp, getUtilDate, isObjectRepresentation, set, setValuesFromStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetBoolean, getDate, getDouble, getEntities, getEntity, getInt, getIntList, getLabelValue, getList, getLong, getString, getTimestamp, getUtilDate, setpublic static final String ENTITY_NAME
public static final String ID
public static final String __TYPE
public String getEntityName()
public Integer getId()
public void setId(Integer id)
public String get__Type()
public void set__Type(String __Type)
__Type - public String get__TypeLabel()
public List<ValueLabel> get__TypeOptions()
public String toString()
toString in class AbstractEntitypublic String toString(boolean verbose)
public Integer getIdValue()
getIdValue in interface Entitypublic Iterable<String> getAttributeNames()
getAttributeNames in interface Entitypublic List<String> getLabelAttributeNames()
getLabelAttributeNames in interface Entitypublic EntityMetaData getEntityMetaData()
getEntityMetaData in interface EntityCopyright © 2015. All Rights Reserved.