com.ibm.commerce.inventory.objects
Interface InventoryAdjustmentCodeDescriptionAccessBeanData

All Known Implementing Classes:
InventoryAdjustmentCodeDescriptionAccessBean

public interface InventoryAdjustmentCodeDescriptionAccessBeanData


Method Summary
 java.lang.String getDescription()
           
 java.lang.String getInvAdjCodeId()
           
 java.lang.String getLanguageId()
           
 java.lang.String getLastupdate()
           
 void setDescription(java.lang.String newValue)
           
 void setInvAdjCodeId(java.lang.String newValue)
           
 void setLanguageId(java.lang.String newValue)
           
 void setLastupdate(java.lang.String newValue)
           
 

Method Detail

getDescription

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

getInvAdjCodeId

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

getLanguageId

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

getLastupdate

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

setDescription

public void setDescription(java.lang.String newValue)

setInvAdjCodeId

public void setInvAdjCodeId(java.lang.String newValue)

setLanguageId

public void setLanguageId(java.lang.String newValue)

setLastupdate

public void setLastupdate(java.lang.String newValue)