com.jamasoftware.contour.domain
Class DocumentCustomFieldValue

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

public class DocumentCustomFieldValue
extends DomainObjectSupport

Custom Field Value.

See Also:
Serialized Form

Constructor Summary
DocumentCustomFieldValue()
           
 
Method Summary
 java.lang.Integer getDocumentId()
           
 java.lang.Integer getFieldId()
           
 java.lang.Integer getId()
           
 java.lang.String getTextValue()
           
 java.lang.String getXmlToString()
           
 void setDocumentId(java.lang.Integer documentId)
           
 void setFieldId(java.lang.Integer id)
           
 void setId(java.lang.Integer id)
           
 void setTextValue(java.lang.String textValue)
           
 
Methods inherited from class com.jamasoftware.contour.domain.DomainObjectSupport
equals, getCreatedBy, getCreatedDate, getModifiedBy, getModifiedDate, isNewObject, obtainAclObjectIdentity, setCreatedBy, setCreatedDate, setModifiedBy, setModifiedDate
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentCustomFieldValue

public DocumentCustomFieldValue()
Method Detail

getId

@DocumentId
public java.lang.Integer getId()

setId

public void setId(java.lang.Integer id)

getFieldId

@Field(name="fieldId")
public java.lang.Integer getFieldId()

setFieldId

public void setFieldId(java.lang.Integer id)

getDocumentId

@Field(name="documentId")
public java.lang.Integer getDocumentId()

setDocumentId

public void setDocumentId(java.lang.Integer documentId)

getTextValue

public java.lang.String getTextValue()

setTextValue

public void setTextValue(java.lang.String textValue)

getXmlToString

public java.lang.String getXmlToString()


Copyright © 2010 Jama Software, Inc. All Rights Reserved.