com.ibm.commerce.rfq.utils
Class RFQResNewProd

java.lang.Object
  |
  +--com.ibm.commerce.rfq.utils.RFQResNewProd

public class RFQResNewProd
extends java.lang.Object

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

RFQResNewProd

public RFQResNewProd()
RFQResNewProd constructor

RFQResNewProd

public RFQResNewProd(java.util.Hashtable h,
                     java.lang.Integer languageId)
RFQResNewProd(Hashtable, integer) RFQResNewProd constructor from hashtable
Method Detail

getCatentry_id

public java.lang.Long getCatentry_id()
return the catentry id
Returns:
java.lang.Long

getCurrency

public java.lang.String getCurrency()
return the response Currency
Returns:
java.lang.String

getName

public java.lang.String getName()
Get the product name
Returns:
java.lang.String

getPrice

public java.math.BigDecimal getPrice()
return the response Price
Returns:
java.math.BigDecimal

getQuantity

public java.lang.Double getQuantity()
return the response Quantity
Returns:
java.lang.Double

getReq_currency

public java.lang.String getReq_currency()
return the Request currency
Returns:
java.lang.String

getReq_price

public java.math.BigDecimal getReq_price()
return the request price
Returns:
java.math.BigDecimal

getReq_quantity

public java.lang.Double getReq_quantity()
return the request quantity
Returns:
java.lang.Double

getReq_unit

public java.lang.String getReq_unit()
return the request unit
Returns:
java.lang.String

getUnit

public java.lang.String getUnit()
return the Response unit
Returns:
java.lang.String

getUnitDesc

public java.lang.String getUnitDesc()
Get the response unit desc
Returns:
java.lang.String

setCatentry_id

public void setCatentry_id(java.lang.Long newCatentry_id)
set the catentry id
Parameters:
newCatentry_id - java.lang.Long

setCurrency

public void setCurrency(java.lang.String newCurrency)
set the response currency
Parameters:
newCurrency - java.lang.String

setName

public void setName(java.lang.String newName)
set the product name
Parameters:
newName - java.lang.String

setPrice

public void setPrice(java.math.BigDecimal newPrice)
set the response price
Parameters:
newPrice - java.math.BigDecimal

setQuantity

public void setQuantity(java.lang.Double newQuantity)
set the response quantity
Parameters:
newQuantity - java.lang.Double

setReq_currency

public void setReq_currency(java.lang.String newReq_currency)
set the request currency
Parameters:
newReq_currency - java.lang.String

setReq_price

public void setReq_price(java.math.BigDecimal newReq_price)
set the request price into instance data
Parameters:
newReq_price - java.math.BigDecimal

setReq_quantity

public void setReq_quantity(java.lang.Double newReq_quantity)
set the request quantity into instance data
Parameters:
newReq_quantity - java.lang.Double

setReq_unit

public void setReq_unit(java.lang.String newReq_unit)
set the request unit
Parameters:
newReq_unit - java.lang.String

setUnit

public void setUnit(java.lang.String newUnit)
set the response unit
Parameters:
newUnit - java.lang.String

setUnitDesc

public void setUnitDesc(java.lang.String newUnitDesc)
set the response unit desc
Parameters:
newUnitDesc - java.lang.String