public class LanguageData extends EntityData<LanguageDTO>
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<java.lang.Boolean,LanguageData> |
ALLOW_TEMPLATE |
static java.lang.String |
CLASS_NAME |
static ListProperty<LanguageVO,LanguageData> |
POSSIBLE_PARENTS |
CAN_VIEW_HISTORY_LOG, CONFIRMATION_PASSWORD_INPUT, DTO, EDITABLE, LOG_TYPE, TRANSLATED_PROPERTY_TYPES, TRANSLATED_VALUES| Constructor and Description |
|---|
LanguageData() |
LanguageData(Property<T,? super LanguageData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.List<LanguageVO> |
getPossibleParents() |
boolean |
isAllowTemplate() |
void |
setAllowTemplate(boolean allowTemplate) |
void |
setPossibleParents(java.util.List<LanguageVO> possibleParents) |
getConfirmationPasswordInput, getDto, getLogType, getTranslatedPropertyTypes, getTranslatedValues, isCanViewHistoryLog, isEditable, setCanViewHistoryLog, setConfirmationPasswordInput, setDto, setEditable, setLogType, setTranslatedPropertyTypes, setTranslatedValuesaddPropertyChangeListener, 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<java.lang.Boolean,LanguageData> ALLOW_TEMPLATE
public static final ListProperty<LanguageVO,LanguageData> POSSIBLE_PARENTS
public LanguageData()
public LanguageData(Property<T,? super LanguageData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class EntityData<LanguageDTO>public boolean isAllowTemplate()
public void setAllowTemplate(boolean allowTemplate)
public java.util.List<LanguageVO> getPossibleParents()
public void setPossibleParents(java.util.List<LanguageVO> possibleParents)