public class AddDataObjectToMachineCodeModel extends ProductKeyMachineCodeModel
Modifier and Type | Field and Description |
---|---|
boolean |
CheckForDuplicates
If set to true, this method will check that no other data object with the same name exists.
|
int |
IntValue
An int value (int32) to store.
|
java.lang.String |
Name
The name of the data object.
|
java.lang.String |
StringValue
A string value (text) to store.
|
MachineCode
Key, ProductId
Constructor and Description |
---|
AddDataObjectToMachineCodeModel(int productId,
java.lang.String key,
java.lang.String machineCode,
java.lang.String name,
int intValue,
java.lang.String stringValue) |
AddDataObjectToMachineCodeModel(int productId,
java.lang.String key,
java.lang.String machineCode,
java.lang.String name,
int intValue,
java.lang.String stringValue,
boolean checkForDuplicates) |
public java.lang.String Name
public int IntValue
public java.lang.String StringValue
public boolean CheckForDuplicates
public AddDataObjectToMachineCodeModel(int productId, java.lang.String key, java.lang.String machineCode, java.lang.String name, int intValue, java.lang.String stringValue)
public AddDataObjectToMachineCodeModel(int productId, java.lang.String key, java.lang.String machineCode, java.lang.String name, int intValue, java.lang.String stringValue, boolean checkForDuplicates)