com.ibm.commerce.inventory.objects
Interface InventoryAdjustmentCodeDescriptionAccessBeanData

All Known Implementing Classes:
InventoryAdjustmentCodeDescriptionAccessBean

public interface InventoryAdjustmentCodeDescriptionAccessBeanData

Each row of this table contains language-dependent information about an InventoryAdjustmentCode.


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
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setDescription

public void setDescription(java.lang.String newValue)

getLanguageId

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

setLanguageId

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

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)