com.ibm.commerce.inventory.objects
Interface OutputQueueAccessBeanData

All Known Implementing Classes:
OutputQueueAccessBean

public interface OutputQueueAccessBeanData

Reserved for IBM internal use.


Method Summary
 java.lang.String getLastupdate()
           
 java.lang.String getName()
           
 java.lang.String getOutputQId()
           
 java.lang.String getOutputQType()
           
 void setLastupdate(java.lang.String newValue)
           
 void setName(java.lang.String newValue)
           
 void setOutputQId(java.lang.String newValue)
           
 void setOutputQType(java.lang.String newValue)            
 

Method Detail

getOutputQId

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

setOutputQId

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

getOutputQType

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

setOutputQType

public void setOutputQType(java.lang.String newValue)

getName

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

setName

public void setName(java.lang.String newValue)