public interface ContractSaveCmd extends ControllerCommand
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
The IBM copyright notice field.
|
static java.lang.String | defaultCommandClassName
The default implementation class is "com.ibm.commerce.contract.commands.ContractSaveCmdImpl".
|
static java.lang.String | NAME
The name of this interface is "com.ibm.commerce.contract.commands.ContractSaveCmd".
|
Modifier and Type | Method and Description |
---|---|
void | setLastUpdatedTime(java.lang.String lastUpdatedTime)
Sets the last updated time of the contract.
|
void | setXML(java.lang.String xmlString)
Sets the xml string of the contract to save.
|
void | setXSDValidation(boolean bValidation)
Sets the XSD validation flag.
|
static final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
void setLastUpdatedTime(java.lang.String lastUpdatedTime)
void setXML(java.lang.String xmlString)
void setXSDValidation(boolean bValidation)