Package com.jamasoftware.velocity.api
Interface DocumentTypeField
-
- All Superinterfaces:
DomainObject
public interface DocumentTypeField extends DomainObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Boolean
canBeRemoved()
java.lang.String
getControlStyle()
FieldControlType
getControlType()
java.lang.Integer
getDefaultTemplateId()
java.lang.String
getDescription()
DocumentField
getDocumentField()
DocumentType
getDocumentType()
java.lang.Boolean
getIsSynchronizeField()
java.lang.String
getLabel()
java.lang.Integer
getLookupTypeId()
java.lang.Boolean
getReadOnly()
java.lang.Boolean
getReadOnlyAllowApiOverwrite()
java.lang.Boolean
getRequired()
java.lang.Integer
getSortOrder()
java.lang.Boolean
getTriggerSuspect()
-
Methods inherited from interface com.jamasoftware.velocity.api.DomainObject
getCreatedBy, getCreatedDate, getId, getModifiedBy, getModifiedDate, getXmlToString, isNewObject, obtainAclObjectIdentity
-
-
-
-
Method Detail
-
getDescription
java.lang.String getDescription()
-
getDocumentType
DocumentType getDocumentType()
-
getDocumentField
DocumentField getDocumentField()
-
getLookupTypeId
java.lang.Integer getLookupTypeId()
-
getSortOrder
java.lang.Integer getSortOrder()
-
getLabel
java.lang.String getLabel()
-
getControlType
FieldControlType getControlType()
-
getControlStyle
java.lang.String getControlStyle()
-
getReadOnly
java.lang.Boolean getReadOnly()
-
getReadOnlyAllowApiOverwrite
java.lang.Boolean getReadOnlyAllowApiOverwrite()
-
getRequired
java.lang.Boolean getRequired()
-
getTriggerSuspect
java.lang.Boolean getTriggerSuspect()
-
getIsSynchronizeField
java.lang.Boolean getIsSynchronizeField()
-
canBeRemoved
java.lang.Boolean canBeRemoved()
-
getDefaultTemplateId
java.lang.Integer getDefaultTemplateId()
-
-