|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.pvcdevices.objects.PVCDeviceMdlSpecBean
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.
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 |
public PVCDeviceMdlSpecBean()
Default Constructor
Method Detail |
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).
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.
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.
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.
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).
aMdlSpcId
- java.lang.Integerpublic 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.
aModelId
- java.lang.Integerpublic 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.
aSpecId
- java.lang.Integerpublic 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.
aStoreentId
- java.lang.Integer
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |