com.jamasoftware.contour.domain
Class ChangeRequestAssociation

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

@Entity
public class ChangeRequestAssociation
extends DomainObjectSupport

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.jamasoftware.contour.domain.DomainObjectBase
ORGANIZATION_COLUMN_NAME
 
Constructor Summary
ChangeRequestAssociation()
           
ChangeRequestAssociation(ChangeRequestAssociation other)
           
 
Method Summary
 ContourItem getAssociatedItem()
           
 java.lang.String getChangeRequestComment()
           
 ContourItem getChangeRequestItem()
           
 java.lang.Integer getId()
           
 java.lang.Integer getOrganizationId()
           
 Version getVersionEnd()
           
 Version getVersionStart()
           
 java.lang.String getXmlToString()
           
 void setAssociatedItem(ContourItem associatedItem)
           
 void setChangeRequestComment(java.lang.String changeRequestComment)
           
 void setChangeRequestItem(ContourItem changeRequestItem)
           
 void setId(java.lang.Integer id)
           
 void setOrganizationId(java.lang.Integer organizationId)
           
 void setVersionEnd(Version versionEnd)
           
 void setVersionStart(Version versionStart)
           
 
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, toString, wait, wait, wait
 

Constructor Detail

ChangeRequestAssociation

public ChangeRequestAssociation()

ChangeRequestAssociation

public ChangeRequestAssociation(ChangeRequestAssociation other)
Method Detail

getId

public java.lang.Integer getId()

setId

public void setId(java.lang.Integer id)

getChangeRequestItem

public ContourItem getChangeRequestItem()

setChangeRequestItem

public void setChangeRequestItem(ContourItem changeRequestItem)

getAssociatedItem

public ContourItem getAssociatedItem()

setAssociatedItem

public void setAssociatedItem(ContourItem associatedItem)

getVersionStart

public Version getVersionStart()

setVersionStart

public void setVersionStart(Version versionStart)

getVersionEnd

public Version getVersionEnd()

setVersionEnd

public void setVersionEnd(Version versionEnd)

getChangeRequestComment

public java.lang.String getChangeRequestComment()

setChangeRequestComment

public void setChangeRequestComment(java.lang.String changeRequestComment)

getOrganizationId

public java.lang.Integer getOrganizationId()

setOrganizationId

public void setOrganizationId(java.lang.Integer organizationId)

getXmlToString

public java.lang.String getXmlToString()


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