com.ibm.commerce.pvcdevices.beans
Class UserPVCDeviceDataBean

com.ibm.commerce.pvcdevices.beans.UserPVCDeviceDataBean
All Implemented Interfaces:
Delegator

public class UserPVCDeviceDataBean
implements Delegator

This bean provides data from the USERPVCDEV table.


Fields inherited from interface com.ibm.commerce.security.Delegator
COPYRIGHT
 
Constructor Summary
UserPVCDeviceDataBean()
          Default constructor
 
Method Summary
 java.lang.String getAddress1()
          This method returns data corresponding to the USERPVCDEV.ADDRESS1
 java.lang.String getAddress1Type()
          This method returns data corresponding to the USERPVCDEV.ADDRESS1TYPE
 java.lang.String getAddress2()
          This method returns data corresponding to the USERPVCDEV.ADDRESS2
 java.lang.String getAddress2Type()
          This method returns data corresponding to the USERPVCDEV.ADDRESS2TYPE
 CommandContext getCommandContext()
          Gets the command context set within this bean.
 java.lang.String getDataBeanKeyUserPVCDeviceId()
          Retrieve its primary key.
 Protectable getDelegate()
          Retrieves access control information.
 java.lang.String getDeviceFormatId()
          This method returns data corresponding to the USERPVCDEV.DEVICEFMT_ID
 java.lang.Integer getDeviceFormatIdInEJBType()
          Returns Integer value corresponding to the DEVICEFMT_ID
 java.lang.String getDeviceIdentifier()
          This method returns data corresponding to the USERPVCDEV.DEVICEIDENTIFIER
 java.lang.String getPreferredTimeout()
          This method returns data corresponding to the USERPVCDEV.PREFERREDTIMEOUT
 java.lang.Integer getPreferredTimeoutInEJBType()
          Returns Integer value corresponding to the PREFERREDTIMEOUT
 java.lang.String getProtect()
          This method returns data corresponding to the USERPVCDEV.PROTECT
 java.lang.Integer getProtectInEJBType()
          returns integer value corresponding to the PROTECT field
 java.lang.String getPvcsessionId()
          This method returns data corresponding to the USERPVCDEV.PVCSESSION_ID
 java.lang.Long getPvcsessionIdInEJBType()
          Returns Long value corresponding to the PVCSESSION_ID
 TypedProperty getRequestProperties()
          Gets the request property set within this bean.
 java.lang.String getTransportId()
          This method returns data corresponding to the USERPVCDEV.TRANSPORT_ID
 java.lang.Integer getTransportIdInEJBType()
          Returns Integer value corresponding to the TRANSPORT_ID
 java.lang.String getUserId()
          This method returns data corresponding to the USERPVCDEV.USER_ID
 java.lang.Long getUserIdInEJBType()
          Returns Long value corresponding to the USER_ID
 java.lang.String getUserPVCDeviceId()
          This method returns data corresponding to the USERPVCDEV.USERPVCDEV_ID
 java.lang.Long getUserPVCDeviceIdInEJBType()
          Returns Long value corresponding to the USERPVCDEV_ID
 void populate()
          Retrieves data from the database.
 void setAddress1(java.lang.String aAddress1)
          This method sets data corresponding to the USERPVCDEV.ADDRESS1
 void setAddress1Type(java.lang.String aAddress1Type)
          This method sets data corresponding to the USERPVCDEV.ADDRESS1TYPE
 void setAddress2(java.lang.String aAddress2)
          This method sets data corresponding to the USERPVCDEV.ADDRESS2
 void setAddress2Type(java.lang.String aAddress2Type)
          This method sets data corresponding to the USERPVCDEV.ADDRESS2TYPE
 void setCommandContext(CommandContext aCommandContext)
          Sets the command context within this bean.
 void setDataBeanKeyUserPVCDeviceId(java.lang.String aDataBeanKeyUserPVCDeviceId)
          Set its primary key for fetching.
 void setDeviceFormatId(java.lang.Integer aDeviceFormatId)
          This method sets data corresponding to the USERPVCDEV.DEVICEFMT_ID
 void setDeviceIdentifier(java.lang.String aDeviceIdentifier)
          This method sets data corresponding to the USERPVCDEV.DEVICEIDENTIFIER
 void setPreferredTimeout(java.lang.Integer aPreferredTimeout)
          This method sets data corresponding to the USERPVCDEV.PREFERREDTIMEOUT
 void setProtect(java.lang.Integer aProtect)
          This method sets data corresponding to the USERPVCDEV.PROTECT
 void setPvcsessionId(java.lang.Long aPvcsessionId)
          This method sets data corresponding to the USERPVCDEV.PVCSESSION_ID
 void setRequestProperties(TypedProperty aRequestProperties)
          Sets the request property within this bean.
 void setTransportId(java.lang.Integer aTransportId)
          This method sets data corresponding to the USERPVCDEV.TRANSPORT_ID
 void setUserId(java.lang.Long aUserId)
          This method sets data corresponding to the USERPVCDEV.USER_ID
 void setUserPVCDeviceId(java.lang.Long aUserPVCDeviceId)
          This method sets data corresponding to the USERPVCDEV.USERPVCDEV_ID
 

Constructor Detail

UserPVCDeviceDataBean

public UserPVCDeviceDataBean()

Default constructor

Method Detail

getAddress1

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

This method returns data corresponding to the USERPVCDEV.ADDRESS1

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getAddress1Type

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

This method returns data corresponding to the USERPVCDEV.ADDRESS1TYPE

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getAddress2

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

This method returns data corresponding to the USERPVCDEV.ADDRESS2

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getAddress2Type

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

This method returns data corresponding to the USERPVCDEV.ADDRESS2TYPE

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getCommandContext

public CommandContext getCommandContext()

Gets the command context set within this bean.

Returns:
com.ibm.commerce.command.CommandContext

getDataBeanKeyUserPVCDeviceId

public java.lang.String getDataBeanKeyUserPVCDeviceId()

Retrieve its primary key.

Returns:
java.lang.String

getDelegate

public Protectable getDelegate()
                        throws java.lang.Exception

Retrieves access control information.

Specified by:
getDelegate in interface Delegator
Returns:
com.ibm.commerce.security.Protectable
Throws:
java.lang.Exception - The java.lang.Exception exception

getDeviceFormatId

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

This method returns data corresponding to the USERPVCDEV.DEVICEFMT_ID

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getDeviceFormatIdInEJBType

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

Returns Integer value corresponding to the DEVICEFMT_ID

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

getDeviceIdentifier

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

This method returns data corresponding to the USERPVCDEV.DEVICEIDENTIFIER

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getPreferredTimeout

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

This method returns data corresponding to the USERPVCDEV.PREFERREDTIMEOUT

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getPreferredTimeoutInEJBType

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

Returns Integer value corresponding to the PREFERREDTIMEOUT

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

getProtect

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

This method returns data corresponding to the USERPVCDEV.PROTECT

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getProtectInEJBType

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

returns integer value corresponding to the PROTECT field

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

getPvcsessionId

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

This method returns data corresponding to the USERPVCDEV.PVCSESSION_ID

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getPvcsessionIdInEJBType

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

Returns Long value corresponding to the PVCSESSION_ID

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

getRequestProperties

public TypedProperty getRequestProperties()

Gets the request property set within this bean.

Returns:
com.ibm.commerce.datatype.TypedProperty

getTransportId

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

This method returns data corresponding to the USERPVCDEV.TRANSPORT_ID

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getTransportIdInEJBType

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

Returns Integer value corresponding to the TRANSPORT_ID

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

getUserId

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

This method returns data corresponding to the USERPVCDEV.USER_ID

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getUserIdInEJBType

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

Returns Long value corresponding to the USER_ID

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

getUserPVCDeviceId

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

This method returns data corresponding to the USERPVCDEV.USERPVCDEV_ID

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getUserPVCDeviceIdInEJBType

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

Returns Long value corresponding to the USERPVCDEV_ID

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

populate

public void populate()
              throws java.lang.Exception

Retrieves data from the database.

Returns:
void
Throws:
java.lang.Exception - The java.lang.Exception exception

setAddress1

public void setAddress1(java.lang.String aAddress1)

This method sets data corresponding to the USERPVCDEV.ADDRESS1

Parameters:
aAddress1 - java.lang.String - the address1 value
Returns:
void

setAddress1Type

public void setAddress1Type(java.lang.String aAddress1Type)

This method sets data corresponding to the USERPVCDEV.ADDRESS1TYPE

Parameters:
aAddress1Type - java.lang.String - the Address1Type value
Returns:
void

setAddress2

public void setAddress2(java.lang.String aAddress2)

This method sets data corresponding to the USERPVCDEV.ADDRESS2

Parameters:
aAddress2 - java.lang.String - the address2 value
Returns:
void

setAddress2Type

public void setAddress2Type(java.lang.String aAddress2Type)

This method sets data corresponding to the USERPVCDEV.ADDRESS2TYPE

Parameters:
aAddress2Type - java.lang.String - value for Address2Type
Returns:
void

setCommandContext

public void setCommandContext(CommandContext aCommandContext)

Sets the command context within this bean.

Parameters:
aCommandContext - com.ibm.commerce.command.CommandContext
Returns:
void

setDataBeanKeyUserPVCDeviceId

public void setDataBeanKeyUserPVCDeviceId(java.lang.String aDataBeanKeyUserPVCDeviceId)

Set its primary key for fetching.

Parameters:
aDataBeanKeyUserPVCDeviceId - java.lang.String - primary key
Returns:
void

setDeviceFormatId

public void setDeviceFormatId(java.lang.Integer aDeviceFormatId)

This method sets data corresponding to the USERPVCDEV.DEVICEFMT_ID

Parameters:
aDeviceFormatId - java.lang.Integer - device format id
Returns:
void

setDeviceIdentifier

public void setDeviceIdentifier(java.lang.String aDeviceIdentifier)

This method sets data corresponding to the USERPVCDEV.DEVICEIDENTIFIER

Parameters:
aDeviceIdentifier - java.lang.String - the device indentifier
Returns:
void

setPreferredTimeout

public void setPreferredTimeout(java.lang.Integer aPreferredTimeout)

This method sets data corresponding to the USERPVCDEV.PREFERREDTIMEOUT

Parameters:
aPreferredTimeout - java.lang.Integer - the preferred timeout
Returns:
void

setProtect

public void setProtect(java.lang.Integer aProtect)

This method sets data corresponding to the USERPVCDEV.PROTECT

Parameters:
aProtect - java.lang.Integer - the value for PROTECT
Returns:
void

setPvcsessionId

public void setPvcsessionId(java.lang.Long aPvcsessionId)

This method sets data corresponding to the USERPVCDEV.PVCSESSION_ID

Parameters:
aPvcsessionId - java.lang.Long - PVC session ID
Returns:
void

setRequestProperties

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

Sets the request property within this bean.

Parameters:
aRequestProperties - com.ibm.commerce.datatype.TypedProperty
Returns:
void
Throws:
javax.ejb.CreateException - The javax.ejb.CreateException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception

setTransportId

public void setTransportId(java.lang.Integer aTransportId)

This method sets data corresponding to the USERPVCDEV.TRANSPORT_ID

Parameters:
aTransportId - java.lang.Integer - transport id
Returns:
void

setUserId

public void setUserId(java.lang.Long aUserId)

This method sets data corresponding to the USERPVCDEV.USER_ID

Parameters:
aUserId - java.lang.Long - the user id
Returns:
void

setUserPVCDeviceId

public void setUserPVCDeviceId(java.lang.Long aUserPVCDeviceId)

This method sets data corresponding to the USERPVCDEV.USERPVCDEV_ID

Parameters:
aUserPVCDeviceId - java.lang.Long - user pvc device id
Returns:
void