public class DataTranslationDTO extends Bean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.String,DataTranslationDTO> |
DESCRIPTION |
static BasicProperty<java.lang.Long,DataTranslationDTO> |
ENTITY_ID |
static BasicProperty<DataTranslationType,DataTranslationDTO> |
TYPE |
static ListProperty<DataTranslationValueDTO,DataTranslationDTO> |
VALUES |
| Constructor and Description |
|---|
DataTranslationDTO() |
DataTranslationDTO(Property<T,? super DataTranslationDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.lang.String |
getDescription() |
java.lang.Long |
getEntityId() |
DataTranslationType |
getType() |
java.util.List<DataTranslationValueDTO> |
getValues() |
void |
setDescription(java.lang.String description) |
void |
setEntityId(java.lang.Long entityId) |
void |
setType(DataTranslationType type) |
void |
setValues(java.util.List<DataTranslationValueDTO> values) |
addPropertyChangeListener, 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.String,DataTranslationDTO> DESCRIPTION
public static final BasicProperty<java.lang.Long,DataTranslationDTO> ENTITY_ID
public static final BasicProperty<DataTranslationType,DataTranslationDTO> TYPE
public static final ListProperty<DataTranslationValueDTO,DataTranslationDTO> VALUES
public DataTranslationDTO()
public DataTranslationDTO(Property<T,? super DataTranslationDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
public java.lang.Long getEntityId()
public void setEntityId(java.lang.Long entityId)
public DataTranslationType getType()
public void setType(DataTranslationType type)
public java.util.List<DataTranslationValueDTO> getValues()
public void setValues(java.util.List<DataTranslationValueDTO> values)