com.jamasoftware.contour.review.domain
Class RevisionPropertyEntry

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

@Entity
public class RevisionPropertyEntry
extends DomainObjectSupport

See Also:
Serialized Form

Field Summary
static java.lang.String PROPERTY_NAME_DUE_IN_TWO_DAYS
           
 
Fields inherited from interface com.jamasoftware.contour.domain.DomainObjectBase
ORGANIZATION_COLUMN_NAME
 
Constructor Summary
RevisionPropertyEntry()
           
 
Method Summary
 java.lang.Integer getId()
           
 java.lang.Integer getOrganizationId()
           
 java.lang.String getPropertyName()
           
 java.lang.Integer getPropertyType()
           
 java.lang.String getPropertyValue()
           
 Revision getRevision()
           
 java.lang.String getXmlToString()
           
 void setId(java.lang.Integer id)
           
 void setOrganizationId(java.lang.Integer organizationId)
           
 void setPropertyName(java.lang.String propertyName)
           
 void setPropertyType(java.lang.Integer propertyType)
           
 void setPropertyValue(java.lang.String propertyValue)
           
 void setRevision(Revision revision)
           
 
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
 

Field Detail

PROPERTY_NAME_DUE_IN_TWO_DAYS

public static final java.lang.String PROPERTY_NAME_DUE_IN_TWO_DAYS
See Also:
Constant Field Values
Constructor Detail

RevisionPropertyEntry

public RevisionPropertyEntry()
Method Detail

getId

public java.lang.Integer getId()

setId

public void setId(java.lang.Integer id)

getPropertyName

public java.lang.String getPropertyName()

setPropertyName

public void setPropertyName(java.lang.String propertyName)

getPropertyValue

public java.lang.String getPropertyValue()

setPropertyValue

public void setPropertyValue(java.lang.String propertyValue)

getPropertyType

public java.lang.Integer getPropertyType()

setPropertyType

public void setPropertyType(java.lang.Integer propertyType)

getRevision

public Revision getRevision()

setRevision

public void setRevision(Revision revision)

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.