public interface UpdateXSDContractCmd
extends com.ibm.commerce.command.TaskCommand
UpdateXSDContractCmdImpl.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
static java.lang.String |
defaultCommandClassName
The default implementation of this command.
|
static java.lang.String |
NAME
The full name of this command.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getContractId()
Returns the ID of the updated contract.
|
void |
setContractElement(org.w3c.dom.Element contractElement)
Sets the contract Element.
|
void |
setContractId(java.lang.Long contractId)
Sets the ID of the contract to update.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersstatic final java.lang.String COPYRIGHT
static final java.lang.String defaultCommandClassName
static final java.lang.String NAME
java.lang.Long getContractId()
void setContractElement(org.w3c.dom.Element contractElement)
contractElement - the contract Element objectsvoid setContractId(java.lang.Long contractId)
contractId - the ID of the contract to update