@Entity(name="Signature") public class SignatureImpl extends ScopeDomainObjectScopeIdColumn implements Signature
refId, scopeId
MAP_DOMAIN_OBJECT_TO_ID_FUNCTION, ORGANIZATION_COLUMN_NAME
Constructor and Description |
---|
SignatureImpl() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
BaseLine |
getBaseLineDEPRECATED()
Deprecated.
|
String |
getComments() |
Integer |
getId() |
Boolean |
getIsRevoked() |
Integer |
getOrganizationId() |
String |
getRevokeComments() |
Date |
getRevokeDate() |
User |
getUser() |
String |
getXmlToString() |
int |
hashCode() |
void |
setComments(String comments) |
void |
setId(Integer id) |
void |
setIsRevoked(Boolean isRevoked) |
void |
setOrganizationId(Integer organizationId) |
void |
setRevokeComments(String revokeComments) |
void |
setRevokeDate(Date revokeDate) |
void |
setUser(User user) |
String |
toString() |
getRefId, getScopeId, setRefId, setScope, setScopeByType, setScopeId
getCreatedBy, getCreatedDate, getModifiedBy, getModifiedDate, setCreatedBy, setCreatedDate, setModifiedBy, setModifiedDate
isNewObject, obtainAclObjectIdentity
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getCreatedBy, getCreatedDate, getModifiedBy, getModifiedDate, isNewObject, obtainAclObjectIdentity, setCreatedBy, setCreatedDate, setModifiedBy, setModifiedDate
getRefId, getScopeId, setRefId, setScopeByType, setScopeId
public Integer getId()
getId
in interface DomainObjectBase
public void setId(Integer id)
setId
in interface DomainObjectBase
public String getXmlToString()
getXmlToString
in interface DomainObject
public String getComments()
getComments
in interface Signature
public void setComments(String comments)
setComments
in interface Signature
public Boolean getIsRevoked()
getIsRevoked
in interface Signature
public void setIsRevoked(Boolean isRevoked)
setIsRevoked
in interface Signature
public Date getRevokeDate()
getRevokeDate
in interface Signature
public void setRevokeDate(Date revokeDate)
setRevokeDate
in interface Signature
public String getRevokeComments()
getRevokeComments
in interface Signature
public void setRevokeComments(String revokeComments)
setRevokeComments
in interface Signature
public Integer getOrganizationId()
getOrganizationId
in interface DomainObjectBase
getOrganizationId
in interface OrganizationAware
public void setOrganizationId(Integer organizationId)
setOrganizationId
in interface DomainObjectBase
public boolean equals(Object obj)
equals
in class DomainObjectBaseSupport
public int hashCode()
hashCode
in class DomainObjectBaseSupport
@Deprecated public BaseLine getBaseLineDEPRECATED()
Copyright (c) 2013-2014 Jama Software, Inc. All Rights Reserved.