public class DecrementIntValueToKeyModel extends ProductAndKeyModel
Modifier and Type | Field and Description |
---|---|
int |
Bound
This is the lower bound that will be enforced on the decrement operation.
|
boolean |
EnableBound
If set to true, it will be possible to specify a lower bound.
|
long |
Id
The unique object id for the data object.
|
int |
IntValue
The constant int value that should be subtracted to the current IntValue of the data object.
|
java.lang.String |
Name |
Key, ProductId
Constructor and Description |
---|
DecrementIntValueToKeyModel(int productId,
java.lang.String key,
long id,
int intValue,
boolean enableBound,
int bound) |
DecrementIntValueToKeyModel(int productId,
java.lang.String key,
java.lang.String name,
int intValue,
boolean enableBound,
int bound) |
public long Id
public java.lang.String Name
public int IntValue
public boolean EnableBound
public int Bound
public DecrementIntValueToKeyModel(int productId, java.lang.String key, long id, int intValue, boolean enableBound, int bound)
public DecrementIntValueToKeyModel(int productId, java.lang.String key, java.lang.String name, int intValue, boolean enableBound, int bound)