public class LanguageDetailedVO extends LanguageVO
| Modifier and Type | Field and Description |
|---|---|
static Property<java.lang.Boolean,LanguageDetailedVO> |
GLOBAL |
static Property<DateTime,LanguageDetailedVO> |
LAST_MODIFIED |
static Property<java.lang.String,LanguageDetailedVO> |
LAST_MODIFIED_IN_MILLIS |
static Property<LanguageDetailedVO,LanguageDetailedVO> |
PARENT |
static Property<BuiltinLanguage,LanguageDetailedVO> |
TEMPLATE |
INTERNAL_NAMENAMEID| Constructor and Description |
|---|
LanguageDetailedVO() |
LanguageDetailedVO(java.lang.Long id) |
LanguageDetailedVO(Property<T,? super LanguageDetailedVO> 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
|
DateTime |
getLastModified() |
java.lang.String |
getLastModifiedInMillis() |
LanguageDetailedVO |
getParent() |
BuiltinLanguage |
getTemplate() |
boolean |
isGlobal() |
void |
setGlobal(boolean global) |
void |
setLastModified(DateTime lastModified) |
void |
setLastModifiedInMillis(java.lang.String lastModifiedInMillis) |
void |
setParent(LanguageDetailedVO parent) |
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.Boolean,LanguageDetailedVO> GLOBAL
public static final Property<DateTime,LanguageDetailedVO> LAST_MODIFIED
public static final Property<java.lang.String,LanguageDetailedVO> LAST_MODIFIED_IN_MILLIS
public static final Property<LanguageDetailedVO,LanguageDetailedVO> PARENT
public static final Property<BuiltinLanguage,LanguageDetailedVO> TEMPLATE
public LanguageDetailedVO()
public LanguageDetailedVO(java.lang.Long id)
public LanguageDetailedVO(Property<T,? super LanguageDetailedVO> 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 boolean isGlobal()
public DateTime getLastModified()
public java.lang.String getLastModifiedInMillis()
public LanguageDetailedVO getParent()
public BuiltinLanguage getTemplate()
public void setGlobal(boolean global)
public void setLastModified(DateTime lastModified)
public void setLastModifiedInMillis(java.lang.String lastModifiedInMillis)
public void setParent(LanguageDetailedVO parent)
public void setTemplate(BuiltinLanguage template)