|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.commerce.rfq.utils.RFQResNewProd
Defines the data needed by the UI
Constructor Summary | |
RFQResNewProd()
RFQResNewProd constructor |
|
RFQResNewProd(java.util.Hashtable h,
java.lang.Integer languageId)
RFQResNewProd(Hashtable, integer) RFQResNewProd constructor from hashtable |
Method Summary | |
java.lang.Long |
getCatentry_id()
return the catentry id |
java.lang.String |
getCurrency()
return the response Currency |
java.lang.String |
getName()
Get the product name |
java.math.BigDecimal |
getPrice()
return the response Price |
java.lang.Double |
getQuantity()
return the response Quantity |
java.lang.String |
getReq_currency()
return the Request currency |
java.math.BigDecimal |
getReq_price()
return the request price |
java.lang.Double |
getReq_quantity()
return the request quantity |
java.lang.String |
getReq_unit()
return the request unit |
java.lang.String |
getUnit()
return the Response unit |
java.lang.String |
getUnitDesc()
Get the response unit desc |
void |
setCatentry_id(java.lang.Long newCatentry_id)
set the catentry id |
void |
setCurrency(java.lang.String newCurrency)
set the response currency |
void |
setName(java.lang.String newName)
set the product name |
void |
setPrice(java.math.BigDecimal newPrice)
set the response price |
void |
setQuantity(java.lang.Double newQuantity)
set the response quantity |
void |
setReq_currency(java.lang.String newReq_currency)
set the request currency |
void |
setReq_price(java.math.BigDecimal newReq_price)
set the request price into instance data |
void |
setReq_quantity(java.lang.Double newReq_quantity)
set the request quantity into instance data |
void |
setReq_unit(java.lang.String newReq_unit)
set the request unit |
void |
setUnit(java.lang.String newUnit)
set the response unit |
void |
setUnitDesc(java.lang.String newUnitDesc)
set the response unit desc |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RFQResNewProd()
public RFQResNewProd(java.util.Hashtable h, java.lang.Integer languageId)
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.Double getQuantity()
public java.lang.String getReq_currency()
public java.math.BigDecimal getReq_price()
public java.lang.Double getReq_quantity()
public java.lang.String getReq_unit()
public java.lang.String getUnit()
public java.lang.String getUnitDesc()
public void setCatentry_id(java.lang.Long newCatentry_id)
newCatentry_id
- java.lang.Longpublic void setCurrency(java.lang.String newCurrency)
newCurrency
- java.lang.Stringpublic void setName(java.lang.String newName)
newName
- java.lang.Stringpublic void setPrice(java.math.BigDecimal newPrice)
newPrice
- java.math.BigDecimalpublic void setQuantity(java.lang.Double newQuantity)
newQuantity
- java.lang.Doublepublic void setReq_currency(java.lang.String newReq_currency)
newReq_currency
- java.lang.Stringpublic void setReq_price(java.math.BigDecimal newReq_price)
newReq_price
- java.math.BigDecimalpublic void setReq_quantity(java.lang.Double newReq_quantity)
newReq_quantity
- java.lang.Doublepublic void setReq_unit(java.lang.String newReq_unit)
newReq_unit
- java.lang.Stringpublic void setUnit(java.lang.String newUnit)
newUnit
- java.lang.Stringpublic void setUnitDesc(java.lang.String newUnitDesc)
newUnitDesc
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |