Creates a contract object that shares an existing trading agreement.
Field Summary | |
---|---|
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. |
Method Summary | |
---|---|
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. |
Field Detail |
---|
public static final java.lang.String NAME
public static final java.lang.String COPYRIGHT
public static final java.lang.String defaultCommandClassName
Method Detail |
---|
public void setContractName(java.lang.String newContractName)
newContractName
- The name of the
contract.public void setContractOwner(java.lang.Long newContractOwner)
newContractOwner
- The ID of the contract
owner.public void setAccountId(java.lang.Long newAccountId)
newAccountId
- The account Id.public void setTradingId(java.lang.Long newTradingId)
newTradingId
- The ID of the trading
agreement.