Class GeneratedClassificationAttributeValue

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

public abstract class GeneratedClassificationAttributeValue extends GenericItem
Generated class for type ClassificationAttributeValue.
See Also:
  • Field Details

    • CODE

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

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

      public static final String NAME
      Qualifier of the ClassificationAttributeValue.name attribute
      See Also:
    • SYSTEMVERSION

      public static final String SYSTEMVERSION
      Qualifier of the ClassificationAttributeValue.systemVersion attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

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

    • GeneratedClassificationAttributeValue

      public GeneratedClassificationAttributeValue()
  • Method Details

    • getDefaultAttributeModes

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

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

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

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

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

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

      public String getExternalID()
      Generated method - Getter of the ClassificationAttributeValue.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 ClassificationAttributeValue.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 ClassificationAttributeValue.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 ClassificationAttributeValue.name attribute.
      Returns:
      the name - Name
    • getName

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

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

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

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

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

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

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

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

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

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

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