com.ibm.commerce.inventory.objects
Interface InventoryAdjustmentAccessBeanData

All Known Implementing Classes:
InventoryAdjustmentAccessBean

public interface InventoryAdjustmentAccessBeanData

This table records adjustments made to inventory.


Method Summary
 java.lang.String getAdjustmentComment()
           
 java.lang.String getAdjustmentDate()
           
 java.lang.String getInvadjCodeId()
           
 java.lang.String getInvadjustId()
           
 java.lang.String getInvAdjustNum()
           
 java.lang.String getLastupdate()
           
 java.lang.String getQuantity()
           
 java.lang.String getReceiptId()
           
 void setAdjustmentComment(java.lang.String newValue)
           
 void setAdjustmentDate(java.lang.String newValue)
           
 void setInvadjCodeId(java.lang.String newValue)
           
 void setInvadjustId(java.lang.String newValue)
           
 void setInvAdjustNum(java.lang.String newValue)
           
 void setLastupdate(java.lang.String newValue)
           
 void setQuantity(java.lang.String newValue)
           
 void setReceiptId(java.lang.String newValue)            
 

Method Detail

getQuantity

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

setQuantity

public void setQuantity(java.lang.String newValue)

getInvadjCodeId

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

setInvadjCodeId

public void setInvadjCodeId(java.lang.String newValue)

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)

getAdjustmentComment

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

setAdjustmentComment

public void setAdjustmentComment(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)

getInvAdjustNum

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

setInvAdjustNum

public void setInvAdjustNum(java.lang.String newValue)

getAdjustmentDate

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

setAdjustmentDate

public void setAdjustmentDate(java.lang.String newValue)

getInvadjustId

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

setInvadjustId

public void setInvadjustId(java.lang.String newValue)