Package com.jamasoftware.velocity.api
Interface DocumentField
-
- All Superinterfaces:
DomainTransferObject
,ScopedObject
public interface DocumentField extends DomainTransferObject, ScopedObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Integer
getCategory()
java.lang.Boolean
getCustom()
FieldDataTypeEnum
getDataType()
java.lang.String
getDescription()
java.lang.String
getEditXtype()
java.lang.Integer
getFieldType()
java.lang.String
getFormXtype()
java.lang.String
getGridXtype()
java.lang.Boolean
getIsDerived()
java.lang.String
getName()
java.lang.Boolean
getReadOnly()
java.lang.Boolean
getUserConfigurable()
DocumentFieldDTO
toDto()
-
Methods inherited from interface com.jamasoftware.velocity.api.DomainTransferObject
getId
-
Methods inherited from interface com.jamasoftware.velocity.api.ScopedObject
getRefId, getScopeId
-
-
-
-
Method Detail
-
getName
java.lang.String getName()
-
getDescription
java.lang.String getDescription()
-
getDataType
FieldDataTypeEnum getDataType()
-
getFieldType
java.lang.Integer getFieldType()
-
getCustom
java.lang.Boolean getCustom()
-
getFormXtype
java.lang.String getFormXtype()
-
getEditXtype
java.lang.String getEditXtype()
-
getGridXtype
java.lang.String getGridXtype()
-
getUserConfigurable
java.lang.Boolean getUserConfigurable()
-
getIsDerived
java.lang.Boolean getIsDerived()
-
getReadOnly
java.lang.Boolean getReadOnly()
-
getCategory
java.lang.Integer getCategory()
-
toDto
DocumentFieldDTO toDto()
-
-