Class GeneratedClassificationAttribute

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
ClassificationAttribute

public abstract class GeneratedClassificationAttribute extends GenericItem
Generated class for type ClassificationAttribute.
See Also:
  • Field Details

    • SYSTEMVERSION

      public static final String SYSTEMVERSION
      Qualifier of the ClassificationAttribute.systemVersion attribute
      See Also:
    • CODE

      public static final String CODE
      Qualifier of the ClassificationAttribute.code attribute
      See Also:
    • EXTERNALID

      public static final String EXTERNALID
      Qualifier of the ClassificationAttribute.externalID attribute
      See Also:
    • NAME

      public static final String NAME
      Qualifier of the ClassificationAttribute.name attribute
      See Also:
    • CLASSES

      public static final String CLASSES
      Qualifier of the ClassificationAttribute.classes attribute
      See Also:
    • DEFAULTATTRIBUTEVALUES

      public static final String DEFAULTATTRIBUTEVALUES
      Qualifier of the ClassificationAttribute.defaultAttributeValues attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedClassificationAttribute

      public GeneratedClassificationAttribute()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class Item
    • getClasses

      public abstract List<ClassificationClass> getClasses(SessionContext ctx)
      Generated method - Getter of the ClassificationAttribute.classes attribute.
      Returns:
      the classes - list of classes this attribute was assigned to
    • getClasses

      public List<ClassificationClass> getClasses()
      Generated method - Getter of the ClassificationAttribute.classes attribute.
      Returns:
      the classes - list of classes this attribute was assigned to
    • getCode

      public String getCode(SessionContext ctx)
      Generated method - Getter of the ClassificationAttribute.code attribute.
      Returns:
      the code - Code
    • getCode

      public String getCode()
      Generated method - Getter of the ClassificationAttribute.code attribute.
      Returns:
      the code - Code
    • setCode

      protected void setCode(SessionContext ctx, String value)
      Generated method - Setter of the ClassificationAttribute.code attribute.
      Parameters:
      value - the code - Code
    • setCode

      protected void setCode(String value)
      Generated method - Setter of the ClassificationAttribute.code attribute.
      Parameters:
      value - the code - Code
    • getDefaultAttributeValues

      public abstract List<ClassificationAttributeValue> getDefaultAttributeValues(SessionContext ctx)
      Generated method - Getter of the ClassificationAttribute.defaultAttributeValues attribute.
      Returns:
      the defaultAttributeValues
    • getDefaultAttributeValues

      public List<ClassificationAttributeValue> getDefaultAttributeValues()
      Generated method - Getter of the ClassificationAttribute.defaultAttributeValues attribute.
      Returns:
      the defaultAttributeValues
    • setDefaultAttributeValues

      public abstract void setDefaultAttributeValues(SessionContext ctx, List<ClassificationAttributeValue> value)
      Generated method - Setter of the ClassificationAttribute.defaultAttributeValues attribute.
      Parameters:
      value - the defaultAttributeValues
    • setDefaultAttributeValues

      public void setDefaultAttributeValues(List<ClassificationAttributeValue> value)
      Generated method - Setter of the ClassificationAttribute.defaultAttributeValues attribute.
      Parameters:
      value - the defaultAttributeValues
    • getExternalID

      public String getExternalID(SessionContext ctx)
      Generated method - Getter of the ClassificationAttribute.externalID attribute.
      Returns:
      the externalID - external identifier refering to the actual classification system definition
    • getExternalID

      public String getExternalID()
      Generated method - Getter of the ClassificationAttribute.externalID attribute.
      Returns:
      the externalID - external identifier refering to the actual classification system definition
    • setExternalID

      public void setExternalID(SessionContext ctx, String value)
      Generated method - Setter of the ClassificationAttribute.externalID attribute.
      Parameters:
      value - the externalID - external identifier refering to the actual classification system definition
    • setExternalID

      public void setExternalID(String value)
      Generated method - Setter of the ClassificationAttribute.externalID attribute.
      Parameters:
      value - the externalID - external identifier refering to the actual classification system definition
    • getName

      public String getName(SessionContext ctx)
      Generated method - Getter of the ClassificationAttribute.name attribute.
      Returns:
      the name - Name
    • getName

      public String getName()
      Generated method - Getter of the ClassificationAttribute.name attribute.
      Returns:
      the name - Name
    • getAllName

      public Map<Language,String> getAllName(SessionContext ctx)
      Generated method - Getter of the ClassificationAttribute.name attribute.
      Returns:
      the localized name - Name
    • getAllName

      public Map<Language,String> getAllName()
      Generated method - Getter of the ClassificationAttribute.name attribute.
      Returns:
      the localized name - Name
    • setName

      public void setName(SessionContext ctx, String value)
      Generated method - Setter of the ClassificationAttribute.name attribute.
      Parameters:
      value - the name - Name
    • setName

      public void setName(String value)
      Generated method - Setter of the ClassificationAttribute.name attribute.
      Parameters:
      value - the name - Name
    • setAllName

      public void setAllName(SessionContext ctx, Map<Language,String> value)
      Generated method - Setter of the ClassificationAttribute.name attribute.
      Parameters:
      value - the name - Name
    • setAllName

      public void setAllName(Map<Language,String> value)
      Generated method - Setter of the ClassificationAttribute.name attribute.
      Parameters:
      value - the name - Name
    • getSystemVersion

      public ClassificationSystemVersion getSystemVersion(SessionContext ctx)
      Generated method - Getter of the ClassificationAttribute.systemVersion attribute.
      Returns:
      the systemVersion
    • getSystemVersion

      public ClassificationSystemVersion getSystemVersion()
      Generated method - Getter of the ClassificationAttribute.systemVersion attribute.
      Returns:
      the systemVersion
    • setSystemVersion

      public void setSystemVersion(SessionContext ctx, ClassificationSystemVersion value)
      Generated method - Setter of the ClassificationAttribute.systemVersion attribute.
      Parameters:
      value - the systemVersion
    • setSystemVersion

      public void setSystemVersion(ClassificationSystemVersion value)
      Generated method - Setter of the ClassificationAttribute.systemVersion attribute.
      Parameters:
      value - the systemVersion