com.ibm.commerce.inventory.objects
Interface AvailableReceiptAccessBeanData

All Known Implementing Classes:
AvailableReceiptAccessBean

public interface AvailableReceiptAccessBeanData

Defines which DistributionArrangements have access to received inventory.


Method Summary
 java.lang.String getDistArrangId()
           
 java.lang.String getLastUpdate()
           
 java.lang.String getPrecedence()
           
 java.lang.String getRcptAvailId()
           
 java.lang.String getReceiptId()
           
 void setDistArrangId(java.lang.String newValue)
           
 void setLastUpdate(java.lang.String newValue)
           
 void setPrecedence(java.lang.String newValue)
           
 void setRcptAvailId(java.lang.String newValue)
           
 void setReceiptId(java.lang.String newValue)            
 

Method Detail

getLastUpdate

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

setLastUpdate

public void setLastUpdate(java.lang.String newValue)

getDistArrangId

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

setDistArrangId

public void setDistArrangId(java.lang.String newValue)

getRcptAvailId

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

setRcptAvailId

public void setRcptAvailId(java.lang.String newValue)

getReceiptId

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

setReceiptId

public void setReceiptId(java.lang.String newValue)

getPrecedence

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

setPrecedence

public void setPrecedence(java.lang.String newValue)