Package com.hybris.backoffice.excel.data
Class ExcelAttributeDescriptorAttribute
java.lang.Object
com.hybris.backoffice.excel.data.ExcelAttributeDescriptorAttribute
- All Implemented Interfaces:
ExcelAttribute
-
Constructor Summary
ConstructorsConstructorDescriptionExcelAttributeDescriptorAttribute(AttributeDescriptorModel attributeDescriptorModel) ExcelAttributeDescriptorAttribute(AttributeDescriptorModel attributeDescriptorModel, String isoCode) -
Method Summary
-
Constructor Details
-
ExcelAttributeDescriptorAttribute
public ExcelAttributeDescriptorAttribute(@Nonnull AttributeDescriptorModel attributeDescriptorModel, @Nullable String isoCode) -
ExcelAttributeDescriptorAttribute
public ExcelAttributeDescriptorAttribute(@Nonnull AttributeDescriptorModel attributeDescriptorModel)
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceExcelAttribute- Returns:
- name of attribute
-
isLocalized
public boolean isLocalized()- Specified by:
isLocalizedin interfaceExcelAttribute- Returns:
- information whether attribute is localized
-
getIsoCode
- Specified by:
getIsoCodein interfaceExcelAttribute- Returns:
- isoCode of attribute
-
getQualifier
- Specified by:
getQualifierin interfaceExcelAttribute- Returns:
- qualifier of attribute
-
isMandatory
public boolean isMandatory()- Specified by:
isMandatoryin interfaceExcelAttribute- Returns:
- information whether attribute is mandatory
-
getType
- Specified by:
getTypein interfaceExcelAttribute- Returns:
- type of attribute. For example, 'java.lang.String', 'java.util.Date', 'Product'
-
isMultiValue
public boolean isMultiValue()- Specified by:
isMultiValuein interfaceExcelAttribute- Returns:
- indicates whether attribute is multiValue type
-
getAttributeDescriptorModel
-