com.jamasoftware.contour.domain
Class DocumentTypeField

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

@Entity
public class DocumentTypeField
extends DomainObjectSupport

Document/Item type.

Author:
Sean Tong
See Also:
Serialized Form

Field Summary
static int CONTROL_TYPE_ATTACHMENT
           
static int CONTROL_TYPE_KEY
           
static int CONTROL_TYPE_RICHTEXT
           
static int CONTROL_TYPE_TEXTBOX
           
 
Fields inherited from interface com.jamasoftware.contour.domain.DomainObjectBase
ORGANIZATION_COLUMN_NAME
 
Constructor Summary
DocumentTypeField()
           
DocumentTypeField(java.lang.String description, DocumentType documentType, DocumentField documentField, java.lang.String label, java.lang.Integer sortOrder, java.lang.Boolean readOnly, java.lang.Integer controlTypeId, java.lang.Boolean required, java.lang.Boolean triggerSuspect)
           
 
Method Summary
 boolean canBeRemoved()
           
static DocumentTypeField createDocumentTypeField(DocumentType docType, java.lang.String name, java.lang.String desc, java.lang.String label, java.lang.Integer sortOrder, java.lang.Boolean addToListView, java.lang.Boolean readOnly, java.lang.Integer controlTypeId, java.lang.Boolean required, java.lang.Boolean triggerSuspect, boolean isSyncField, com.jamasoftware.contour.service.DocumentTypeService documentTypeService, com.jamasoftware.contour.service.FieldLayoutService fieldLayoutService)
           
static DocumentTypeField createDocumentTypeField(DocumentType docType, java.lang.String name, java.lang.String desc, java.lang.String label, java.lang.Integer sortOrder, java.lang.Boolean addToListView, java.lang.Boolean readOnly, java.lang.Integer controlTypeId, java.lang.Boolean required, java.lang.Boolean triggerSuspect, com.jamasoftware.contour.service.DocumentTypeService documentTypeService, com.jamasoftware.contour.service.FieldLayoutService fieldLayoutService)
           
static DocumentTypeField createDocumentTypeField(DocumentType docType, java.lang.String name, java.lang.String desc, java.lang.String label, java.lang.Integer sortOrder, java.lang.Boolean addToListView, java.lang.Boolean readOnly, java.lang.Integer controlTypeId, java.lang.Boolean required, java.lang.Boolean triggerSuspect, java.lang.Integer lookupTypeId, boolean isSyncField, com.jamasoftware.contour.service.DocumentTypeService documentTypeService, com.jamasoftware.contour.service.FieldLayoutService fieldLayoutService)
           
static DocumentTypeField createDocumentTypeField(DocumentType docType, java.lang.String name, java.lang.String desc, java.lang.String label, java.lang.Integer sortOrder, java.lang.Boolean addToListView, java.lang.Boolean readOnly, java.lang.Integer controlTypeId, java.lang.Boolean required, java.lang.Boolean triggerSuspect, java.lang.Integer lookupTypeId, com.jamasoftware.contour.service.DocumentTypeService documentTypeService, com.jamasoftware.contour.service.FieldLayoutService fieldLayoutService)
           
 java.lang.String getControlStyle()
           
 java.lang.Integer getControlTypeId()
           
 java.lang.String getDescription()
           
 DocumentField getDocumentField()
           
 DocumentType getDocumentType()
           
 java.lang.String getGroupName()
           
 java.lang.Integer getId()
           
 java.lang.Boolean getIsSynchronizeField()
           
 java.lang.String getLabel()
           
 java.lang.Integer getLookupTypeId()
           
 java.lang.String getNameDEPRECATED()
           
 java.lang.Integer getOrganizationId()
           
 java.lang.Boolean getReadOnly()
           
 java.lang.Boolean getRequired()
           
 java.lang.String getScript()
           
 java.lang.Boolean getShowInFolderDEPRECATED()
           
 java.lang.Boolean getShowInListDEPRECATED()
           
 java.lang.Integer getSortOrder()
           
 java.lang.Integer getSortOrderInList()
           
 java.lang.Boolean getTriggerSuspect()
           
 java.lang.String getValidation()
           
 java.lang.String getXmlToString()
           
 void setControlStyle(java.lang.String controlStyle)
           
 void setControlTypeId(java.lang.Integer controlTypeId)
           
 void setDescription(java.lang.String description)
           
 void setDocumentField(DocumentField documentField)
           
 void setDocumentType(DocumentType documentType)
           
 void setGroupName(java.lang.String groupName)
           
 void setId(java.lang.Integer id)
           
 void setIsSynchronizeField(java.lang.Boolean isSynchronizeField)
           
 void setLabel(java.lang.String label)
           
 void setLookupTypeId(java.lang.Integer lookupTypeId)
           
 void setNameDEPRECATED(java.lang.String nameDEPRECATED)
           
 void setOrganizationId(java.lang.Integer organizationId)
           
 void setReadOnly(java.lang.Boolean readonly)
           
 void setRequired(java.lang.Boolean required)
           
 void setScript(java.lang.String script)
           
 void setShowInFolderDEPRECATED(java.lang.Boolean showInFolderDEPRECATED)
           
 void setShowInListDEPRECATED(java.lang.Boolean showInListDEPRECATED)
           
 void setSortOrder(java.lang.Integer sortOrder)
           
 void setSortOrderInList(java.lang.Integer sortOrderInList)
           
 void setTriggerSuspect(java.lang.Boolean triggerSuspect)
           
 void setValidation(java.lang.String validation)
           
 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
 

Field Detail

CONTROL_TYPE_TEXTBOX

public static final int CONTROL_TYPE_TEXTBOX
See Also:
Constant Field Values

CONTROL_TYPE_RICHTEXT

public static final int CONTROL_TYPE_RICHTEXT
See Also:
Constant Field Values

CONTROL_TYPE_KEY

public static final int CONTROL_TYPE_KEY
See Also:
Constant Field Values

CONTROL_TYPE_ATTACHMENT

public static final int CONTROL_TYPE_ATTACHMENT
See Also:
Constant Field Values
Constructor Detail

DocumentTypeField

public DocumentTypeField()

DocumentTypeField

public DocumentTypeField(java.lang.String description,
                         DocumentType documentType,
                         DocumentField documentField,
                         java.lang.String label,
                         java.lang.Integer sortOrder,
                         java.lang.Boolean readOnly,
                         java.lang.Integer controlTypeId,
                         java.lang.Boolean required,
                         java.lang.Boolean triggerSuspect)
Method Detail

getId

public java.lang.Integer getId()

setId

public void setId(java.lang.Integer id)

getControlTypeId

public java.lang.Integer getControlTypeId()

setControlTypeId

public void setControlTypeId(java.lang.Integer controlTypeId)

getControlStyle

public java.lang.String getControlStyle()

setControlStyle

public void setControlStyle(java.lang.String controlStyle)

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String description)

getDocumentField

public DocumentField getDocumentField()

setDocumentField

public void setDocumentField(DocumentField documentField)

getDocumentType

public DocumentType getDocumentType()

setDocumentType

public void setDocumentType(DocumentType documentType)

getGroupName

public java.lang.String getGroupName()

setGroupName

public void setGroupName(java.lang.String groupName)

getLabel

public java.lang.String getLabel()

setLabel

public void setLabel(java.lang.String label)

getNameDEPRECATED

public java.lang.String getNameDEPRECATED()

setNameDEPRECATED

public void setNameDEPRECATED(java.lang.String nameDEPRECATED)

getRequired

public java.lang.Boolean getRequired()

setRequired

public void setRequired(java.lang.Boolean required)

getScript

public java.lang.String getScript()

setScript

public void setScript(java.lang.String script)

getSortOrderInList

public java.lang.Integer getSortOrderInList()

setSortOrderInList

public void setSortOrderInList(java.lang.Integer sortOrderInList)

getSortOrder

public java.lang.Integer getSortOrder()

setSortOrder

public void setSortOrder(java.lang.Integer sortOrder)

getValidation

public java.lang.String getValidation()

setValidation

public void setValidation(java.lang.String validation)

getLookupTypeId

public java.lang.Integer getLookupTypeId()

setLookupTypeId

public void setLookupTypeId(java.lang.Integer lookupTypeId)

getReadOnly

public java.lang.Boolean getReadOnly()

setReadOnly

public void setReadOnly(java.lang.Boolean readonly)

getTriggerSuspect

public java.lang.Boolean getTriggerSuspect()

setTriggerSuspect

public void setTriggerSuspect(java.lang.Boolean triggerSuspect)

getIsSynchronizeField

public java.lang.Boolean getIsSynchronizeField()

setIsSynchronizeField

public void setIsSynchronizeField(java.lang.Boolean isSynchronizeField)

getOrganizationId

public java.lang.Integer getOrganizationId()

setOrganizationId

public void setOrganizationId(java.lang.Integer organizationId)

getXmlToString

public java.lang.String getXmlToString()

canBeRemoved

public boolean canBeRemoved()

createDocumentTypeField

public static DocumentTypeField createDocumentTypeField(DocumentType docType,
                                                        java.lang.String name,
                                                        java.lang.String desc,
                                                        java.lang.String label,
                                                        java.lang.Integer sortOrder,
                                                        java.lang.Boolean addToListView,
                                                        java.lang.Boolean readOnly,
                                                        java.lang.Integer controlTypeId,
                                                        java.lang.Boolean required,
                                                        java.lang.Boolean triggerSuspect,
                                                        java.lang.Integer lookupTypeId,
                                                        com.jamasoftware.contour.service.DocumentTypeService documentTypeService,
                                                        com.jamasoftware.contour.service.FieldLayoutService fieldLayoutService)

createDocumentTypeField

public static DocumentTypeField createDocumentTypeField(DocumentType docType,
                                                        java.lang.String name,
                                                        java.lang.String desc,
                                                        java.lang.String label,
                                                        java.lang.Integer sortOrder,
                                                        java.lang.Boolean addToListView,
                                                        java.lang.Boolean readOnly,
                                                        java.lang.Integer controlTypeId,
                                                        java.lang.Boolean required,
                                                        java.lang.Boolean triggerSuspect,
                                                        java.lang.Integer lookupTypeId,
                                                        boolean isSyncField,
                                                        com.jamasoftware.contour.service.DocumentTypeService documentTypeService,
                                                        com.jamasoftware.contour.service.FieldLayoutService fieldLayoutService)

createDocumentTypeField

public static DocumentTypeField createDocumentTypeField(DocumentType docType,
                                                        java.lang.String name,
                                                        java.lang.String desc,
                                                        java.lang.String label,
                                                        java.lang.Integer sortOrder,
                                                        java.lang.Boolean addToListView,
                                                        java.lang.Boolean readOnly,
                                                        java.lang.Integer controlTypeId,
                                                        java.lang.Boolean required,
                                                        java.lang.Boolean triggerSuspect,
                                                        com.jamasoftware.contour.service.DocumentTypeService documentTypeService,
                                                        com.jamasoftware.contour.service.FieldLayoutService fieldLayoutService)

createDocumentTypeField

public static DocumentTypeField createDocumentTypeField(DocumentType docType,
                                                        java.lang.String name,
                                                        java.lang.String desc,
                                                        java.lang.String label,
                                                        java.lang.Integer sortOrder,
                                                        java.lang.Boolean addToListView,
                                                        java.lang.Boolean readOnly,
                                                        java.lang.Integer controlTypeId,
                                                        java.lang.Boolean required,
                                                        java.lang.Boolean triggerSuspect,
                                                        boolean isSyncField,
                                                        com.jamasoftware.contour.service.DocumentTypeService documentTypeService,
                                                        com.jamasoftware.contour.service.FieldLayoutService fieldLayoutService)

getShowInFolderDEPRECATED

public java.lang.Boolean getShowInFolderDEPRECATED()

setShowInFolderDEPRECATED

public void setShowInFolderDEPRECATED(java.lang.Boolean showInFolderDEPRECATED)

getShowInListDEPRECATED

public java.lang.Boolean getShowInListDEPRECATED()

setShowInListDEPRECATED

public void setShowInListDEPRECATED(java.lang.Boolean showInListDEPRECATED)

toString

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


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