com.jamasoftware.contour.domain
Class DocumentCustomFieldValue

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

@Entity
public class DocumentCustomFieldValue
extends DomainObjectSupport

Custom Field Value.

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.jamasoftware.contour.domain.DomainObjectBase
ORGANIZATION_COLUMN_NAME
 
Constructor Summary
DocumentCustomFieldValue()
           
 
Method Summary
 ContourItem getDocument()
           
 java.lang.Integer getDocumentId()
           
 java.lang.Integer getFieldId()
           
 java.lang.Integer getId()
           
 java.lang.Integer getOrganizationId()
           
 java.lang.String getTextValue()
           
 java.lang.String getXmlToString()
           
 void setDocument(ContourItem document)
           
 void setFieldId(java.lang.Integer id)
           
 void setId(java.lang.Integer id)
           
 void setOrganizationId(java.lang.Integer organizationId)
           
 void setTextValue(java.lang.String textValue)
           
 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
 

Constructor Detail

DocumentCustomFieldValue

public DocumentCustomFieldValue()
Method Detail

getId

public java.lang.Integer getId()

setId

public void setId(java.lang.Integer id)

getFieldId

public java.lang.Integer getFieldId()

setFieldId

public void setFieldId(java.lang.Integer id)

getDocument

public ContourItem getDocument()

setDocument

public void setDocument(ContourItem document)

getDocumentId

public java.lang.Integer getDocumentId()

getTextValue

public java.lang.String getTextValue()

setTextValue

public void setTextValue(java.lang.String textValue)

getOrganizationId

public java.lang.Integer getOrganizationId()

setOrganizationId

public void setOrganizationId(java.lang.Integer organizationId)

getXmlToString

public java.lang.String getXmlToString()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


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