com.jamasoftware.contour.domain
Class CommentStatus
java.lang.Object
com.jamasoftware.contour.domain.CommentStatus
- All Implemented Interfaces:
- DomainObjectBase, OrganizationAware, com.jamasoftware.contour.view.controller.js.writer.StaticFinalMemberJavascriptAware, java.io.Serializable
@Entity
public class CommentStatus
- extends java.lang.Object
- implements com.jamasoftware.contour.view.controller.js.writer.StaticFinalMemberJavascriptAware, DomainObjectBase
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
OPEN
public static final CommentStatus OPEN
CANCELLED
public static final CommentStatus CANCELLED
COMPLETED
public static final CommentStatus COMPLETED
CommentStatus
public CommentStatus()
CommentStatus
public CommentStatus(java.lang.Integer i)
CommentStatus
public CommentStatus(java.lang.Integer i,
java.lang.String name)
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
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
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
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
Copyright (c) 2010 Jama Software, Inc. All Rights Reserved.