public class OrderApprovalTCDataBean extends java.lang.Object implements SmartDataBean, Delegator
Constructor and Description |
---|
OrderApprovalTCDataBean(java.lang.Long newContractId, java.lang.Integer newLangId)
Constructs an OrderApprovalTCDataBean from an existing contract identifier Finds the Order Approval terms and conditions in the contract
|
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
|
java.lang.String | getCurrency()
Gets the currency of the order approval term and condition in the contract
|
Protectable | getDelegate()
Returns the access control delegate of this data bean
|
boolean | getHasOrderApproval()
Determines whether the contract has an order approval term and condition.
|
java.lang.String | getReferenceNumber()
Gets the reference number of the order approval term and condition in the contract
|
TypedProperty | getRequestProperties()
Gets the request properties
|
java.lang.String | getValue()
Gets the value of the order approval term and condition in the contract
|
void | populate()
This method is used to retrieve the Order Approval data in the contract.
|
void | setCommandContext(CommandContext newICommandContext)
Sets the command context
|
void | setRequestProperties(TypedProperty param)
Sets the request properties.
|
public OrderApprovalTCDataBean(java.lang.Long newContractId, java.lang.Integer newLangId)
public CommandContext getCommandContext()
public java.lang.Long getContractId()
public java.lang.String getCurrency()
public Protectable getDelegate() throws java.lang.Exception
public boolean getHasOrderApproval()
public java.lang.String getReferenceNumber()
public TypedProperty getRequestProperties()
public java.lang.String getValue()
public void populate() throws java.lang.Exception
public void setCommandContext(CommandContext newICommandContext)
public void setRequestProperties(TypedProperty param)