public class DynamicDocumentDTO extends DocumentDTO
| Modifier and Type | Field and Description |
|---|---|
static Property<java.lang.String,DynamicDocumentDTO> |
DOCUMENT_PAGE |
static SetProperty<CustomFieldDetailedVO,DynamicDocumentDTO> |
FORM_FIELDS |
CATEGORY, DESCRIPTION, ENABLENAMEID| Constructor and Description |
|---|
DynamicDocumentDTO() |
DynamicDocumentDTO(java.lang.Long id) |
DynamicDocumentDTO(Property<T,? super DynamicDocumentDTO> 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
|
java.lang.String |
getDocumentPage() |
java.util.Set<CustomFieldDetailedVO> |
getFormFields() |
void |
setDocumentPage(java.lang.String documentPage) |
void |
setFormFields(java.util.Set<CustomFieldDetailedVO> formFields) |
getCategory, getDescription, getEnable, setCategory, setDescription, setEnablecompareTo, getName, setName, toStringgetVersion, isPersistent, isTransient, setVersionequals, getId, hashCode, setIdaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<java.lang.String,DynamicDocumentDTO> DOCUMENT_PAGE
public static final SetProperty<CustomFieldDetailedVO,DynamicDocumentDTO> FORM_FIELDS
public DynamicDocumentDTO()
public DynamicDocumentDTO(java.lang.Long id)
public DynamicDocumentDTO(Property<T,? super DynamicDocumentDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class DocumentDTOprotected void doSet(Property<?,?> property, java.lang.Object value)
doSet in class DocumentDTOpublic java.lang.Object get(Property<?,?> property)
ObservableBeanget in class DocumentDTOpublic java.lang.String getDocumentPage()
public java.util.Set<CustomFieldDetailedVO> getFormFields()
public void setDocumentPage(java.lang.String documentPage)
public void setFormFields(java.util.Set<CustomFieldDetailedVO> formFields)