Class LocalizableRowWithNameAndDescription
- java.lang.Object
-
- de.hybris.platform.util.localization.jdbc.LocalizableRow
-
- de.hybris.platform.util.localization.jdbc.LocalizableRowWithName
-
- de.hybris.platform.util.localization.jdbc.LocalizableRowWithNameAndDescription
-
- Direct Known Subclasses:
LocalizableAttributeRow
,LocalizableTypeRow
public abstract class LocalizableRowWithNameAndDescription extends LocalizableRowWithName
-
-
Constructor Summary
Constructors Constructor Description LocalizableRowWithNameAndDescription(java.lang.String lpTableName, long itemPKValue, long itemTypePKValue, java.lang.Long languagePKValue)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract java.lang.String
getDescriptionPropertyKey()
-
Methods inherited from class de.hybris.platform.util.localization.jdbc.LocalizableRowWithName
getNamePropertyKey
-
Methods inherited from class de.hybris.platform.util.localization.jdbc.LocalizableRow
getItemPKValue, getItemTypePKValue, getLanguagePKValue, getLpTableName
-
-