com.ibm.commerce.pvcdevices.objects
Interface PVCSessionAccessBeanData

All Known Implementing Classes:
PVCSessionAccessBean

public interface PVCSessionAccessBeanData


Method Summary
 java.lang.String getGuestId()
           
 java.lang.String getLastVisted()
           
 java.lang.String getPVCSessionId()
           
 java.lang.String getRegisterId()
           
 java.lang.String getSessionType()
           
 java.lang.String getStatus()
           
 java.lang.String getTerminalId()
           
 void setGuestId(java.lang.String newValue)
           
 void setLastVisted(java.lang.String newValue)
           
 void setPVCSessionId(java.lang.String newValue)
           
 void setRegisterId(java.lang.String newValue)
           
 void setSessionType(java.lang.String newValue)
           
 void setStatus(java.lang.String newValue)
           
 void setTerminalId(java.lang.String newValue)
           
 

Method Detail

getGuestId

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

getLastVisted

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

getPVCSessionId

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

getRegisterId

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

getSessionType

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

getStatus

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

getTerminalId

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

setGuestId

public void setGuestId(java.lang.String newValue)

setLastVisted

public void setLastVisted(java.lang.String newValue)

setPVCSessionId

public void setPVCSessionId(java.lang.String newValue)

setRegisterId

public void setRegisterId(java.lang.String newValue)

setSessionType

public void setSessionType(java.lang.String newValue)

setStatus

public void setStatus(java.lang.String newValue)

setTerminalId

public void setTerminalId(java.lang.String newValue)