|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jamasoftware.contour.ws.v3.domain.WsSignature
public class WsSignature
This object is an electronic signature of a WsBaseline.
| Constructor Summary | |
|---|---|
WsSignature()
Creates an empty WsSignature object. |
|
WsSignature(java.lang.Integer scopeId,
java.lang.Long refId,
WsUser user,
java.lang.String comments)
Creates a new WsSignature object from the given baseline id, user and comments. |
|
| Method Summary | |
|---|---|
java.lang.String |
getComments()
Gets the comments associated with this signature. |
java.lang.Long |
getId()
Gets the id of the signature. |
java.lang.Boolean |
getIsRevoked()
Is this signature revoked? |
java.lang.Long |
getRefId()
Gets the refId of the object associated with this signature |
java.lang.String |
getRevokeComments()
Gets the comments associated with the revocation of this signature. |
java.util.Date |
getRevokeDate()
Gets the date this signature was revoked. |
java.lang.Integer |
getScopeId()
Gets the scopeId of the object associated with this signature Valid scopes for Signatures are Baseline and Revisions |
java.util.Date |
getSignedDate()
Gets the date this signature took place. |
WsUser |
getUser()
Gets the user that made this signature. |
void |
setComments(java.lang.String comments)
Sets the comments associated with this signature. |
void |
setId(java.lang.Long id)
Sets the id of the signature. |
void |
setIsRevoked(java.lang.Boolean isRevoked)
|
void |
setRefId(java.lang.Long refId)
Sets the refId of the object associated with this signature |
void |
setRevokeComments(java.lang.String revokeComments)
Sets the comments associated with the revocation of this signature. |
void |
setRevokeDate(java.util.Date revokeDate)
|
void |
setScopeId(java.lang.Integer scopeId)
Sets the scopeId of the object associated with this signature |
void |
setSignedDate(java.util.Date signedDate)
|
void |
setUser(WsUser user)
Sets the user that made this signature. |
java.lang.String |
toString()
Gets a string representation of this signature. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public WsSignature()
public WsSignature(java.lang.Integer scopeId,
java.lang.Long refId,
WsUser user,
java.lang.String comments)
scopeId - scope of the object being signaturerefId - id of the object being signeduser - user signingcomments - any comments about the signature (can be null)| Method Detail |
|---|
public java.lang.Long getId()
public void setId(java.lang.Long id)
id - signature idpublic java.lang.String getComments()
public void setComments(java.lang.String comments)
comments - signature commentspublic java.lang.String getRevokeComments()
public void setRevokeComments(java.lang.String revokeComments)
revokeComments - signature revocation commentspublic WsUser getUser()
public void setUser(WsUser user)
user - WsUserpublic java.util.Date getSignedDate()
public void setSignedDate(java.util.Date signedDate)
public java.lang.Boolean getIsRevoked()
public void setIsRevoked(java.lang.Boolean isRevoked)
public java.util.Date getRevokeDate()
public void setRevokeDate(java.util.Date revokeDate)
public java.lang.Integer getScopeId()
public void setScopeId(java.lang.Integer scopeId)
scopeId - scopeId of the object being signedpublic java.lang.Long getRefId()
public void setRefId(java.lang.Long refId)
refId - refId of the object being signedpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||