Class LocalizableAttributeRow
- java.lang.Object
-
- de.hybris.platform.util.localization.jdbc.LocalizableRow
-
- de.hybris.platform.util.localization.jdbc.LocalizableRowWithName
-
- de.hybris.platform.util.localization.jdbc.LocalizableRowWithNameAndDescription
-
- de.hybris.platform.util.localization.jdbc.rows.LocalizableAttributeRow
-
public class LocalizableAttributeRow extends LocalizableRowWithNameAndDescription
-
-
Constructor Summary
Constructors Constructor Description LocalizableAttributeRow(java.lang.String lpTableName, long itemPKValue, long itemTypePKValue, java.lang.Long languagePKValue, java.lang.String qualifier, java.lang.String ownerCode, java.lang.String declarerCode, java.lang.String inheritancePath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDescriptionPropertyKey()java.lang.StringgetInheritancePath()java.lang.StringgetNamePropertyKey()java.lang.StringgetOwnerCode()java.lang.StringgetQualifier()-
Methods inherited from class de.hybris.platform.util.localization.jdbc.LocalizableRow
getItemPKValue, getItemTypePKValue, getLanguagePKValue, getLpTableName
-
-
-
-
Method Detail
-
getOwnerCode
public java.lang.String getOwnerCode()
-
getQualifier
public java.lang.String getQualifier()
-
getInheritancePath
public java.lang.String getInheritancePath()
-
getDescriptionPropertyKey
public java.lang.String getDescriptionPropertyKey()
- Specified by:
getDescriptionPropertyKeyin classLocalizableRowWithNameAndDescription
-
getNamePropertyKey
public java.lang.String getNamePropertyKey()
- Specified by:
getNamePropertyKeyin classLocalizableRowWithName
-
-