Interface for the DeployPriceTCCmd
Task Command to eploy the
Price Terms&Conditions defined in a Trading Agreement.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT IBM copyright notice field. |
static java.lang.String |
defaultCommandClassName The defautl name of this command. |
static java.lang.String |
NAME The name of this command. |
Method Summary | |
---|---|
void |
setTermCondition(
TermConditionAccessBean aTCAB) Sets the Term&Condition Access Bean to be deployed. |
void |
setXMLFlag(boolean aXMLFlag) Sets the indicator for XML creation (not being used). |
Methods inherited from interface com.ibm.commerce.contract.commands. DeployTCCmd |
getTargetStoreId,
setTargetStoreId |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final java.lang.String defaultCommandClassName
public static final java.lang.String NAME
Method Detail |
---|
public void setTermCondition(TermConditionAccessBean aTCAB)
setTermCondition
in interface
DeployTCCmd
aTCAB
- TermConditionAccessBeanpublic void setXMLFlag(boolean aXMLFlag)
aXMLFlag
- The indicator for XML creation.