Class ProcessDynamicDocumentDTO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.contentmanagement.documents.ProcessDynamicDocumentDTO
-
- All Implemented Interfaces:
Serializable
public class ProcessDynamicDocumentDTO extends Bean
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<DocumentVO,ProcessDynamicDocumentDTO>DOCUMENTstatic ListProperty<CustomFieldValueDTO,ProcessDynamicDocumentDTO>FORM_FIELDSstatic BasicProperty<UserVO,ProcessDynamicDocumentDTO>USER
-
Constructor Summary
Constructors Constructor Description ProcessDynamicDocumentDTO()ProcessDynamicDocumentDTO(Property<T,? super ProcessDynamicDocumentDTO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()DocumentVOgetDocument()List<CustomFieldValueDTO>getFormFields()UserVOgetUser()voidsetDocument(DocumentVO document)voidsetFormFields(List<CustomFieldValueDTO> formFields)voidsetUser(UserVO user)-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, set, setAttribute, setWithPropagationId
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
DOCUMENT
public static final BasicProperty<DocumentVO,ProcessDynamicDocumentDTO> DOCUMENT
-
FORM_FIELDS
public static final ListProperty<CustomFieldValueDTO,ProcessDynamicDocumentDTO> FORM_FIELDS
-
USER
public static final BasicProperty<UserVO,ProcessDynamicDocumentDTO> USER
-
-
Constructor Detail
-
ProcessDynamicDocumentDTO
public ProcessDynamicDocumentDTO()
-
ProcessDynamicDocumentDTO
public ProcessDynamicDocumentDTO(Property<T,? super ProcessDynamicDocumentDTO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBean
-
getDocument
public DocumentVO getDocument()
-
setDocument
public void setDocument(DocumentVO document)
-
getFormFields
public List<CustomFieldValueDTO> getFormFields()
-
setFormFields
public void setFormFields(List<CustomFieldValueDTO> formFields)
-
getUser
public UserVO getUser()
-
setUser
public void setUser(UserVO user)
-
-