public class Document extends Object implements Serializable
| Constructor and Description |
|---|
Document() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreatedtimestamp() |
String |
getDocumentdescription() |
String |
getDocumentname() |
String |
getDocumenttype() |
UUID |
getDocumentuuid() |
DocumentFolder |
getFolder() |
String |
getHtml() |
Date |
getLastchangetimestamp() |
Party |
getOwner() |
String |
getStatus() |
void |
setCreatedtimestamp(Date createdtimestamp) |
void |
setDocumentdescription(String documentdescription) |
void |
setDocumentname(String documentname) |
void |
setDocumenttype(String documenttype) |
void |
setDocumentuuid(UUID documentuuid) |
void |
setFolder(DocumentFolder folder) |
void |
setHtml(String html) |
void |
setLastchangetimestamp(Date lastchangetimestamp) |
void |
setOwner(Party owner) |
void |
setStatus(String status) |
public UUID getDocumentuuid()
public void setDocumentuuid(UUID documentuuid)
documentuuid - the documentuuid to setpublic String getDocumentname()
public void setDocumentname(String documentname)
documentname - the documentname to setpublic String getDocumentdescription()
public void setDocumentdescription(String documentdescription)
documentdescription - the documentdescription to setpublic String getHtml()
public void setHtml(String html)
html - the html 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 String getStatus()
public void setStatus(String status)
status - the status to setpublic Party getOwner()
public void setOwner(Party owner)
owner - the owner to setpublic DocumentFolder getFolder()
public void setFolder(DocumentFolder folder)
folder - the folder to setpublic String getDocumenttype()
public void setDocumenttype(String documenttype)
documenttype - the documenttype to setCopyright © 2016 Blugrid Pty. Ltd.. All rights reserved.