|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.catalog.objects.CurrentInterestItemListBean
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.
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 |
public CurrentInterestItemListBean()
Method Detail |
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.
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.
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.
aInterestListNumber
- java.lang.Longpublic 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.
aUserReferenceNumber
- java.lang.Long
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |