Class ImpexHeaderValue

java.lang.Object
com.hybris.backoffice.excel.data.ImpexHeaderValue
All Implemented Interfaces:
Serializable

public class ImpexHeaderValue extends Object implements Serializable
Represents single header value. Header value consists of attribute name, indicator whether attribute is unique and information about language for localized values.
See Also:
  • Constructor Details

  • Method Details

    • getName

      public String getName()
      Returns:
      name of header attribute.
    • getQualifier

      public String getQualifier()
      Returns:
      qualifier of header attribute.
    • isUnique

      public boolean isUnique()
      Returns:
      whether attribute is unique.
    • isMandatory

      public boolean isMandatory()
      Returns:
      whether attribute is mandatory.
    • getLang

      public String getLang()
      Returns:
      information about language for localized attributes.
    • getDateFormat

      public String getDateFormat()
      Returns:
      format for date
    • getTranslator

      public String getTranslator()
      Returns:
      translator name
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object