com.ibm.commerce.inventory.objects
Interface BaseItemDescriptionAccessBeanData

All Known Implementing Classes:
BaseItemDescriptionAccessBean

public interface BaseItemDescriptionAccessBeanData


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

getBaseItemId

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

getLongDescription

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

getShortdescription

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

setBaseItemId

public void setBaseItemId(java.lang.String newValue)

setLanguageId

public void setLanguageId(java.lang.String newValue)

setLastUpdate

public void setLastUpdate(java.lang.String newValue)

setLongDescription

public void setLongDescription(java.lang.String newValue)

setShortdescription

public void setShortdescription(java.lang.String newValue)