com.ibm.commerce.utf.objects
Interface RFQProdAccessBeanData

All Known Implementing Classes:
RFQProdAccessBean

public interface RFQProdAccessBeanData

RFQ Request and Product relationship table. This table stores information about the products requested in an RFQ. RFQProdAccessBeanData


Method Summary
java.lang.String getCatentryId()
getCatentryId
java.lang.String getChangeable()
getChangeable
java.lang.String getCurrency()
getCurrency
java.lang.String getPrice()
getPrice
java.lang.String getQtyUnitId()
getQtyUnitId
java.lang.String getQuantity()
getQuantity
java.lang.String getRfqCategryId()
getRfqCategryId
java.lang.String getRfqprodId()
getRfqprodId
java.lang.String getRfqProductName()
getRfqProductName
java.lang.String getRFQReferenceNumber()
getRFQReferenceNumber
void setCatentryId(java.lang.String newValue)
setCatentryId
void setChangeable(java.lang.String newValue)
setChangeable
void setCurrency(java.lang.String newValue)
setCurrency
void setPrice(java.lang.String newValue)
setPrice
void setQtyUnitId(java.lang.String newValue)
setQtyUnitId
void setQuantity(java.lang.String newValue)
setQuantity
void setRfqCategryId(java.lang.String newValue)
setRfqCategryId
void setRfqprodId(java.lang.String newValue)
setRfqprodId
void setRfqProductName(java.lang.String newValue)
setRfqProductName
void setRFQReferenceNumber(java.lang.String newValue) setRFQReferenceNumber

Method Detail

getCatentryId

public java.lang.String getCatentryId()
                               throws java.rmi.RemoteException,
                                      javax.ejb.CreateException,
                                      javax.ejb.FinderException,
                                      javax.naming.NamingException
getCatentryId
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
getQtyUnitId
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setQtyUnitId

public void setQtyUnitId(java.lang.String newValue)
setQtyUnitId

getQuantity

public java.lang.String getQuantity()
                             throws java.rmi.RemoteException,
                                    javax.ejb.CreateException,
                                    javax.ejb.FinderException,
                                    javax.naming.NamingException
getQuantity
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
getPrice
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getRfqProductName

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

setRfqProductName

public void setRfqProductName(java.lang.String newValue)
setRfqProductName

getCurrency

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

setCurrency

public void setCurrency(java.lang.String newValue)
setCurrency

getRFQReferenceNumber

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

getRfqCategryId

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

getRfqprodId

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

getChangeable

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

setCatentryId

public void setCatentryId(java.lang.String newValue)
setCatentryId

setQuantity

public void setQuantity(java.lang.String newValue)
setQuantity

setPrice

public void setPrice(java.lang.String newValue)
setPrice

setRFQReferenceNumber

public void setRFQReferenceNumber(java.lang.String newValue)
setRFQReferenceNumber

setRfqCategryId

public void setRfqCategryId(java.lang.String newValue)
setRfqCategryId

setRfqprodId

public void setRfqprodId(java.lang.String newValue)
setRfqprodId

setChangeable

public void setChangeable(java.lang.String newValue)
setChangeable

Feedback