|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.commerce.utf.utils.RFQProduct
Every instance of the RFQProduct
class represents a catalog entry that
has been associated with an RFQ.
Each instance of this class has the following information
RFQProduct
includes methods for getting and setting the fields that comprise
an rfq product.
Field Summary | |
java.lang.Long |
catentry_id
|
java.lang.String |
currency
|
java.lang.String |
name
|
java.math.BigDecimal |
price
|
java.lang.String |
qtyunit
|
java.lang.Double |
quantity
|
java.lang.String |
shortdesc
|
Constructor Summary | |
RFQProduct()
RFQProduct constructor. |
|
RFQProduct(java.util.Hashtable h)
Constructs an instance of the RFQProduct class using the incoming Hashtable. |
Method Summary | |
java.lang.Long |
getCatentry_id()
Returns the catalog entry ID. |
java.lang.String |
getCurrency()
Returns the currency. |
java.lang.String |
getName()
Returns the name of the catalog entry. |
java.math.BigDecimal |
getPrice()
Returns the item price. |
java.lang.String |
getQtyunit()
Returns the quantity unit. |
java.lang.Double |
getQuantity()
Returns the quantity requested. |
java.lang.String |
getShortdesc()
Returns the short description for the catalog entry. |
void |
setCatentry_id(java.lang.Long newCatentry_id)
Stores the incoming catalog entry ID in a member variable. |
void |
setCurrency(java.lang.String newCurrency)
Stores the incoming currency in a member variable. |
void |
setName(java.lang.String newName)
Stores the name of the catalog entry in a member variable. |
void |
setPrice(java.math.BigDecimal newPrice)
Stores the incoming price in a member variable. |
void |
setQtyunit(java.lang.String newQtyunit)
Stores the incoming quantity unit in a member variable. |
void |
setQuantity(java.lang.Double newQuantity)
Stores the incoming quantity in a member variable. |
void |
setShortdesc(java.lang.String newShortdesc)
Stores the incoming short description in a member variable. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.lang.Long catentry_id
public java.lang.String currency
public java.lang.String name
public java.math.BigDecimal price
public java.lang.String qtyunit
public java.lang.Double quantity
public java.lang.String shortdesc
Constructor Detail |
public RFQProduct()
public RFQProduct(java.util.Hashtable h)
Every RFQ product has the following fields:
Method Detail |
public java.lang.Long getCatentry_id()
public java.lang.String getCurrency()
public java.lang.String getName()
public java.math.BigDecimal getPrice()
public java.lang.String getQtyunit()
public java.lang.Double getQuantity()
public java.lang.String getShortdesc()
public void setCatentry_id(java.lang.Long newCatentry_id)
newCatentry_id
- The catalog entry ID.public void setCurrency(java.lang.String newCurrency)
newCurrency
- The currency.public void setName(java.lang.String newName)
newName
- The catalog entry name.public void setPrice(java.math.BigDecimal newPrice)
newPrice
- The price for the catalog entry.public void setQtyunit(java.lang.String newQtyunit)
newQtyunit
- The quantity unit.public void setQuantity(java.lang.Double newQuantity)
newQuantity
- The quantity.public void setShortdesc(java.lang.String newShortdesc)
newShortdesc
- The short description.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |