org.torweg.pulse.component.shop.util
Class PriceUpdateResult.PriceUpdate
java.lang.Object
org.torweg.pulse.component.shop.util.PriceUpdateResult.PriceUpdate
- Enclosing class:
- PriceUpdateResult
public static class PriceUpdateResult.PriceUpdate
- extends java.lang.Object
represents a price update.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PriceUpdateResult.PriceUpdate
protected PriceUpdateResult.PriceUpdate()
- used by JAXB.
PriceUpdateResult.PriceUpdate
public PriceUpdateResult.PriceUpdate(int rowNum,
java.lang.String clazz,
java.lang.Long productId,
java.lang.String name,
java.lang.String groupName, PriceUpdateResult.PriceUpdate.Mode m)
- Parameters:
rowNum - the row number in the Excel sheetclazz - the type of the shop itemproductId - the id of the shop itemname - the name of the shop itemgroupName - the name of the price groupm - the update mode
getRowNumber
public final int getRowNumber()
- Returns:
- Returns the rowNumber.
getType
public final java.lang.String getType()
- Returns:
- Returns the type.
getTypeId
public final java.lang.Long getTypeId()
- Returns:
- Returns the typeId.
getProductName
public final java.lang.String getProductName()
- Returns:
- Returns the productName.
getPriceGroupName
public final java.lang.String getPriceGroupName()
- Returns:
- Returns the priceGroupName.
getMode
public final PriceUpdateResult.PriceUpdate.Mode getMode()
- Returns:
- Returns the mode.