com.ibm.commerce.inventory.objects
Interface BaseItemDescriptionAccessBeanData

All Known Implementing Classes:
BaseItemDescriptionAccessBean

public interface BaseItemDescriptionAccessBeanData

Each row of this table contains language-dependent information for a BaseItem.


Method Summary
 java.lang.String getBaseItemId()
           
 java.lang.String getLanguageId()
           
 java.lang.String getLastUpdate()
           
 java.lang.String getLongDescription()
           
 java.lang.String getShortdescription()
           
 void setBaseItemId(java.lang.String newValue)
           
 void setLanguageId(java.lang.String newValue)
           
 void setLastUpdate(java.lang.String newValue)
           
 void setLongDescription(java.lang.String newValue)
           
 void setShortdescription(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)

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)

getBaseItemId

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

setBaseItemId

public void setBaseItemId(java.lang.String newValue)

getLongDescription

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

setLongDescription

public void setLongDescription(java.lang.String newValue)

getShortdescription

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

setShortdescription

public void setShortdescription(java.lang.String newValue)