@Entity public class RuntimeProperty extends AbstractEntity implements Entity, Identifiable
| Modifier and Type | Field and Description |
|---|---|
static String |
ENTITY_NAME |
static String |
ID |
static String |
IDENTIFIER |
static String |
NAME |
static String |
VALUE |
| Constructor and Description |
|---|
RuntimeProperty() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
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..
|
String |
getIdentifier()
Get the user supplied or automatically assigned (using a decorator) unique and short identifier, e.g.
|
Integer |
getIdValue() |
List<String> |
getLabelAttributeNames() |
String |
getName()
Get the human readible name, not necessary unique..
|
String |
getValue()
Get the .
|
int |
hashCode() |
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..
|
void |
setIdentifier(String identifier)
Set the user supplied or automatically assigned (using a decorator) unique and short identifier, e.g.
|
void |
setName(String name)
Set the human readible name, not necessary unique..
|
void |
setValue(String value)
Set the .
|
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 IDENTIFIER
public static final String NAME
public static final String VALUE
public String getEntityName()
public Integer getId()
public void setId(Integer id)
public String getIdentifier()
getIdentifier in interface Identifiablepublic void setIdentifier(String identifier)
setIdentifier in interface Identifiableidentifier - public String getName()
getName in interface Identifiablepublic void setName(String name)
setName in interface Identifiablename - public String getValue()
public void setValue(String value)
value - 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.