@Entity public class FreemarkerTemplate extends AbstractEntity implements Entity
| Modifier and Type | Field and Description |
|---|---|
static String |
ENTITY_NAME |
static String |
ID |
static String |
NAME |
static String |
VALUE |
| Constructor and Description |
|---|
FreemarkerTemplate() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Object |
get(String name)
Generic getter.
|
Iterable<String> |
getAttributeNames() |
EntityMetaData |
getEntityMetaData() |
String |
getEntityName() |
String |
getId()
Get the automatically generated internal id, only for internal use..
|
String |
getIdValue() |
String |
getName()
Get the Name of the entity.
|
String |
getValue()
Get the .
|
int |
hashCode() |
void |
set(Entity entity) |
void |
set(Entity entity,
boolean strict) |
void |
set(String attributeName,
Object value) |
void |
setId(String id)
Set the automatically generated internal id, only for internal use..
|
void |
setName(String name)
Set the Name of the entity.
|
void |
setValue(String value)
Set the .
|
String |
toString() |
String |
toString(boolean verbose) |
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.