Class ProjectObjectAttributeDefinition
java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.model.pojos.project.objectmetadata.ProjectObjectAttributeDefinition
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ProjectObjectAttributeDefinition
public ProjectObjectAttributeDefinition()
-
-
Method Details
-
getObjectAttrDefId
-
getObjectTypeId
-
getObjectAttributeCode
-
getAttributeDisplayName
-
getDescription
-
getIsExpression
-
isExpression
public boolean isExpression() -
getIsActive
-
isActive
public boolean isActive() -
getIsCustom
-
isCustom
public boolean isCustom() -
isVisible
public boolean isVisible() -
getDatatype
-
getSubDatatype
-
getIsRequired
-
isRequired
public boolean isRequired() -
getIsEncrypted
-
isEncrypted
public boolean isEncrypted() -
getMinValue
-
getMaxValue
-
getLength
-
getListDataScript
-
getStaticListData
-
getDisplayRows
-
getDisplayColumns
-
getDefaultsScript
-
getValidatorScript
-
getIsVisible
-
getDisplayOrder
-
getIsReadonly
-
isReadonly
public boolean isReadonly() -
isCommandAttribute
public boolean isCommandAttribute() -
getIsDependent
-
isDependent
public boolean isDependent() -
getHasDependents
-
hasDependents
public boolean hasDependents() -
toString
Description copied from class:BasePOJOReturns custom String representation implemented by walking complete object structure. -
getOverrideListData
-
isOverrideListData
public boolean isOverrideListData() -
getOverrideDefaultsScript
-
isOverrideDefaultsScript
public boolean isOverrideDefaultsScript() -
getOverrideValidatorScript
-
isOverrideValidatorScript
public boolean isOverrideValidatorScript() -
getCustomDefaultsScript
-
getCustomListData
-