com.ibm.commerce.pvcdevices.beans
Class PVCDeviceMdlSpecDataBean

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

public class PVCDeviceMdlSpecDataBean
implements Delegator

This bean provides data from the PVCMDLSPEC table.


Fields inherited from interface com.ibm.commerce.security.Delegator
COPYRIGHT
 
Constructor Summary
PVCDeviceMdlSpecDataBean()
          Default constructor
 
Method Summary
 CommandContext getCommandContext()
          Gets the command context set within this bean.
 java.lang.String getDataBeanKeyMdlSpcId()
          Retrieve its primary key.
 Protectable getDelegate()
          Retrieves access control information.
 java.lang.String getMdlSpcId()
          This method returns the value corresponding to the PVCMDLSPEC.MDLSPC_ID
 java.lang.Integer getMdlSpcIdInEJBType()
          Returns Integer values corresponding to the MDLSPC_ID
 java.lang.String getModelId()
          This method returns the value corresponding to the PVCMDLSPEC.MODEL_ID
 java.lang.Integer getModelIdInEJBType()
          Returns Integer value corresponding to the MODEL_ID
 TypedProperty getRequestProperties()
          Gets the request property set within this bean.
 java.lang.String getSpecId()
          This method returns the value corresponding to the PVCMDLSPEC.SPEC_ID
 java.lang.Integer getSpecIdInEJBType()
          Returns integer value corresponding to the SPEC_ID
 java.lang.String getStoreentId()
          This method returns the value corresponding to the PVCMDLSPEC.STOREENT_ID
 java.lang.Integer getStoreentIdInEJBType()
          Returns Integer values corresponding to the STOREENT_ID
 void populate()
          Retrieves data from the database.
 void setCommandContext(CommandContext aCommandContext)
          Sets the command context within this bean.
 void setDataBeanKeyMdlSpcId(java.lang.String aDataBeanKeyMdlSpcId)
          Set its primary key for fetching.
 void setMdlSpcId(java.lang.Integer aMdlSpcId)
          This method sets the value corresponding to the PVCMDLSPEC.MDLSPC_ID
 void setModelId(java.lang.Integer aModelId)
          This method sets the value corresponding to the PVCMDLSPEC.MODEL_ID
 void setRequestProperties(TypedProperty aRequestProperties)
          Sets the request property within this bean.
 void setSpecId(java.lang.Integer aSpecId)
          This method sets the value corresponding to the PVCMDLSPEC.SPEC_ID
 void setStoreentId(java.lang.Integer aStoreentId)
          This method sets the value corresponding to the PVCMDLSPEC.STOREENT_ID
 

Constructor Detail

PVCDeviceMdlSpecDataBean

public PVCDeviceMdlSpecDataBean()

Default constructor

Method Detail

getCommandContext

public CommandContext getCommandContext()

Gets the command context set within this bean.

Returns:
com.ibm.commerce.command.CommandContext

getDataBeanKeyMdlSpcId

public java.lang.String getDataBeanKeyMdlSpcId()

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

getMdlSpcId

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

This method returns the value corresponding to the PVCMDLSPEC.MDLSPC_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

getMdlSpcIdInEJBType

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

Returns Integer values corresponding to the MDLSPC_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

getModelId

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

This method returns the value corresponding to the PVCMDLSPEC.MODEL_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

getModelIdInEJBType

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

Returns Integer value corresponding to the MODEL_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

getRequestProperties

public TypedProperty getRequestProperties()

Gets the request property set within this bean.

Returns:
com.ibm.commerce.datatype.TypedProperty

getSpecId

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

This method returns the value corresponding to the PVCMDLSPEC.SPEC_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

getSpecIdInEJBType

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

Returns integer value corresponding to the SPEC_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

getStoreentId

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

This method returns the value corresponding to the PVCMDLSPEC.STOREENT_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

getStoreentIdInEJBType

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

Returns Integer values corresponding to the STOREENT_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

populate

public void populate()
              throws java.lang.Exception

Retrieves data from the database.

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

setCommandContext

public void setCommandContext(CommandContext aCommandContext)

Sets the command context within this bean.

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

setDataBeanKeyMdlSpcId

public void setDataBeanKeyMdlSpcId(java.lang.String aDataBeanKeyMdlSpcId)

Set its primary key for fetching.

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

setMdlSpcId

public void setMdlSpcId(java.lang.Integer aMdlSpcId)

This method sets the value corresponding to the PVCMDLSPEC.MDLSPC_ID

Parameters:
aMdlSpcId - java.lang.Integer - value to be assigned to MDLSPC_ID
Returns:
void

setModelId

public void setModelId(java.lang.Integer aModelId)

This method sets the value corresponding to the PVCMDLSPEC.MODEL_ID

Parameters:
aModelId - java.lang.Integer - model 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

setSpecId

public void setSpecId(java.lang.Integer aSpecId)

This method sets the value corresponding to the PVCMDLSPEC.SPEC_ID

Parameters:
aSpecId - java.lang.Integer
Returns:
void

setStoreentId

public void setStoreentId(java.lang.Integer aStoreentId)

This method sets the value corresponding to the PVCMDLSPEC.STOREENT_ID

Parameters:
aStoreentId - java.lang.Integer - value for store entity
Returns:
void