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)
public void setContractOwner(java.lang.Long newContractOwner)
public void setAccountId(java.lang.Long newAccountId)
public void setTradingId(java.lang.Long newTradingId)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.