public interface ContractResumeCmd extends ControllerCommand
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
IBM copyright notice field.
|
static java.lang.String | defaultCommandClassName
The name of the default implementation class.
|
static java.lang.String | NAME
The name of this interface.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Long | getContractId()
Returns the ID of the resumed contract.
|
void | setContractId(java.lang.Long contractId)
Sets id of the contract to be resumed.
|
static final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName