|
Clearspace API (1.10.16) Web Services Client Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jivesoftware.community.webservices.ApprovalStatus
public class ApprovalStatus
Contains information on whether a user has approved a document edit and when.
DocumentService.getApprovalStatusForDocument(long)| Constructor Summary | |
|---|---|
ApprovalStatus()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
java.util.Date |
getApprovedDate()
Returns the date the user approved the document. |
long |
getUserID()
Returns the id of the approval user. |
int |
hashCode()
|
boolean |
isApproved()
Returns true if the user has approved the document. |
void |
setApproved(boolean approved)
Set to true if the user has approved the document. |
void |
setApprovedDate(java.util.Date approvedDate)
Sets the date the user approved the document. |
void |
setUserID(long userID)
Sets the id of the approval User. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ApprovalStatus()
| Method Detail |
|---|
public long getUserID()
public void setUserID(long userID)
userID - the id of the approval User.public boolean isApproved()
public void setApproved(boolean approved)
approved - true if the user has approved the document.public java.util.Date getApprovedDate()
public void setApprovedDate(java.util.Date approvedDate)
approvedDate - the date the user approved the document.public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
|
Clearspace Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||