com.ibm.commerce.inventory.objects
Interface OutputQueueDescriptionAccessBeanData

All Known Implementing Classes:
OutputQueueDescriptionAccessBean

public interface OutputQueueDescriptionAccessBeanData


Method Summary
 java.lang.String getDescription()
           
 java.lang.String getLanguageId()
           
 java.lang.String getLastupdate()
           
 java.lang.String getOutputQId()
           
 void setDescription(java.lang.String newValue)
           
 void setLanguageId(java.lang.String newValue)
           
 void setLastupdate(java.lang.String newValue)
           
 void setOutputQId(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

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

getOutputQId

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

setDescription

public void setDescription(java.lang.String newValue)

setLanguageId

public void setLanguageId(java.lang.String newValue)

setLastupdate

public void setLastupdate(java.lang.String newValue)

setOutputQId

public void setOutputQId(java.lang.String newValue)