Class GeneratedClassificationAttributeValue

    • Field Detail

      • CODE

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

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

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

        public static final java.lang.String SYSTEMVERSION
        Qualifier of the ClassificationAttributeValue.systemVersion 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

      • GeneratedClassificationAttributeValue

        public GeneratedClassificationAttributeValue()
    • Method Detail

      • getCode

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

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

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

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

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

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

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

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

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

        public void setName​(java.lang.String value)
        Generated method - Setter of the ClassificationAttributeValue.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 ClassificationAttributeValue.name attribute.
        Parameters:
        value - the name - Name
      • setAllName

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