|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.component.shop.StockUpdaterJobletConfig.ExtraActivationValue
public static final class StockUpdaterJobletConfig.ExtraActivationValue
The configuration for an extra activation value.
| Constructor Summary | |
|---|---|
protected |
StockUpdaterJobletConfig.ExtraActivationValue()
Deprecated. |
|
StockUpdaterJobletConfig.ExtraActivationValue(java.lang.String pItem,
int pValue)
The constructor that sets the item's EAN and the activation value. |
| Method Summary | |
|---|---|
java.lang.String |
getItem()
Returns the EAN of the shop item the activation value is given for. |
int |
getValue()
Returns the value of the available number of the shop item needed to activate the shop item or leave it active. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated protected StockUpdaterJobletConfig.ExtraActivationValue()
public StockUpdaterJobletConfig.ExtraActivationValue(java.lang.String pItem,
int pValue)
pItem - the item's EAN to setpValue - the activation value to set
java.lang.NullPointerException - if the given EAN is null
java.lang.IllegalArgumentException - if the given EAN is an empty String| Method Detail |
|---|
public java.lang.String getItem()
public int getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||