public class LanguageDTO extends ConfigurationEntityDTO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<LanguageVO,LanguageDTO> |
PARENT |
static BasicProperty<BuiltinLanguage,LanguageDTO> |
TEMPLATE |
DESCRIPTION, INTERNAL_NAMENAMEID| Constructor and Description |
|---|
LanguageDTO() |
LanguageDTO(java.lang.Long id) |
LanguageDTO(Property<T,? super LanguageDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
LanguageVO |
getParent() |
BuiltinLanguage |
getTemplate() |
void |
setParent(LanguageVO parent) |
void |
setTemplate(BuiltinLanguage template) |
getDescription, getInternalName, setDescription, setInternalNamecompareTo, getName, setName, toStringgetVersion, isPersistent, isTransient, setVersionequals, getId, hashCode, setIdaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<LanguageVO,LanguageDTO> PARENT
public static final BasicProperty<BuiltinLanguage,LanguageDTO> TEMPLATE
public LanguageDTO()
public LanguageDTO(java.lang.Long id)
public LanguageDTO(Property<T,? super LanguageDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class ConfigurationEntityDTOpublic LanguageVO getParent()
public void setParent(LanguageVO parent)
public BuiltinLanguage getTemplate()
public void setTemplate(BuiltinLanguage template)