public interface CreateContractBasicInfoCmd extends TaskCommand
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
static java.lang.String |
defaultCommandClassName
The default implementation of this command.
|
static java.lang.String |
NAME
The name of this command.
|
Modifier and Type | Method and Description |
---|---|
void |
setAccountId(java.lang.Long newAccountId)
Stores the account ID.
|
void |
setContractName(java.lang.String newContractName)
Stores the incoming value for the contract name.
|
void |
setContractOwner(java.lang.Long newContractOwner)
Stores the incoming value for the contract owner ID.
|
void |
setTradingId(java.lang.Long newTradingId)
Stores the incoming value for the Trading Agreement ID.
|
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
static final java.lang.String NAME
static final java.lang.String COPYRIGHT
static final java.lang.String defaultCommandClassName
void setContractName(java.lang.String newContractName)
newContractName
- The name of the contract.void setContractOwner(java.lang.Long newContractOwner)
newContractOwner
- The ID of the contract owner.void setAccountId(java.lang.Long newAccountId)
newAccountId
- The account Id.void setTradingId(java.lang.Long newTradingId)
newTradingId
- The ID of the trading agreement.