com.ibm.commerce.pvcdevices.objects
Interface UserPVCDeviceAccessBeanData

All Known Implementing Classes:
UserPVCDeviceAccessBean

public interface UserPVCDeviceAccessBeanData


Method Summary
 java.lang.String getAddress1()
           
 java.lang.String getAddress1Type()
           
 java.lang.String getAddress2()
           
 java.lang.String getAddress2Type()
           
 java.lang.String getDeviceFormatId()
           
 java.lang.String getDeviceIdentifier()
           
 java.lang.String getPreferredTimeout()
           
 java.lang.String getProtect()
           
 java.lang.String getPvcsessionId()
           
 java.lang.String getTransportId()
           
 java.lang.String getUserId()
           
 java.lang.String getUserPVCDeviceId()
           
 void setAddress1(java.lang.String newValue)
           
 void setAddress1Type(java.lang.String newValue)
           
 void setAddress2(java.lang.String newValue)
           
 void setAddress2Type(java.lang.String newValue)
           
 void setDeviceFormatId(java.lang.String newValue)
           
 void setDeviceIdentifier(java.lang.String newValue)
           
 void setPreferredTimeout(java.lang.String newValue)
           
 void setProtect(java.lang.String newValue)
           
 void setPvcsessionId(java.lang.String newValue)
           
 void setTransportId(java.lang.String newValue)
           
 void setUserId(java.lang.String newValue)
           
 void setUserPVCDeviceId(java.lang.String newValue)
           
 

Method Detail

getAddress1

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

getAddress1Type

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

getAddress2

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

getAddress2Type

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

getDeviceFormatId

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

getDeviceIdentifier

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

getPreferredTimeout

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

getProtect

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

getTransportId

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

getUserId

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

getUserPVCDeviceId

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

setAddress1

public void setAddress1(java.lang.String newValue)

setAddress1Type

public void setAddress1Type(java.lang.String newValue)

setAddress2

public void setAddress2(java.lang.String newValue)

setAddress2Type

public void setAddress2Type(java.lang.String newValue)

setDeviceFormatId

public void setDeviceFormatId(java.lang.String newValue)

setDeviceIdentifier

public void setDeviceIdentifier(java.lang.String newValue)

setPreferredTimeout

public void setPreferredTimeout(java.lang.String newValue)

setProtect

public void setProtect(java.lang.String newValue)

setPvcsessionId

public void setPvcsessionId(java.lang.String newValue)

setTransportId

public void setTransportId(java.lang.String newValue)

setUserId

public void setUserId(java.lang.String newValue)

setUserPVCDeviceId

public void setUserPVCDeviceId(java.lang.String newValue)