com.jamasoftware.contour.domain
Class DocumentCustomFieldValue
java.lang.Object
com.jamasoftware.contour.domain.DomainObjectSupport
com.jamasoftware.contour.domain.DocumentCustomFieldValue
- All Implemented Interfaces:
- DomainObject, java.io.Serializable
public class DocumentCustomFieldValue
- extends DomainObjectSupport
Custom Field Value.
- See Also:
- Serialized Form
| 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 |
DocumentCustomFieldValue
public DocumentCustomFieldValue()
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.