public class DocumentDTO extends NamedEntityDTO
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<DocumentCategoryVO,DocumentDTO> |
CATEGORY |
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.String,DocumentDTO> |
DESCRIPTION |
static BasicProperty<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 |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
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, 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<DocumentCategoryVO,DocumentDTO> CATEGORY
public static final BasicProperty<java.lang.String,DocumentDTO> DESCRIPTION
public static final BasicProperty<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 NamedEntityDTOpublic DocumentCategoryVO getCategory()
public void setCategory(DocumentCategoryVO category)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public java.lang.Boolean getEnable()
public void setEnable(java.lang.Boolean enable)