Class LocalizableRowWithName
- java.lang.Object
-
- de.hybris.platform.util.localization.jdbc.LocalizableRow
-
- de.hybris.platform.util.localization.jdbc.LocalizableRowWithName
-
- Direct Known Subclasses:
LocalizableEnumerationValueRow
,LocalizableRowWithNameAndDescription
public abstract class LocalizableRowWithName extends LocalizableRow
-
-
Constructor Summary
Constructors Constructor Description LocalizableRowWithName(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
getNamePropertyKey()
-
Methods inherited from class de.hybris.platform.util.localization.jdbc.LocalizableRow
getItemPKValue, getItemTypePKValue, getLanguagePKValue, getLpTableName
-
-