public class DocumentFolder extends Object implements Serializable
| Constructor and Description |
|---|
DocumentFolder() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreatedtimestamp() |
String |
getDocumentfolderdescription() |
String |
getDocumentfoldername() |
UUID |
getDocumentfolderuuid() |
List<Document> |
getDocuments() |
Date |
getLastchangetimestamp() |
Party |
getOwner() |
String |
getStatus() |
void |
setCreatedtimestamp(Date createdtimestamp) |
void |
setDocumentfolderdescription(String documentfolderdescription) |
void |
setDocumentfoldername(String documentfoldername) |
void |
setDocumentfolderuuid(UUID documentfolderuuid) |
void |
setDocuments(List<Document> documents) |
void |
setLastchangetimestamp(Date lastchangetimestamp) |
void |
setOwner(Party owner) |
void |
setStatus(String status) |
public UUID getDocumentfolderuuid()
public void setDocumentfolderuuid(UUID documentfolderuuid)
documentfolderuuid - the documentfolderuuid to setpublic String getDocumentfoldername()
public void setDocumentfoldername(String documentfoldername)
documentfoldername - the documentfoldername to setpublic String getDocumentfolderdescription()
public void setDocumentfolderdescription(String documentfolderdescription)
documentfolderdescription - the documentfolderdescription to setpublic Date getCreatedtimestamp()
public void setCreatedtimestamp(Date createdtimestamp)
createdtimestamp - the createdtimestamp to setpublic Date getLastchangetimestamp()
public void setLastchangetimestamp(Date lastchangetimestamp)
lastchangetimestamp - the lastchangetimestamp to setpublic void setDocuments(List<Document> documents)
documents - the documents to setpublic String getStatus()
public void setStatus(String status)
status - the status to setpublic Party getOwner()
public void setOwner(Party owner)
owner - the owner to setCopyright © 2016 Blugrid Pty. Ltd.. All rights reserved.