com.jamasoftware.contour.domain
Class CommentStatus

java.lang.Object
  extended by 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

Field Summary
static CommentStatus CANCELLED
           
static CommentStatus COMPLETED
           
static CommentStatus OPEN
           
 
Fields inherited from interface com.jamasoftware.contour.domain.DomainObjectBase
ORGANIZATION_COLUMN_NAME
 
Constructor Summary
CommentStatus()
           
CommentStatus(java.lang.Integer i)
           
CommentStatus(java.lang.Integer i, java.lang.String name)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.Integer getId()
           
 java.lang.String getName()
           
 java.lang.Integer getOrganizationId()
           
 void setId(java.lang.Integer id)
           
 void setName(java.lang.String name)
           
 void setOrganizationId(java.lang.Integer organizationId)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

OPEN

public static final CommentStatus OPEN

CANCELLED

public static final CommentStatus CANCELLED

COMPLETED

public static final CommentStatus COMPLETED
Constructor Detail

CommentStatus

public CommentStatus()

CommentStatus

public CommentStatus(java.lang.Integer i)

CommentStatus

public CommentStatus(java.lang.Integer i,
                     java.lang.String name)
Method Detail

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.