java.lang.Objectcom.ibm.commerce.tools.contract.beans.InvoicingTCDataBean
Retrieve all the data associated with a Invoicing Term and Condition Set the account and language identifiers in order to populate the bean.
Field Summary |
Fields inherited from interface com.ibm.commerce.beans.DataBean |
emptyString |
Constructor Summary | |
InvoicingTCDataBean(java.lang.Long newContractId, java.lang.Integer newLangId) Construct an InvoicingTCDataBean from an existing account identifier Find the Invoicing terms and conditions in the account |
Method Summary | |
CommandContext | getCommandContext() Returns the current command's context |
java.lang.Long | getContractId() Get the contract identifier for the contract this term and condition is in |
Protectable | getDelegate() Return the access control delegate of this databean |
boolean | getHasEMail() Is there a send the invoice by e-mail term and condition in the account |
java.lang.String | getHasEMailReferenceNumber() Get the reference number of the e-mail term and condition |
boolean | getHasInTheBox() Determines whethere there is a send the invoice in the box term and condition in the account |
java.lang.String | getHasInTheBoxReferenceNumber() Get the reference number of the in the box term and condition |
boolean | getHasRegularMail() Is there a send the invoice by regular mail term and condition in the account |
java.lang.String | getHasRegularMailReferenceNumber() Get the reference number of the regular mail term and condition |
TypedProperty | getRequestProperties() Gets request properties |
void | populate() Populates the databean with data elements. |
void | setCommandContext(CommandContext newICommandContext) Set the command context |
void | setRequestProperties(TypedProperty param) Set the requestProperties associated with the data bean. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public InvoicingTCDataBean(java.lang.Long newContractId, java.lang.Integer newLangId)
Method Detail |
public CommandContext getCommandContext()
public java.lang.Long getContractId()
public Protectable getDelegate() throws java.lang.Exception
public boolean getHasEMail()
public java.lang.String getHasEMailReferenceNumber()
public boolean getHasInTheBox()
public java.lang.String getHasInTheBoxReferenceNumber()
public boolean getHasRegularMail()
public java.lang.String getHasRegularMailReferenceNumber()
public TypedProperty getRequestProperties()
public void populate() throws java.lang.Exception
public void setCommandContext(CommandContext newICommandContext)
public void setRequestProperties(TypedProperty param)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.