public class LanguageVO extends ConfigurationEntityVO
| Modifier and Type | Field and Description |
|---|---|
static Property<java.lang.String,LanguageVO> |
DESCRIPTION |
static Property<DateTime,LanguageVO> |
LAST_MODIFIED |
static Property<java.lang.String,LanguageVO> |
LAST_MODIFIED_IN_MILLIS |
static Property<BuiltinLanguage,LanguageVO> |
TEMPLATE |
INTERNAL_NAMENAMEID| Constructor and Description |
|---|
LanguageVO() |
LanguageVO(java.lang.Long id) |
LanguageVO(Property<T,? super LanguageVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Property<?,?>> |
doGetProperties() |
protected void |
doSet(Property<?,?> property,
java.lang.Object value) |
java.lang.Object |
get(Property<?,?> property)
Returns the value of the given property
|
java.lang.String |
getDescription() |
DateTime |
getLastModified() |
java.lang.String |
getLastModifiedInMillis() |
BuiltinLanguage |
getTemplate() |
void |
setDescription(java.lang.String description) |
void |
setLastModified(DateTime lastModified) |
void |
setLastModifiedInMillis(java.lang.String lastModifiedInMillis) |
void |
setTemplate(BuiltinLanguage template) |
getInternalName, setInternalNamecompareTo, getName, setName, toStringgetId, getIds, getUniqueIdsequals, getId, hashCode, setIdaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<java.lang.String,LanguageVO> DESCRIPTION
public static final Property<DateTime,LanguageVO> LAST_MODIFIED
public static final Property<java.lang.String,LanguageVO> LAST_MODIFIED_IN_MILLIS
public static final Property<BuiltinLanguage,LanguageVO> TEMPLATE
public LanguageVO()
public LanguageVO(java.lang.Long id)
public LanguageVO(Property<T,? super LanguageVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class ConfigurationEntityVOprotected void doSet(Property<?,?> property, java.lang.Object value)
doSet in class ConfigurationEntityVOpublic java.lang.Object get(Property<?,?> property)
ObservableBeanget in class ConfigurationEntityVOpublic java.lang.String getDescription()
public DateTime getLastModified()
public java.lang.String getLastModifiedInMillis()
public BuiltinLanguage getTemplate()
public void setDescription(java.lang.String description)
public void setLastModified(DateTime lastModified)
public void setLastModifiedInMillis(java.lang.String lastModifiedInMillis)
public void setTemplate(BuiltinLanguage template)