public class CloseContractCmdImpl extends TaskCommandImpl implements CloseContractCmd
Modifier and Type | Field and Description |
---|---|
static java.lang.String | CLASSNAME
The full name of this command.
|
static java.lang.String | COPYRIGHT
The IBM copyright notice field.
|
Constructor and Description |
---|
CloseContractCmdImpl() |
Modifier and Type | Method and Description |
---|---|
java.lang.Long | getContractId()
Gets the ID of the deploying contract.
|
void | performExecute()
This method executes the business logic of this command implementation.
|
void | setContractId(java.lang.Long contractId)
Sets the ID of the deploying contract.
|
void | setStoreId(java.lang.Integer storeId)
Sets the ID of the store to which the contract is deployed.
|
void | validateParameters()
Extracts and validates the input parameters of this command implementation.
|
public static final java.lang.String COPYRIGHT
public static final java.lang.String CLASSNAME
public java.lang.Long getContractId()
public void performExecute() throws ECException
public void setContractId(java.lang.Long contractId)
public void setStoreId(java.lang.Integer storeId)
public void validateParameters() throws ECException