com.jamasoftware.contour.domain
Class DocumentCustomFieldValue
java.lang.Object
com.jamasoftware.contour.domain.DomainObjectBaseSupport
com.jamasoftware.contour.domain.DomainObjectSupport
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
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
DocumentCustomFieldValue
public DocumentCustomFieldValue()
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.