Class LocalizableRow

java.lang.Object
de.hybris.platform.util.localization.jdbc.LocalizableRow
Direct Known Subclasses:
LocalizableRowWithName

public class LocalizableRow extends Object
  • Constructor Details

    • LocalizableRow

      public LocalizableRow(String lpTableName, long itemPKValue, long itemTypePKValue, Long languagePKValue)
  • Method Details

    • getItemPKValue

      public long getItemPKValue()
    • getItemTypePKValue

      public long getItemTypePKValue()
    • getLanguagePKValue

      public Long getLanguagePKValue()
    • getLpTableName

      public String getLpTableName()