Package com.jamasoftware.velocity.api
Interface Signature
-
- All Superinterfaces:
DomainObject
,ScopedObject
public interface Signature extends ScopedObject, DomainObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getComments()
java.lang.Boolean
getIsRevoked()
java.lang.String
getRevokeComments()
java.util.Date
getRevokeDate()
User
getUser()
-
Methods inherited from interface com.jamasoftware.velocity.api.DomainObject
getCreatedBy, getCreatedDate, getId, getModifiedBy, getModifiedDate, getXmlToString, isNewObject, obtainAclObjectIdentity
-
Methods inherited from interface com.jamasoftware.velocity.api.ScopedObject
getRefId, getScopeId
-
-
-
-
Method Detail
-
getComments
java.lang.String getComments()
-
getRevokeComments
java.lang.String getRevokeComments()
-
getUser
User getUser()
-
getIsRevoked
java.lang.Boolean getIsRevoked()
-
getRevokeDate
java.util.Date getRevokeDate()
-
-