com.ibm.commerce.contract.objects
Interface PurchaseLimitAccessBeanData

All Known Implementing Classes:
PurchaseLimitAccessBean

public interface PurchaseLimitAccessBeanData


Method Summary
 java.lang.String getCatEntryId()
           
 java.lang.String getCurrency()
           
 java.lang.String getCurrentAmount()
           
 java.lang.String getCurrentQuantity()
           
 java.lang.String getLimitType()
           
 java.lang.String getMaxAmount()
           
 java.lang.String getMaxQuantity()
           
 java.lang.String getMinAmount()
           
 java.lang.String getMinQuantity()
           
 java.lang.String getPurchaseLimitId()
           
 java.lang.String getTcId()
           
 java.lang.String getTradingPositionContainerId()
           
 void setCatEntryId(java.lang.String newValue)
           
 void setCurrency(java.lang.String newValue)
           
 void setCurrentAmount(java.lang.String newValue)
           
 void setCurrentQuantity(java.lang.String newValue)
           
 void setLimitType(java.lang.String newValue)
           
 void setMaxAmount(java.lang.String newValue)
           
 void setMaxQuantity(java.lang.String newValue)
           
 void setMinAmount(java.lang.String newValue)
           
 void setMinQuantity(java.lang.String newValue)
           
 void setPurchaseLimitId(java.lang.String newValue)
           
 void setTcId(java.lang.String newValue)
           
 void setTradingPositionContainerId(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

getCurrentAmount

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

getCurrentQuantity

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

getLimitType

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

getMaxAmount

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

getMaxQuantity

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

getMinAmount

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

getMinQuantity

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

getPurchaseLimitId

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

getTcId

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

getTradingPositionContainerId

public java.lang.String getTradingPositionContainerId()
                                               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)

setCurrentAmount

public void setCurrentAmount(java.lang.String newValue)

setCurrentQuantity

public void setCurrentQuantity(java.lang.String newValue)

setLimitType

public void setLimitType(java.lang.String newValue)

setMaxAmount

public void setMaxAmount(java.lang.String newValue)

setMaxQuantity

public void setMaxQuantity(java.lang.String newValue)

setMinAmount

public void setMinAmount(java.lang.String newValue)

setMinQuantity

public void setMinQuantity(java.lang.String newValue)

setPurchaseLimitId

public void setPurchaseLimitId(java.lang.String newValue)

setTcId

public void setTcId(java.lang.String newValue)

setTradingPositionContainerId

public void setTradingPositionContainerId(java.lang.String newValue)