public class SetIntValueToKeyModel extends ProductAndKeyModel
Modifier and Type | Field and Description |
---|---|
long |
Id
The unique object id for the data object.
|
int |
IntValue
The new int value that should be assigned to the data object.
|
java.lang.String |
Name |
Key, ProductId
Constructor and Description |
---|
SetIntValueToKeyModel(int productId,
java.lang.String key,
long id,
int intValue) |
SetIntValueToKeyModel(int productId,
java.lang.String key,
java.lang.String name,
int intValue) |