com.ibm.commerce.pvcdevices.objects
Class UserPVCDeviceAccessBean

java.lang.Object
  com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
      com.ibm.commerce.pvcdevices.objects.UserPVCDeviceAccessBean
All Implemented Interfaces:
UserPVCDeviceAccessBeanData

public class UserPVCDeviceAccessBean
extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
implements UserPVCDeviceAccessBeanData

This table contains information for pervasive computing devices used by WebSphere Commerce registered users. This access bean corresponds to the database table 'USERPVCDEV'.

See Also:
Serialized Form

Constructor Summary
UserPVCDeviceAccessBean()
Zero argument constructor used to initialize the access bean.
UserPVCDeviceAccessBean(javax.ejb.EJBObject o)
constructor
UserPVCDeviceAccessBean(java.lang.Long aUserId, java.lang.Long aPVCSessionId, java.lang.Integer aPreferredTimeout, java.lang.Integer aProtect)
Maps to a corresponding ejbCreate method in the home interface of the EJB
UserPVCDeviceAccessBean(java.lang.Long arg1, java.lang.String arg2, java.lang.Integer arg3, java.lang.Integer arg4)
Maps to a corresponding ejbCreate method in the home interface of the EJB
Method Summary
void commitCopyHelper()
Update(flush) data to the EJBObject (persistent storage).
protected java.lang.String defaultJNDIName()
java.util.Enumeration findByPVCSessionId(java.lang.Long aPVCSessionId)
Returns the results of the search based of the values of sessionId
UserPVCDeviceAccessBean findByUserIdAndPVCSessionId(java.lang.Long userId, java.lang.Long pvcSessionId)
Returns UserPVCDevice based on the specified userId and sessionId
java.lang.String getAddress1()
This method provides access to the USERPVCDEV.ADDRESS1 column of DB2 type VARCHAR(254).
java.lang.String getAddress1Type()
This method provides access to the USERPVCDEV.ADDRESS1TYPE column of DB2 type CHAR(3).
java.lang.String getAddress2()
This method provides access to the USERPVCDEV.ADDRESS2 column of DB2 type VARCHAR(254).
java.lang.String getAddress2Type()
This method provides access to the USERPVCDEV.ADDRESS2TYPE column of DB2 type CHAR(3).
java.lang.String getDeviceFormatId()
This method provides access to the USERPVCDEV.DEVICEFMT_ID column of DB2 type INTEGER.
java.lang.Integer getDeviceFormatIdInEJBType()
This method provides access to the USERPVCDEV.DEVICEFMT_ID column of DB2 type INTEGER.
java.lang.String getDeviceIdentifier()
This method provides access to the USERPVCDEV.DEVICEIDENTIFIER column of DB2 type VARCHAR(254).
java.lang.String getPreferredTimeout()
This method provides access to the USERPVCDEV.PREFERREDTIMEOUT column of DB2 type INTEGER.
java.lang.Integer getPreferredTimeoutInEJBType()
This method provides access to the USERPVCDEV.PREFERREDTIMEOUT column of DB2 type INTEGER.
java.lang.String getProtect()
This method provides access to the USERPVCDEV.PROTECT column of DB2 type INTEGER.
java.lang.Integer getProtectInEJBType()
This method provides access to the USERPVCDEV.PROTECT column of DB2 type INTEGER.
java.lang.String getPvcsessionId()
This method provides access to the USERPVCDEV.PVCSESSION_ID column of DB2 type BIGINT NOT NULL.
java.lang.Long getPvcsessionIdInEJBType()
This method provides access to the USERPVCDEV.PVCSESSION_ID column of DB2 type BIGINT NOT NULL.
java.lang.String getTransportId()
This method provides access to the USERPVCDEV.TRANSPORT_ID column of DB2 type INTEGER.
java.lang.Integer getTransportIdInEJBType()
This method provides access to the USERPVCDEV.TRANSPORT_ID column of DB2 type INTEGER.
java.lang.String getUserId()
This method provides access to the USERPVCDEV.USERS_ID column of DB2 type BIGINT NOT NULL.
java.lang.Long getUserIdInEJBType()
This method provides access to the USERPVCDEV.USERS_ID column of DB2 type BIGINT NOT NULL.
java.lang.String getUserPVCDeviceId()
This method provides access to the USERPVCDEV.USERPVCDEV_ID column of DB2 type BIGINT NOT NULL.
java.lang.Long getUserPVCDeviceIdInEJBType()
This method provides access to the USERPVCDEV.USERPVCDEV_ID column of DB2 type BIGINT NOT NULL.
protected void instantiateEJB()
protected boolean instantiateEJBByPrimaryKey()
void refreshCopyHelper()
Load data from the EJBObject.
void setAddress1(java.lang.String newValue)
This method accesses a non-CMP field
void setAddress1Type(java.lang.String newValue)
This method accesses a non-CMP field
void setAddress2(java.lang.String newValue)
This method accesses a non-CMP field
void setAddress2Type(java.lang.String newValue)
This method accesses a non-CMP field
void setDeviceFormatId(java.lang.Integer newValue)
This method accesses a non-CMP field
void setDeviceFormatId(java.lang.String newValue)
This method accesses a non-CMP field
void setDeviceIdentifier(java.lang.String newValue)
This method accesses a non-CMP field
void setInitKey_userPVCDeviceId(java.lang.Long newValue)
Set the primary key for this object
void setPreferredTimeout(java.lang.Integer newValue)
This method accesses a non-CMP field
void setPreferredTimeout(java.lang.String newValue)
This method accesses a non-CMP field
void setProtect(java.lang.Integer newValue)
This method accesses a non-CMP field
void setProtect(java.lang.String newValue)
This method accesses a non-CMP field
void setPvcsessionId(java.lang.Long newValue)
This method accesses a non-CMP field
void setPvcsessionId(java.lang.String newValue)
This method accesses a non-CMP field
void setTransportId(java.lang.Integer newValue)
This method accesses a non-CMP field
void setTransportId(java.lang.String newValue)
This method accesses a non-CMP field
void setUserId(java.lang.Long newValue)
This method accesses a non-CMP field
void setUserId(java.lang.String newValue)
This method accesses a non-CMP field
void setUserPVCDeviceId(java.lang.Long newValue)
This method accesses a non-CMP field
void setUserPVCDeviceId(java.lang.String newValue)
This method accesses a non-CMP field
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

UserPVCDeviceAccessBean

public UserPVCDeviceAccessBean()
Zero argument constructor used to initialize the access bean. This constructor corresponds to the following home interface method: public abstract com.ibm.commerce.pvcdevices.objects.UserPVCDevice com.ibm.commerce.pvcdevices.objimpl.UserPVCDeviceHomeBase.findByPrimaryKey(com.ibm.commerce.pvcdevices.objects.UserPVCDeviceKey) throws java.rmi.RemoteException,javax.ejb.FinderException The home interface method properties need to be set by calling the following setter methods before calling any business methods: setInitKey_userPVCDeviceId( fjava.lang.Long )

UserPVCDeviceAccessBean

public UserPVCDeviceAccessBean(javax.ejb.EJBObject o)
                        throws java.rmi.RemoteException
constructor
Parameters:
o - javax.ejb.EJBObject
Throws:
java.rmi.RemoteException

UserPVCDeviceAccessBean

public UserPVCDeviceAccessBean(java.lang.Long aUserId,
                               java.lang.Long aPVCSessionId,
                               java.lang.Integer aPreferredTimeout,
                               java.lang.Integer aProtect)
                        throws javax.naming.NamingException,
                               javax.ejb.CreateException,
                               java.rmi.RemoteException,
                               javax.ejb.FinderException

Maps to a corresponding ejbCreate method in the home interface of the EJB

Provided parameters are aUserId, device identifier, aPreferredTimeout and aProtect

Parameters:
aUserId - java.lang.Long
aPVCSessionId - java.lang.Long
aPreferredTimeout - java.lang.Integer
aProtect - java.lang.Integer
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception

UserPVCDeviceAccessBean

public UserPVCDeviceAccessBean(java.lang.Long arg1,
                               java.lang.String arg2,
                               java.lang.Integer arg3,
                               java.lang.Integer arg4)
                        throws javax.naming.NamingException,
                               javax.ejb.CreateException,
                               java.rmi.RemoteException,
                               javax.ejb.FinderException

Maps to a corresponding ejbCreate method in the home interface of the EJB

Provided parameters are arg1, arg2, arg3, arg4

Parameters:
arg1 - java.lang.Long
arg2 - java.lang.String
arg3 - java.lang.Integer
arg4 - java.lang.Integer
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
Method Detail

findByUserIdAndPVCSessionId

public UserPVCDeviceAccessBean findByUserIdAndPVCSessionId(java.lang.Long userId,
                                                           java.lang.Long pvcSessionId)
                                                    throws java.rmi.RemoteException,
                                                           javax.ejb.FinderException,
                                                           javax.naming.NamingException

Returns UserPVCDevice based on the specified userId and sessionId

Parameters:
userId - java.lang.Long
Returns:
com.ibm.commerce.pvcdevices.objects.UserPVCDevice
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException

findByPVCSessionId

public java.util.Enumeration findByPVCSessionId(java.lang.Long aPVCSessionId)
                                         throws java.rmi.RemoteException,
                                                javax.ejb.FinderException,
                                                javax.naming.NamingException

Returns the results of the search based of the values of sessionId

Parameters:
aPVCSessionId - java.lang.Long
Returns:
java.util.Enumeration
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException

setInitKey_userPVCDeviceId

public void setInitKey_userPVCDeviceId(java.lang.Long newValue)

Set the primary key for this object

Parameters:
newValue - java.lang.Long
Returns:
void

defaultJNDIName

protected java.lang.String defaultJNDIName()
Returns:
String

instantiateEJB

protected void instantiateEJB()
                       throws java.rmi.RemoteException,
                              javax.ejb.FinderException,
                              javax.naming.NamingException
Returns:
void
Throws:
java.rmi.RemoteException
javax.ejb.FinderException
javax.naming.NamingException

instantiateEJBByPrimaryKey

protected boolean instantiateEJBByPrimaryKey()
                                      throws java.rmi.RemoteException,
                                             javax.ejb.CreateException,
                                             javax.naming.NamingException
Returns:
boolean
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.naming.NamingException

commitCopyHelper

public void commitCopyHelper()
                      throws java.rmi.RemoteException,
                             javax.ejb.CreateException,
                             javax.ejb.FinderException,
                             javax.naming.NamingException

Update(flush) data to the EJBObject (persistent storage).

Returns:
void
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

refreshCopyHelper

public void refreshCopyHelper()
                       throws java.rmi.RemoteException,
                              javax.ejb.CreateException,
                              javax.ejb.FinderException,
                              javax.naming.NamingException

Load data from the EJBObject.

Returns:
void
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

This method provides access to the USERPVCDEV.DEVICEFMT_ID column of DB2 type INTEGER.

The following is a description of this column:

Foreign key to the DEVICEFMT table.

Specified by:
getDeviceFormatId in interface UserPVCDeviceAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getDeviceFormatIdInEJBType

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

This method provides access to the USERPVCDEV.DEVICEFMT_ID column of DB2 type INTEGER.

The following is a description of this column:

Foreign key to the DEVICEFMT table.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setDeviceFormatId

public void setDeviceFormatId(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setDeviceFormatId in interface UserPVCDeviceAccessBeanData

setDeviceFormatId

public void setDeviceFormatId(java.lang.Integer newValue)
This method accesses a non-CMP field

getProtect

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

This method provides access to the USERPVCDEV.PROTECT column of DB2 type INTEGER.

The following is a description of this column:

Protect commands which are listed in URLREG table. Valid values are 1 (yes) or 0 (no). If not provided, 1 is used as the default.

Specified by:
getProtect in interface UserPVCDeviceAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getProtectInEJBType

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

This method provides access to the USERPVCDEV.PROTECT column of DB2 type INTEGER.

The following is a description of this column:

Protect commands which are listed in URLREG table. Valid values are 1 (yes) or 0 (no). If not provided, 1 is used as the default.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setProtect

public void setProtect(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setProtect in interface UserPVCDeviceAccessBeanData

setProtect

public void setProtect(java.lang.Integer newValue)
This method accesses a non-CMP field

getAddress2

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

This method provides access to the USERPVCDEV.ADDRESS2 column of DB2 type VARCHAR(254).

The following is a description of this column:

A secondary address for the user of the pervasive computing device.

Specified by:
getAddress2 in interface UserPVCDeviceAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setAddress2

public void setAddress2(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setAddress2 in interface UserPVCDeviceAccessBeanData

getAddress1

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

This method provides access to the USERPVCDEV.ADDRESS1 column of DB2 type VARCHAR(254).

The following is a description of this column:

The primary address of the user of the pervasive computing device.

Specified by:
getAddress1 in interface UserPVCDeviceAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setAddress1

public void setAddress1(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setAddress1 in interface UserPVCDeviceAccessBeanData

getUserPVCDeviceId

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

This method provides access to the USERPVCDEV.USERPVCDEV_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Primary key, internally generated.

Specified by:
getUserPVCDeviceId in interface UserPVCDeviceAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getUserPVCDeviceIdInEJBType

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

This method provides access to the USERPVCDEV.USERPVCDEV_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Primary key, internally generated.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setUserPVCDeviceId

public void setUserPVCDeviceId(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setUserPVCDeviceId in interface UserPVCDeviceAccessBeanData

setUserPVCDeviceId

public void setUserPVCDeviceId(java.lang.Long newValue)
This method accesses a non-CMP field

getUserId

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

This method provides access to the USERPVCDEV.USERS_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Foreign key to the USERS table for the registered user who owns this PVC device.

Specified by:
getUserId in interface UserPVCDeviceAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getUserIdInEJBType

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

This method provides access to the USERPVCDEV.USERS_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Foreign key to the USERS table for the registered user who owns this PVC device.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setUserId

public void setUserId(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setUserId in interface UserPVCDeviceAccessBeanData

setUserId

public void setUserId(java.lang.Long newValue)
This method accesses a non-CMP field

getDeviceIdentifier

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

This method provides access to the USERPVCDEV.DEVICEIDENTIFIER column of DB2 type VARCHAR(254).

The following is a description of this column:

The terminal identifier of the pervasive computing device. This column is &l

Specified by:
getDeviceIdentifier in interface UserPVCDeviceAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setDeviceIdentifier

public void setDeviceIdentifier(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setDeviceIdentifier in interface UserPVCDeviceAccessBeanData

getAddress1Type

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

This method provides access to the USERPVCDEV.ADDRESS1TYPE column of DB2 type CHAR(3).

The following is a description of this column:

The type of address for ADDRESS1. Valid values are E (e-mail) or P (phone).

Specified by:
getAddress1Type in interface UserPVCDeviceAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setAddress1Type

public void setAddress1Type(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setAddress1Type in interface UserPVCDeviceAccessBeanData

getPvcsessionId

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

This method provides access to the USERPVCDEV.PVCSESSION_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Reference to the pervasive computing device which the user uses to log in. Foreign key to PVCSESSION_ID in PVCSESSION table.

Specified by:
getPvcsessionId in interface UserPVCDeviceAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getPvcsessionIdInEJBType

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

This method provides access to the USERPVCDEV.PVCSESSION_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Reference to the pervasive computing device which the user uses to log in. Foreign key to PVCSESSION_ID in PVCSESSION table.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setPvcsessionId

public void setPvcsessionId(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setPvcsessionId in interface UserPVCDeviceAccessBeanData

setPvcsessionId

public void setPvcsessionId(java.lang.Long newValue)
This method accesses a non-CMP field

getTransportId

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

This method provides access to the USERPVCDEV.TRANSPORT_ID column of DB2 type INTEGER.

The following is a description of this column:

Foreign key to the TRANSPORT table.

Specified by:
getTransportId in interface UserPVCDeviceAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getTransportIdInEJBType

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

This method provides access to the USERPVCDEV.TRANSPORT_ID column of DB2 type INTEGER.

The following is a description of this column:

Foreign key to the TRANSPORT table.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setTransportId

public void setTransportId(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setTransportId in interface UserPVCDeviceAccessBeanData

setTransportId

public void setTransportId(java.lang.Integer newValue)
This method accesses a non-CMP field

getAddress2Type

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

This method provides access to the USERPVCDEV.ADDRESS2TYPE column of DB2 type CHAR(3).

The following is a description of this column:

The type of address for ADDRESS2. Valid values are E (e-mail) or P (phone).

Specified by:
getAddress2Type in interface UserPVCDeviceAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setAddress2Type

public void setAddress2Type(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setAddress2Type in interface UserPVCDeviceAccessBeanData

getPreferredTimeout

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

This method provides access to the USERPVCDEV.PREFERREDTIMEOUT column of DB2 type INTEGER.

The following is a description of this column:

Time that the session should expire.

Specified by:
getPreferredTimeout in interface UserPVCDeviceAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getPreferredTimeoutInEJBType

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

This method provides access to the USERPVCDEV.PREFERREDTIMEOUT column of DB2 type INTEGER.

The following is a description of this column:

Time that the session should expire.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setPreferredTimeout

public void setPreferredTimeout(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setPreferredTimeout in interface UserPVCDeviceAccessBeanData

setPreferredTimeout

public void setPreferredTimeout(java.lang.Integer newValue)
This method accesses a non-CMP field

Feedback