public class OrderReleaseTotalsDataBean
extends com.ibm.commerce.inventory.beansrc.OrderReleaseTotalsDataBeanBase
implements com.ibm.commerce.inventory.beans.OrderReleaseTotalsInputDataBean, com.ibm.commerce.inventory.beans.OrderReleaseTotalsSmartDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
The IBM copyright notice field.
|
protected CommandContext | iCommandContext
the command context
|
protected java.lang.String | iDataBeanKeyOrderChargeType
order charge type
|
protected java.lang.String | iDataBeanKeyOrderId
order id
|
protected java.lang.String | iDataBeanKeyOrderReleaseNumber
order release number
|
protected TypedProperty | iRequestProperties
the request properties
|
Constructor and Description |
---|
OrderReleaseTotalsDataBean()
This method constructs an OrderReleaseTotalsDataBean.
|
OrderReleaseTotalsDataBean(OrderReleaseTotalsAccessBean aabOrderReleaseTotal)
This method constructs an OrderReleaseTotalsDataBean from an OrderReleaseTotalsAccessBean by extracting the OrderReleaseTotals EJB reference from the OrderReleaseTotalsAccessBean.
|
Modifier and Type | Method and Description |
---|---|
CommandContext | getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String | getDataBeanKeyOrderChargeType()
This method returns the databean key:order charge type.
|
java.lang.String | getDataBeanKeyOrderId()
This method returns the databean key:order id.
|
java.lang.String | getDataBeanKeyOrderReleaseNumber()
This method returns the databean key:order release number.
|
TypedProperty | getRequestProperties()
This method returns the request property set within this bean.
|
void | populate()
This method is used to populate the OrderReleaseTotalsDataBean.
|
void | setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void | setDataBeanKeyOrderChargeType(java.lang.String aOrderChargeType)
This method sets the databean key:order charge type.
|
void | setDataBeanKeyOrderId(java.lang.String aOrderId)
This method sets the databean key:order id.
|
void | setDataBeanKeyOrderReleaseNumber(java.lang.String aOrderReleaseNumber)
This method sets the databean key:order release number.
|
void | setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
public static final java.lang.String COPYRIGHT
protected CommandContext iCommandContext
protected TypedProperty iRequestProperties
protected java.lang.String iDataBeanKeyOrderId
protected java.lang.String iDataBeanKeyOrderReleaseNumber
protected java.lang.String iDataBeanKeyOrderChargeType
public OrderReleaseTotalsDataBean(OrderReleaseTotalsAccessBean aabOrderReleaseTotal) throws java.lang.Exception
public OrderReleaseTotalsDataBean()
public TypedProperty getRequestProperties()
public void setRequestProperties(TypedProperty aRequestProperty) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException, javax.ejb.FinderException
public java.lang.String getDataBeanKeyOrderId()
public java.lang.String getDataBeanKeyOrderReleaseNumber()
public java.lang.String getDataBeanKeyOrderChargeType()
public CommandContext getCommandContext()
public void setCommandContext(CommandContext aCommandContext)
public void setDataBeanKeyOrderId(java.lang.String aOrderId)
public void setDataBeanKeyOrderReleaseNumber(java.lang.String aOrderReleaseNumber)
public void setDataBeanKeyOrderChargeType(java.lang.String aOrderChargeType)
public void populate() throws java.lang.Exception