Package net.pricefx.domain
Class AttachedDocument
Object
AttachedDocument
- All Implemented Interfaces:
UserGroupRestrictedObject
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static enum
-
Field Summary
Fields inherited from interface UserGroupRestrictedObject
FIELD_USERGROUPEDIT, FIELD_USERGROUPVIEWDETAILS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSame asPersistedObject.createDate()
DocumentRef.DocumentType
getLabel()
Same asPersistedObject.lastUpdateDate()
TypeCode
Workflow.WorkflowStatus
boolean
boolean
boolean
isFinal()
void
setAttached
(boolean attached) void
setFinal
(boolean isFinal) void
setUserGroupEdit
(String userGroupEdit) void
setUserGroupViewDetails
(String userGroupViewDetails) toString()
-
Constructor Details
-
AttachedDocument
public AttachedDocument()
-
-
Method Details
-
getCreatedBy
-
getLastUpdateBy
-
getDeleteDate
-
getDeletedBy
-
isDeleted
public boolean isDeleted() -
getVersion
-
getCreateDate
Same asPersistedObject.createDate()
-
getLastUpdateDate
Same asPersistedObject.lastUpdateDate()
-
getLabel
-
getUniqueName
-
getDocTypedId
-
getDocumentType
public DocumentRef.DocumentType getDocumentType() -
getTypedId
-
getTypeCode
public TypeCode getTypeCode() -
getTypeUniqueName
-
getStatus
-
getWorkflowStatus
public Workflow.WorkflowStatus getWorkflowStatus() -
getLastUpdateByName
-
getCreatedByName
-
getSubmittedByName
-
getApprovedByName
-
getDeniedByName
-
getUserGroupEdit
- Specified by:
getUserGroupEdit
in interfaceUserGroupRestrictedObject
-
setUserGroupEdit
- Specified by:
setUserGroupEdit
in interfaceUserGroupRestrictedObject
-
getUserGroupViewDetails
- Specified by:
getUserGroupViewDetails
in interfaceUserGroupRestrictedObject
-
setUserGroupViewDetails
- Specified by:
setUserGroupViewDetails
in interfaceUserGroupRestrictedObject
-
isFinal
public boolean isFinal() -
setFinal
public void setFinal(boolean isFinal) -
isAttached
public boolean isAttached() -
setAttached
public void setAttached(boolean attached) -
toString
-