public class ComposeContractFromAccessBeanSummaryCmdImpl extends java.lang.Object implements ComposeContractFromAccessBeanCmd
ComposeContractFromAccessBeanCmd. It compose a
ContractType object from ContractAccessBeandefaultCommandClassName, NAME| Constructor and Description |
|---|
ComposeContractFromAccessBeanSummaryCmdImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Composes ContractType
It calls the following methods:
setContractIdentifier()
setShortDescription()
setLongDescription()
|
ContractType |
getContract()
get Contract Type
|
boolean |
isReadyToCallExecute() |
void |
reset() |
void |
setContractAccessBean(ContractAccessBean contractAccessBean)
set contract access bean
|
public ComposeContractFromAccessBeanSummaryCmdImpl()
public final void setContractAccessBean(ContractAccessBean contractAccessBean)
ComposeContractFromAccessBeanCmdpublic ContractType getContract()
ComposeContractFromAccessBeanCmdgetContract in interface ComposeContractFromAccessBeanCmdComposeContractFromAccessBeanCmd.getContract()public void execute()
throws ECException
execute in interface com.ibm.websphere.command.CommandECExceptionCommand.execute()public boolean isReadyToCallExecute()
isReadyToCallExecute in interface com.ibm.websphere.command.CommandCommand.isReadyToCallExecute()public void reset()
reset in interface com.ibm.websphere.command.CommandCommand.reset()