com.ibm.commerce.catalog.objects
Class CurrentInterestItemListBean

com.ibm.commerce.catalog.objects.CurrentInterestItemListBean
All Implemented Interfaces:
java.io.Serializable

public class CurrentInterestItemListBean
implements java.io.Serializable

This bean provides access to the CIITEMLIST table.

The following is a description of this table:

Each row in this table represents the relationship between an IItemlist and a Member to which it is the current list.

See Also:
Serialized Form

Constructor Summary
CurrentInterestItemListBean()
           
 
Method Summary
 java.lang.Long getInterestListNumber()
          This method provides access to the CIITEMLIST.IITEMLIST_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Long getUserReferenceNumber()
          This method provides access to the CIITEMLIST.MEMBER_ID column of DB2 type BIGINT NOT NULL.
 void setInterestListNumber(java.lang.Long aInterestListNumber)
          This method provides access to the CIITEMLIST.IITEMLIST_ID column of DB2 type BIGINT NOT NULL.
 void setUserReferenceNumber(java.lang.Long aUserReferenceNumber)
          This method provides access to the CIITEMLIST.MEMBER_ID column of DB2 type BIGINT NOT NULL.
 

Constructor Detail

CurrentInterestItemListBean

public CurrentInterestItemListBean()
Method Detail

getInterestListNumber

public java.lang.Long getInterestListNumber()

This method provides access to the CIITEMLIST.IITEMLIST_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The interest item list which is a current list for one or more members.

Returns:
java.lang.Long

getUserReferenceNumber

public java.lang.Long getUserReferenceNumber()

This method provides access to the CIITEMLIST.MEMBER_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The member to which the IItemlist is the current.

Returns:
java.lang.Long

setInterestListNumber

public void setInterestListNumber(java.lang.Long aInterestListNumber)

This method provides access to the CIITEMLIST.IITEMLIST_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The interest item list which is a current list for one or more members.

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

setUserReferenceNumber

public void setUserReferenceNumber(java.lang.Long aUserReferenceNumber)

This method provides access to the CIITEMLIST.MEMBER_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The member to which the IItemlist is the current.

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