Update a contract based on the given Contract element (WebSphere Commerce Business Edition only). Calling commands: ContractSave, ContractUpdate
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT IBM copyright notice field. |
static java.lang.String |
defaultCommandClassName The default implementation class name of this interface. |
static java.lang.String |
NAME The name of this interface. |
Method Summary | |
---|---|
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. |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final java.lang.String NAME
public static final java.lang.String defaultCommandClassName
Method Detail |
---|
public java.lang.Long getContractId()
public void setContractElement(org.w3c.dom.Element contractElement)
contractElement
- the contract Element
objectspublic void setContractId(java.lang.Long contractId)
contractId
- the ID of the contract to
update