public class IncrementIntValueToMachineCodeModel extends ProductKeyMachineCodeModel
Modifier and Type | Field and Description |
---|---|
int |
Bound
This is the upper bound that will be enforced on the increment operation.
|
boolean |
EnableBound
If set to true, it will be possible to specify an upper bound.
|
long |
Id
The unique object id for the data object.
|
int |
IntValue
The constant int (non-negative) value that should be added to the current IntValue of the data object.
|
java.lang.String |
Name |
MachineCode
Key, ProductId
Constructor and Description |
---|
IncrementIntValueToMachineCodeModel(int productId,
java.lang.String key,
java.lang.String machineCode,
long id,
int intValue,
boolean enableBound,
int bound) |
IncrementIntValueToMachineCodeModel(int productId,
java.lang.String key,
java.lang.String machineCode,
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 IncrementIntValueToMachineCodeModel(int productId, java.lang.String key, java.lang.String machineCode, long id, int intValue, boolean enableBound, int bound)
public IncrementIntValueToMachineCodeModel(int productId, java.lang.String key, java.lang.String machineCode, java.lang.String name, int intValue, boolean enableBound, int bound)