public class DocumentDTO extends NamedEntityDTO
| Modifier and Type | Field and Description |
|---|---|
static Property<DocumentCategoryVO,DocumentDTO> |
CATEGORY |
static Property<java.lang.String,DocumentDTO> |
DESCRIPTION |
static Property<java.lang.Boolean,DocumentDTO> |
ENABLE |
NAMEID| Constructor and Description |
|---|
DocumentDTO() |
DocumentDTO(java.lang.Long id) |
DocumentDTO(Property<T,? super DocumentDTO> 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
|
DocumentCategoryVO |
getCategory() |
java.lang.String |
getDescription() |
java.lang.Boolean |
getEnable() |
void |
setCategory(DocumentCategoryVO category) |
void |
setDescription(java.lang.String description) |
void |
setEnable(java.lang.Boolean enable) |
compareTo, getName, setName, toStringgetVersion, isPersistent, isTransient, setVersionequals, getId, hashCode, setIdaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<DocumentCategoryVO,DocumentDTO> CATEGORY
public static final Property<java.lang.String,DocumentDTO> DESCRIPTION
public static final Property<java.lang.Boolean,DocumentDTO> ENABLE
public DocumentDTO()
public DocumentDTO(java.lang.Long id)
public DocumentDTO(Property<T,? super DocumentDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class NamedEntityDTOprotected void doSet(Property<?,?> property, java.lang.Object value)
doSet in class NamedEntityDTOpublic java.lang.Object get(Property<?,?> property)
ObservableBeanget in class NamedEntityDTOpublic DocumentCategoryVO getCategory()
public java.lang.String getDescription()
public java.lang.Boolean getEnable()
public void setCategory(DocumentCategoryVO category)
public void setDescription(java.lang.String description)
public void setEnable(java.lang.Boolean enable)