Class AttributeDefinition

All Implemented Interfaces:
Serializable

public class AttributeDefinition extends AbstractRiskAwareEntity implements Serializable
Represents the parent and child form fields in a resource object .
See Also:
  • Constructor Details

    • AttributeDefinition

      public AttributeDefinition()
  • Method Details

    • getLabel

      public String getLabel()
    • setLabel

      public void setLabel(String label)
    • isMandatory

      public Boolean isMandatory()
    • setMandatory

      public void setMandatory(Boolean mandatory)
    • isManaged

      public Boolean isManaged()
    • setManaged

      public void setManaged(Boolean managed)
    • isCertifiable

      public Boolean isCertifiable()
    • setCertifiable

      public void setCertifiable(Boolean certifiable)
    • isAuditable

      public Boolean isAuditable()
    • setAuditable

      public void setAuditable(Boolean auditable)
    • isMinable

      public Boolean isMinable()
    • setMinable

      public void setMinable(Boolean minable)
    • isMultiValued

      public Boolean isMultiValued()
    • setMultiValued

      public void setMultiValued(Boolean multiValued)
    • getMaxLength

      public Integer getMaxLength()
    • setMaxLength

      public void setMaxLength(Integer maxLength)
    • getParent

      public Integer getParent()
    • setParent

      public void setParent(Integer parent)
    • getAttributeCategory

      public AttributeCategory getAttributeCategory()
    • setAttributeCategory

      public void setAttributeCategory(AttributeCategory attributeCategory)