Class ExcelClassificationAttribute

  • All Implemented Interfaces:
    ExcelAttribute

    public class ExcelClassificationAttribute
    extends java.lang.Object
    implements ExcelAttribute
    Default implementation of ExcelAttribute supports classification attributes
    • Constructor Detail

      • ExcelClassificationAttribute

        public ExcelClassificationAttribute()
    • Method Detail

      • setIsoCode

        public void setIsoCode​(java.lang.String isoCode)
      • setName

        public void setName​(java.lang.String name)
      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface ExcelAttribute
        Returns:
        name of attribute
      • isLocalized

        public boolean isLocalized()
        Specified by:
        isLocalized in interface ExcelAttribute
        Returns:
        information whether attribute is localized
      • getIsoCode

        public java.lang.String getIsoCode()
        Specified by:
        getIsoCode in interface ExcelAttribute
        Returns:
        isoCode of attribute
      • getQualifier

        public java.lang.String getQualifier()
        Specified by:
        getQualifier in interface ExcelAttribute
        Returns:
        qualifier of attribute
      • isMandatory

        public boolean isMandatory()
        Specified by:
        isMandatory in interface ExcelAttribute
        Returns:
        information whether attribute is mandatory
      • getType

        public java.lang.String getType()
        Specified by:
        getType in interface ExcelAttribute
        Returns:
        type of attribute. For example, 'java.lang.String', 'java.util.Date', 'Product'
      • isMultiValue

        public boolean isMultiValue()
        Specified by:
        isMultiValue in interface ExcelAttribute
        Returns:
        indicates whether attribute is multiValue type