Class CodeAttributeDefinitionFormObject


public class CodeAttributeDefinitionFormObject extends AttributeDefinitionFormObject<CodeAttributeDefinition>
Author:
S. Ricci
  • Constructor Details

    • CodeAttributeDefinitionFormObject

      public CodeAttributeDefinitionFormObject(EntityDefinition parentDefn)
  • Method Details

    • saveTo

      public void saveTo(CodeAttributeDefinition dest, String languageCode)
      Overrides:
      saveTo in class AttributeDefinitionFormObject<CodeAttributeDefinition>
    • loadFrom

      public void loadFrom(CodeAttributeDefinition source, String languageCode)
      Overrides:
      loadFrom in class AttributeDefinitionFormObject<CodeAttributeDefinition>
    • getList

      public CodeList getList()
    • setList

      public void setList(CodeList list)
    • isAllowValuesSorting

      public boolean isAllowValuesSorting()
    • setAllowValuesSorting

      public void setAllowValuesSorting(boolean allowValuesSorting)
    • getParentCodeAttributeDefinition

      public CodeAttributeDefinition getParentCodeAttributeDefinition()
    • setParentCodeAttributeDefinition

      public void setParentCodeAttributeDefinition(CodeAttributeDefinition parentCodeAttributeDefinition)
    • getParentCodeAttributeDefinitionPath

      public String getParentCodeAttributeDefinitionPath()
    • setParentCodeAttributeDefinitionPath

      public void setParentCodeAttributeDefinitionPath(String parentCodeAttributeDefinitionPath)
    • getHierarchicalLevel

      public String getHierarchicalLevel()
    • setHierarchicalLevel

      public void setHierarchicalLevel(String hierarchicalLevel)
    • getLayoutDirection

      public String getLayoutDirection()
    • setLayoutDirection

      public void setLayoutDirection(String layoutDirection)
    • getLayoutType

      public String getLayoutType()
    • setLayoutType

      public void setLayoutType(String layoutType)
    • isShowAllowedValuesPreview

      public boolean isShowAllowedValuesPreview()
    • setShowAllowedValuesPreview

      public void setShowAllowedValuesPreview(boolean showAllowedValuesPreview)
    • isShowCode

      public boolean isShowCode()
    • setShowCode

      public void setShowCode(boolean showCode)