com.ibm.commerce.inventory.objects
Interface OutputQueueAccessBeanData

All Known Implementing Classes:
OutputQueueAccessBean

public interface OutputQueueAccessBeanData


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

getLastupdate

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

getName

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

getOutputQType

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

setLastupdate

public void setLastupdate(java.lang.String newValue)

setName

public void setName(java.lang.String newValue)

setOutputQId

public void setOutputQId(java.lang.String newValue)

setOutputQType

public void setOutputQType(java.lang.String newValue)