public class DynamicDocumentDTO extends DocumentDTO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<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 |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
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, 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,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 DocumentDTOpublic java.lang.String getDocumentPage()
public void setDocumentPage(java.lang.String documentPage)
public java.util.Set<CustomFieldDetailedVO> getFormFields()
public void setFormFields(java.util.Set<CustomFieldDetailedVO> formFields)
public java.lang.String className()
className in class DocumentDTO