com.jamasoftware.contour.domain
Class Signature
java.lang.Object
com.jamasoftware.contour.domain.DomainObjectBaseSupport
com.jamasoftware.contour.domain.DomainObjectSupport
com.jamasoftware.contour.domain.Signature
- All Implemented Interfaces:
- DomainObject, DomainObjectBase, OrganizationAware, ScopedObject, java.io.Serializable
@Entity
public class Signature
- extends DomainObjectSupport
- implements ScopedObject
Defines a Signature class, that uses created to "sign" baselines.
- Author:
- Sean Adkinson
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Signature
public Signature()
getId
public java.lang.Integer getId()
- Specified by:
getId in interface DomainObjectBase
setId
public void setId(java.lang.Integer id)
- Specified by:
setId in interface DomainObjectBase
getXmlToString
public java.lang.String getXmlToString()
- Specified by:
getXmlToString in interface DomainObject
getUser
public User getUser()
setUser
public void setUser(User user)
getComments
public java.lang.String getComments()
setComments
public void setComments(java.lang.String comments)
getIsRevoked
public java.lang.Boolean getIsRevoked()
setIsRevoked
public void setIsRevoked(java.lang.Boolean isRevoked)
getRevokeDate
public java.util.Date getRevokeDate()
setRevokeDate
public void setRevokeDate(java.util.Date revokeDate)
getRevokeComments
public java.lang.String getRevokeComments()
setRevokeComments
public void setRevokeComments(java.lang.String revokeComments)
getScopeId
public java.lang.Integer getScopeId()
- Specified by:
getScopeId in interface ScopedObject
setScopeId
public void setScopeId(java.lang.Integer scopeId)
- Specified by:
setScopeId in interface ScopedObject
getRefId
public java.lang.Integer getRefId()
- Specified by:
getRefId in interface ScopedObject
setRefId
public void setRefId(java.lang.Integer refId)
- Specified by:
setRefId in interface ScopedObject
getOrganizationId
public java.lang.Integer getOrganizationId()
- Specified by:
getOrganizationId in interface DomainObjectBase- Specified by:
getOrganizationId in interface OrganizationAware
setOrganizationId
public void setOrganizationId(java.lang.Integer organizationId)
- Specified by:
setOrganizationId in interface DomainObjectBase
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class DomainObjectBaseSupport
hashCode
public int hashCode()
- Overrides:
hashCode in class DomainObjectBaseSupport
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
getBaseLineDEPRECATED
@Deprecated
public BaseLine getBaseLineDEPRECATED()
- Deprecated.
- Returns:
- the baseLine
Copyright (c) 2010 Jama Software, Inc. All Rights Reserved.