java.lang.Object
com.hybris.backoffice.excel.template.populator.typesheet.TypeSystemRow

public class TypeSystemRow extends Object
Represents single row of TypeSystem sheet.
  • Constructor Details

    • TypeSystemRow

      public TypeSystemRow()
  • Method Details

    • getTypeCode

      public String getTypeCode()
    • setTypeCode

      public void setTypeCode(String typeCode)
    • getTypeName

      public String getTypeName()
    • setTypeName

      public void setTypeName(String typeName)
    • getAttrQualifier

      public String getAttrQualifier()
    • setAttrQualifier

      public void setAttrQualifier(String attrQualifier)
    • getAttrName

      public String getAttrName()
    • setAttrName

      public void setAttrName(String attrName)
    • getAttrOptional

      public Boolean getAttrOptional()
    • setAttrOptional

      public void setAttrOptional(Boolean attrOptional)
    • getAttrTypeCode

      public String getAttrTypeCode()
    • setAttrTypeCode

      public void setAttrTypeCode(String attrTypeCode)
    • getAttrTypeItemType

      public String getAttrTypeItemType()
    • setAttrTypeItemType

      public void setAttrTypeItemType(String attrTypeItemType)
    • getAttrLocalized

      public Boolean getAttrLocalized()
    • setAttrLocalized

      public void setAttrLocalized(Boolean attrLocalized)
    • getAttrLocLang

      public String getAttrLocLang()
    • setAttrLocLang

      public void setAttrLocLang(String attrLocLang)
    • getAttrDisplayName

      public String getAttrDisplayName()
    • setAttrDisplayName

      public void setAttrDisplayName(String attrDisplayName)
    • getAttrUnique

      public Boolean getAttrUnique()
    • setAttrUnique

      public void setAttrUnique(Boolean attrUnique)
    • getAttrReferenceFormat

      public String getAttrReferenceFormat()
    • setAttrReferenceFormat

      public void setAttrReferenceFormat(String attrReferenceFormat)