com.ibm.commerce.utf.objects
Class PAttrProdBean

com.ibm.commerce.utf.objects.PAttrProdBean

public class 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

PAttrProdBean

public PAttrProdBean()
Method Detail

getAttributeId

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.

Returns:
java.lang.Long

getCatentryId

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.

Returns:
java.lang.Long

setAttributeId

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.

Parameters:
aAttributeId - java.lang.Long
Returns:
void

setCatentryId

public 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.

Parameters:
aCatentryId - java.lang.Long
Returns:
void