com.ibm.commerce.contract.commands
Interface AddContractNLDescriptionCmd

All Superinterfaces:
TaskCommand
All Known Implementing Classes:
AddContractNLDescriptionCmdImpl

public interface AddContractNLDescriptionCmd
extends TaskCommand

Adds the contract national language description (WebSphere Commerce Business Edition only). Normally this command will add the national language description to the database. If an error occurred, an ECException will be thrown. Calling commands: ContractImportDraftVersion, ContractImportApprovedVersion


Field Summary
static java.lang.String COPYRIGHT
          IBM copyright notice field.
static java.lang.String defaultCommandClassName
          The default implementation class name of this interface.
 
Method Summary
 java.lang.Long getContractId()
          Gets the ID of the contract.
 void setContractNLDescriptionElement(org.w3c.dom.Element element)           Sets the contract national language description element.
 

Field Detail
public static final java.lang.String COPYRIGHT
IBM copyright notice field.
See Also:
Constant Field Values

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
The default implementation class name of this interface.
See Also:
Constant Field Values
Method Detail

getContractId

public java.lang.Long getContractId()
Gets the ID of the contract.
Returns:
the contract ID

setContractNLDescriptionElement

public void setContractNLDescriptionElement(org.w3c.dom.Element element)
Sets the contract national language description element.
Parameters:
element - the ContractNationalLanguageDescription element