public class DocumentVO extends NamedEntityVO
| Modifier and Type | Field and Description |
|---|---|
static Property<DocumentCategoryVO,DocumentVO> |
CATEGORY |
static Property<java.lang.String,DocumentVO> |
DESCRIPTION |
static Property<java.lang.Boolean,DocumentVO> |
HAS_FILE |
static Property<DocumentNature,DocumentVO> |
NATURE |
NAMEID| Constructor and Description |
|---|
DocumentVO() |
DocumentVO(java.lang.Long id) |
DocumentVO(Property<T,? super DocumentVO> 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() |
DocumentNature |
getNature() |
boolean |
isHasFile() |
void |
setCategory(DocumentCategoryVO category) |
void |
setDescription(java.lang.String description) |
void |
setHasFile(boolean hasFile) |
void |
setNature(DocumentNature nature) |
compareTo, getName, setName, toStringgetId, getIds, getUniqueIdsequals, getId, hashCode, setIdaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<DocumentCategoryVO,DocumentVO> CATEGORY
public static final Property<java.lang.String,DocumentVO> DESCRIPTION
public static final Property<java.lang.Boolean,DocumentVO> HAS_FILE
public static final Property<DocumentNature,DocumentVO> NATURE
public DocumentVO()
public DocumentVO(java.lang.Long id)
public DocumentVO(Property<T,? super DocumentVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class NamedEntityVOprotected void doSet(Property<?,?> property, java.lang.Object value)
doSet in class NamedEntityVOpublic java.lang.Object get(Property<?,?> property)
ObservableBeanget in class NamedEntityVOpublic DocumentCategoryVO getCategory()
public java.lang.String getDescription()
public boolean isHasFile()
public DocumentNature getNature()
public void setCategory(DocumentCategoryVO category)
public void setDescription(java.lang.String description)
public void setHasFile(boolean hasFile)
public void setNature(DocumentNature nature)