Class GeneratedClassificationAttribute

    • Field Detail

      • SYSTEMVERSION

        public static final java.lang.String SYSTEMVERSION
        Qualifier of the ClassificationAttribute.systemVersion attribute
        See Also:
        Constant Field Values
      • CODE

        public static final java.lang.String CODE
        Qualifier of the ClassificationAttribute.code attribute
        See Also:
        Constant Field Values
      • EXTERNALID

        public static final java.lang.String EXTERNALID
        Qualifier of the ClassificationAttribute.externalID attribute
        See Also:
        Constant Field Values
      • NAME

        public static final java.lang.String NAME
        Qualifier of the ClassificationAttribute.name attribute
        See Also:
        Constant Field Values
      • CLASSES

        public static final java.lang.String CLASSES
        Qualifier of the ClassificationAttribute.classes attribute
        See Also:
        Constant Field Values
      • DEFAULTATTRIBUTEVALUES

        public static final java.lang.String DEFAULTATTRIBUTEVALUES
        Qualifier of the ClassificationAttribute.defaultAttributeValues attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedClassificationAttribute

        public GeneratedClassificationAttribute()
    • Method Detail

      • getClasses

        public abstract java.util.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 java.util.List<ClassificationClass> getClasses()
        Generated method - Getter of the ClassificationAttribute.classes attribute.
        Returns:
        the classes - list of classes this attribute was assigned to
      • getCode

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

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

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

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

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

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

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

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

        public java.lang.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 java.lang.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,
                                  java.lang.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​(java.lang.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 java.lang.String getName​(SessionContext ctx)
        Generated method - Getter of the ClassificationAttribute.name attribute.
        Returns:
        the name - Name
      • getName

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

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

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

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

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

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

        public void setAllName​(java.util.Map<Language,​java.lang.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