DefaultSettingsEntity@Entity @Deprecated public class RuntimeProperty extends AbstractEntity implements Entity
| Modifier and Type | Field and Description |
|---|---|
static String |
ENTITY_NAME
Deprecated.
|
static String |
ID
Deprecated.
|
static String |
NAME
Deprecated.
|
static String |
VALUE
Deprecated.
|
| Constructor and Description |
|---|
RuntimeProperty()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Deprecated.
|
Object |
get(String name)
Deprecated.
Generic getter.
|
Iterable<String> |
getAttributeNames()
Deprecated.
|
EntityMetaData |
getEntityMetaData()
Deprecated.
|
String |
getEntityName()
Deprecated.
|
String |
getId()
Deprecated.
Get the automatically generated internal id, only for internal use..
|
String |
getIdValue()
Deprecated.
|
String |
getName()
Deprecated.
Get the .
|
String |
getValue()
Deprecated.
Get the .
|
int |
hashCode()
Deprecated.
|
void |
set(Entity entity)
Deprecated.
|
void |
set(Entity entity,
boolean strict)
Deprecated.
|
void |
set(String attributeName,
Object value)
Deprecated.
|
void |
setId(String id)
Deprecated.
Set the automatically generated internal id, only for internal use..
|
void |
setName(String name)
Deprecated.
Set the .
|
void |
setValue(String value)
Deprecated.
Set the .
|
String |
toString()
Deprecated.
|
String |
toString(boolean verbose)
Deprecated.
|
getBoolean, getDate, getDouble, getEntities, getEntities, getEntity, getEntity, getInt, getIntList, getLabelValue, getList, getLong, getString, getTimestamp, getUtilDate, isObjectRepresentation, setValuesFromString, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetBoolean, getDate, getDouble, getEntities, getEntities, getEntity, getEntity, getInt, getIntList, getLabelValue, getList, getLong, getString, getTimestamp, getUtilDatepublic static final String ENTITY_NAME
public static final String ID
public static final String NAME
public static final String VALUE
public String getEntityName()
public String getId()
public void setId(String id)
id - public String getName()
public void setName(String name)
name - public String getValue()
public void setValue(String value)
value - public void set(Entity entity, boolean strict)
public String toString()
toString in class AbstractEntitypublic String toString(boolean verbose)
public String getIdValue()
getIdValue in interface Entitypublic Iterable<String> getAttributeNames()
getAttributeNames in interface Entitypublic EntityMetaData getEntityMetaData()
getEntityMetaData in interface EntityCopyright © 2015. All Rights Reserved.