|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.utf.objects.PAttrProdBean
This bean provides access to the PATTRPROD table.
The following is a description of this table:
The relationship table between the PATTRIBUTE and CATENTRY tables.
Constructor Summary | |
PAttrProdBean()
|
Method Summary | |
java.lang.Long |
getAttributeId()
This method provides access to the PATTRPROD.PATTRIBUTE_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getCatentryId()
This method provides access to the PATTRPROD.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
void |
setAttributeId(java.lang.Long aAttributeId)
This method provides access to the PATTRPROD.PATTRIBUTE_ID column of DB2 type BIGINT NOT NULL. |
void |
setCatentryId(java.lang.Long aCatentryId)
This method provides access to the PATTRPROD.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
Constructor Detail |
public PAttrProdBean()
Method Detail |
public java.lang.Long getAttributeId()
This method provides access to the PATTRPROD.PATTRIBUTE_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The internal reference number of the P Attribute.
public java.lang.Long getCatentryId()
This method provides access to the PATTRPROD.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The internal reference number of the CatalogEntry.
public void setAttributeId(java.lang.Long aAttributeId)
This method provides access to the PATTRPROD.PATTRIBUTE_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The internal reference number of the P Attribute.
aAttributeId
- java.lang.Longpublic void setCatentryId(java.lang.Long aCatentryId)
This method provides access to the PATTRPROD.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The internal reference number of the CatalogEntry.
aCatentryId
- java.lang.Long
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |