com.ibm.commerce.utf.objects
Interface RFQProdAccessBeanData

All Known Implementing Classes:
RFQProdAccessBean

public interface RFQProdAccessBeanData


Method Summary
 java.lang.String getCatentryId()
           
 java.lang.String getCurrency()
           
 java.lang.String getPrice()
           
 java.lang.String getQtyUnitId()
           
 java.lang.String getQuantity()
           
 java.lang.String getRFQReferenceNumber()
           
 void setCatentryId(java.lang.String newValue)
           
 void setCurrency(java.lang.String newValue)
           
 void setPrice(java.lang.String newValue)
           
 void setQtyUnitId(java.lang.String newValue)
           
 void setQuantity(java.lang.String newValue)
           
 void setRFQReferenceNumber(java.lang.String newValue)
           
 

Method Detail

getCatentryId

public java.lang.String getCatentryId()
                               throws java.rmi.RemoteException,
                                      javax.ejb.CreateException,
                                      javax.ejb.FinderException,
                                      javax.naming.NamingException

getCurrency

public java.lang.String getCurrency()
                             throws java.rmi.RemoteException,
                                    javax.ejb.CreateException,
                                    javax.ejb.FinderException,
                                    javax.naming.NamingException

getPrice

public java.lang.String getPrice()
                          throws java.rmi.RemoteException,
                                 javax.ejb.CreateException,
                                 javax.ejb.FinderException,
                                 javax.naming.NamingException

getQtyUnitId

public java.lang.String getQtyUnitId()
                              throws java.rmi.RemoteException,
                                     javax.ejb.CreateException,
                                     javax.ejb.FinderException,
                                     javax.naming.NamingException

getQuantity

public java.lang.String getQuantity()
                             throws java.rmi.RemoteException,
                                    javax.ejb.CreateException,
                                    javax.ejb.FinderException,
                                    javax.naming.NamingException

getRFQReferenceNumber

public java.lang.String getRFQReferenceNumber()
                                       throws java.rmi.RemoteException,
                                              javax.ejb.CreateException,
                                              javax.ejb.FinderException,
                                              javax.naming.NamingException

setCatentryId

public void setCatentryId(java.lang.String newValue)

setCurrency

public void setCurrency(java.lang.String newValue)

setPrice

public void setPrice(java.lang.String newValue)

setQtyUnitId

public void setQtyUnitId(java.lang.String newValue)

setQuantity

public void setQuantity(java.lang.String newValue)

setRFQReferenceNumber

public void setRFQReferenceNumber(java.lang.String newValue)