com.ibm.commerce.pvcdevices.objects
Class PVCDeviceMdlSpecBean

com.ibm.commerce.pvcdevices.objects.PVCDeviceMdlSpecBean
All Implemented Interfaces:
java.io.Serializable

public class PVCDeviceMdlSpecBean
implements java.io.Serializable

This bean provides access to the PVCMDLSPEC table.

The following is a description of this table:

The table contains different model-spec mapping for each stores. PVCMDLSPEC represents relationship among records in PVCDEVMDL and records in PVCDEVSPEC.

See Also:
Serialized Form

Constructor Summary
PVCDeviceMdlSpecBean()
           Default Constructor
 
Method Summary
 java.lang.Integer getMdlSpcId()
          This method provides access to the PVCMDLSPEC.MDLSPC_ID column of DB2 type INTEGER NOT NULL.
 java.lang.Integer getModelId()
          This method provides access to the PVCMDLSPEC.MODEL_ID column of DB2 type INTEGER NOT NULL.
 java.lang.Integer getSpecId()
          This method provides access to the PVCMDLSPEC.SPEC_ID column of DB2 type INTEGER NOT NULL.
 java.lang.Integer getStoreentId()
          This method provides access to the PVCMDLSPEC.STOREENT_ID column of DB2 type INTEGER NOT NULL.
 void setMdlSpcId(java.lang.Integer aMdlSpcId)
          This method provides access to the PVCMDLSPEC.MDLSPC_ID column of DB2 type INTEGER NOT NULL.
 void setModelId(java.lang.Integer aModelId)
          This method provides access to the PVCMDLSPEC.MODEL_ID column of DB2 type INTEGER NOT NULL.
 void setSpecId(java.lang.Integer aSpecId)
          This method provides access to the PVCMDLSPEC.SPEC_ID column of DB2 type INTEGER NOT NULL.
 void setStoreentId(java.lang.Integer aStoreentId)
          This method provides access to the PVCMDLSPEC.STOREENT_ID column of DB2 type INTEGER NOT NULL.
 

Constructor Detail

PVCDeviceMdlSpecBean

public PVCDeviceMdlSpecBean()

Default Constructor

Method Detail

getMdlSpcId

public java.lang.Integer getMdlSpcId()

This method provides access to the PVCMDLSPEC.MDLSPC_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Reference number (primary key is required by Enterprise JavaBeans).

Returns:
java.lang.Integer

getModelId

public java.lang.Integer getModelId()

This method provides access to the PVCMDLSPEC.MODEL_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Reference number to uniquely identify the model.

Returns:
java.lang.Integer

getSpecId

public java.lang.Integer getSpecId()

This method provides access to the PVCMDLSPEC.SPEC_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Reference number to uniquely identify the specification.

Returns:
java.lang.Integer

getStoreentId

public java.lang.Integer getStoreentId()

This method provides access to the PVCMDLSPEC.STOREENT_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Owner of the definition. A value of -1 means the site default.

Returns:
java.lang.Integer

setMdlSpcId

public void setMdlSpcId(java.lang.Integer aMdlSpcId)

This method provides access to the PVCMDLSPEC.MDLSPC_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Reference number (primary key is required by Enterprise JavaBeans).

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

setModelId

public void setModelId(java.lang.Integer aModelId)

This method provides access to the PVCMDLSPEC.MODEL_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Reference number to uniquely identify the model.

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

setSpecId

public void setSpecId(java.lang.Integer aSpecId)

This method provides access to the PVCMDLSPEC.SPEC_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Reference number to uniquely identify the specification.

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

setStoreentId

public void setStoreentId(java.lang.Integer aStoreentId)

This method provides access to the PVCMDLSPEC.STOREENT_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Owner of the definition. A value of -1 means the site default.

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