Class LocalizedAttributeInfo
- java.lang.Object
-
- com.hybris.cockpitng.widgets.compare.model.LocalizedAttributeInfo
-
public class LocalizedAttributeInfo extends java.lang.ObjectProvides information about localized attribute (components which are essential for rendering localized attribute as well as section and attribute configuration).
-
-
Constructor Summary
Constructors Constructor Description LocalizedAttributeInfo(TableRowsGroup parentSection, TableRow sectionHeaderRow, TableRowsGroup localizedAttributeGroup, Section sectionConfiguration, Attribute attributeConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttributegetAttributeConfiguration()TableRowgetCurrentLocaleRow()TableRowsGroupgetLocalizedAttributeGroup()TableRowsGroupgetParentSection()SectiongetSectionConfiguration()TableRowgetSectionHeaderRow()voidsetCurrentLocaleRow(TableRow currentLocaleRow)
-
-
-
Constructor Detail
-
LocalizedAttributeInfo
public LocalizedAttributeInfo(TableRowsGroup parentSection, TableRow sectionHeaderRow, TableRowsGroup localizedAttributeGroup, Section sectionConfiguration, Attribute attributeConfiguration)
-
-
Method Detail
-
getParentSection
public TableRowsGroup getParentSection()
-
getSectionHeaderRow
public TableRow getSectionHeaderRow()
-
getLocalizedAttributeGroup
public TableRowsGroup getLocalizedAttributeGroup()
-
getSectionConfiguration
public Section getSectionConfiguration()
-
getAttributeConfiguration
public Attribute getAttributeConfiguration()
-
getCurrentLocaleRow
public TableRow getCurrentLocaleRow()
-
setCurrentLocaleRow
public void setCurrentLocaleRow(TableRow currentLocaleRow)
-
-