public class InvoicingTCDataBean extends java.lang.Object implements SmartDataBean, Delegator
Constructor and Description |
---|
InvoicingTCDataBean(java.lang.Long newContractId, java.lang.Integer newLangId)
Constructs an InvoicingTCDataBean from an existing account identifier Finds the Invoicing terms and conditions in the account
|
Modifier and Type | Method and Description |
---|---|
CommandContext | getCommandContext()
Returns the current command's context
|
java.lang.Long | getContractId()
Gets the contract identifier for the contract this term and condition are in
|
Protectable | getDelegate()
Returns 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()
Gets the reference number of the e-mail term and condition
|
boolean | getHasInTheBox()
Determines whether there is a send the invoice in the box term and condition in the account
|
java.lang.String | getHasInTheBoxReferenceNumber()
Gets the reference number of the in the box term and condition
|
boolean | getHasRegularMail()
Is there a send the invoice by regular mails term and condition in the account
|
java.lang.String | getHasRegularMailReferenceNumber()
Gets the reference number of the regular mail term and condition
|
TypedProperty | getRequestProperties()
Gets request properties
|
void | populate()
This method is used to get the Invoicing term and conditions in the account.
|
void | setCommandContext(CommandContext newICommandContext)
Sets the command context
|
void | setRequestProperties(TypedProperty param)
Sets the request properties.
|
public InvoicingTCDataBean(java.lang.Long newContractId, java.lang.Integer newLangId)
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)