com.ibm.commerce.contract.objects
Interface PurchaseLimitAccessBeanData

All Known Implementing Classes:
PurchaseLimitAccessBean

public interface PurchaseLimitAccessBeanData

This table stores information on stipulations or limitations on how much a customer can purchase based on a Contract.


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

getTradingPositionContainerId

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

setTradingPositionContainerId

public void setTradingPositionContainerId(java.lang.String newValue)

getMinAmount

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

setMinAmount

public void setMinAmount(java.lang.String newValue)

getLimitType

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

setLimitType

public void setLimitType(java.lang.String newValue)

getTcId

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

setTcId

public void setTcId(java.lang.String newValue)

getCurrentQuantity

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

setCurrentQuantity

public void setCurrentQuantity(java.lang.String newValue)

getCatEntryId

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

setCatEntryId

public void setCatEntryId(java.lang.String newValue)

getMaxQuantity

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

setMaxQuantity

public void setMaxQuantity(java.lang.String newValue)

getCurrency

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

setCurrency

public void setCurrency(java.lang.String newValue)

getMaxAmount

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

setMaxAmount

public void setMaxAmount(java.lang.String newValue)

getMinQuantity

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

setMinQuantity

public void setMinQuantity(java.lang.String newValue)

getPurchaseLimitId

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

setPurchaseLimitId

public void setPurchaseLimitId(java.lang.String newValue)

getCurrentAmount

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

setCurrentAmount

public void setCurrentAmount(java.lang.String newValue)