com.jamasoftware.contour.domain
Class ReleaseType

java.lang.Object
  extended by com.jamasoftware.contour.domain.DomainObjectBaseSupport
      extended by com.jamasoftware.contour.domain.DomainObjectSupport
          extended by com.jamasoftware.contour.domain.ReleaseType
All Implemented Interfaces:
DomainObject, DomainObjectBase, OrganizationAware, ScopedObject, java.io.Serializable

@Entity
public class ReleaseType
extends DomainObjectSupport
implements ScopedObject

Type of project release.

See Also:
Serialized Form

Field Summary
static java.lang.Integer DEFAULT_RELEASE_CATEGORY
           
static java.lang.String DEFAULT_RELEASE_TYPE
           
 
Fields inherited from interface com.jamasoftware.contour.domain.DomainObjectBase
ORGANIZATION_COLUMN_NAME
 
Constructor Summary
ReleaseType()
           
ReleaseType(java.lang.Integer category, java.lang.String name, java.lang.String description, java.lang.Integer scope, java.lang.Integer refId)
           
 
Method Summary
 java.lang.Integer getCategory()
           
 java.lang.Integer getDefaultValue()
           
 java.lang.String getDescription()
           
 java.lang.Integer getId()
           
 java.lang.String getName()
           
 java.lang.Integer getOrganizationId()
           
 java.lang.Integer getRefId()
           
 java.lang.Integer getScopeId()
           
 java.lang.String getXmlToString()
           
 void setCategory(java.lang.Integer category)
           
 void setDefaultValue(java.lang.Integer defaultValue)
           
 void setDescription(java.lang.String description)
           
 void setId(java.lang.Integer lookupId)
           
 void setName(java.lang.String name)
           
 void setOrganizationId(java.lang.Integer organizationId)
           
 void setRefId(java.lang.Integer refId)
           
 void setScopeId(java.lang.Integer scope)
           
 java.lang.String toString()
           
 
Methods inherited from class com.jamasoftware.contour.domain.DomainObjectSupport
getCreatedBy, getCreatedDate, getModifiedBy, getModifiedDate, setCreatedBy, setCreatedDate, setModifiedBy, setModifiedDate
 
Methods inherited from class com.jamasoftware.contour.domain.DomainObjectBaseSupport
equals, hashCode, isNewObject, obtainAclObjectIdentity
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

DEFAULT_RELEASE_TYPE

public static final java.lang.String DEFAULT_RELEASE_TYPE
See Also:
Constant Field Values

DEFAULT_RELEASE_CATEGORY

public static final java.lang.Integer DEFAULT_RELEASE_CATEGORY
Constructor Detail

ReleaseType

public ReleaseType()

ReleaseType

public ReleaseType(java.lang.Integer category,
                   java.lang.String name,
                   java.lang.String description,
                   java.lang.Integer scope,
                   java.lang.Integer refId)
Method Detail

getId

public java.lang.Integer getId()
Specified by:
getId in interface DomainObjectBase

setId

public void setId(java.lang.Integer lookupId)
Specified by:
setId in interface DomainObjectBase

getCategory

public java.lang.Integer getCategory()

setCategory

public void setCategory(java.lang.Integer category)

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String description)

getScopeId

public java.lang.Integer getScopeId()
Specified by:
getScopeId in interface ScopedObject

setScopeId

public void setScopeId(java.lang.Integer scope)
Specified by:
setScopeId in interface ScopedObject

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getDefaultValue

public java.lang.Integer getDefaultValue()

setDefaultValue

public void setDefaultValue(java.lang.Integer defaultValue)

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

getXmlToString

public java.lang.String getXmlToString()
Specified by:
getXmlToString in interface DomainObject

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
Returns:
a String representation of this object.


Copyright (c) 2010 Jama Software, Inc. All Rights Reserved.