public class EntitledPriceDataBean extends java.lang.Object implements CommandDataBean
You can find more information about data beans in the WebSphere Commerce data beans topic in the Information Center.
Mandatory Parameters:
Some hints and tips for using this data bean are:
Constructor and Description |
---|
EntitledPriceDataBean() |
Modifier and Type | Method and Description |
---|---|
java.lang.Long | getCatEntryId()
Gets the ID that represents the primary key for this catalog entry.
|
java.lang.String | getCommandInterfaceName()
This method gets the command interface name that populates this data bean.
|
java.lang.String | getCurrency()
Gets the monetary currency.
|
java.math.BigDecimal | getPrice()
Gets the price amount that represents monetary price for this catalog entry.
|
QuantityAmount | getQuantity()
Gets quantity that represents quantity for the catalog entry.
|
TypedProperty | getRequestProperties()
This method gets the parameters passed as part of the URL if any.
|
void | setCatEntryId(java.lang.Long aCatEntryId)
Sets the ID that represents the primary key for this catalog entry.
|
void | setCommandInterfaceName(java.lang.String ifname)
This method sets the command interface name.
|
void | setCurrency(java.lang.String aCurrency)
Sets the monetary currency.
|
void | setPrice(java.math.BigDecimal aPrice)
Sets the price that represents the monetary price for this catalog entry.
|
void | setQuantity(QuantityAmount aQuantity)
Sets the product quantity for calculating the price.
|
void | setRequestProperties(TypedProperty aTypedProp)
Sets the request property and populates the parameters that are needed by the bean.
|
public java.lang.String getCurrency()
public void setCurrency(java.lang.String aCurrency)
public java.lang.Long getCatEntryId()
public void setCatEntryId(java.lang.Long aCatEntryId)
public java.math.BigDecimal getPrice()
public void setPrice(java.math.BigDecimal aPrice)
public QuantityAmount getQuantity()
public void setQuantity(QuantityAmount aQuantity)
public java.lang.String getCommandInterfaceName()
public void setCommandInterfaceName(java.lang.String ifname)
public TypedProperty getRequestProperties()
public void setRequestProperties(TypedProperty aTypedProp) throws java.lang.Exception