|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.catalog.objects.InterestItemListBean
This bean provides access to the IITEMLIST table.
The following is a description of this table:
Each row in this table represents an InterestItemList.
Constructor Summary | |
InterestItemListBean()
|
Method Summary | |
java.lang.String |
getDescription()
This method provides access to the IITEMLIST.DESCRIPTION column of DB2 type VARCHAR(254) NOT NULL. |
java.lang.Double |
getDisplaySequenceNumber()
This method provides access to the IITEMLIST.SEQUENCE column of DB2 type FLOAT NOT NULL. |
java.lang.Long |
getInterestListNumber()
This method provides access to the IITEMLIST.IITEMLIST_ID column of DB2 type BIGINT NOT NULL. |
java.sql.Timestamp |
getLastChangeTime()
This method provides access to the IITEMLIST.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
java.lang.Long |
getUserReferenceNumber()
This method provides access to the IITEMLIST.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
void |
setDescription(java.lang.String aDescription)
This method provides access to the IITEMLIST.DESCRIPTION column of DB2 type VARCHAR(254) NOT NULL. |
void |
setDisplaySequenceNumber(java.lang.Double aDisplaySequenceNumber)
This method provides access to the IITEMLIST.SEQUENCE column of DB2 type FLOAT NOT NULL. |
void |
setInterestListNumber(java.lang.Long aInterestListNumber)
This method provides access to the IITEMLIST.IITEMLIST_ID column of DB2 type BIGINT NOT NULL. |
void |
setLastChangeTime(java.sql.Timestamp aLastChangeTime)
This method provides access to the IITEMLIST.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
void |
setUserReferenceNumber(java.lang.Long aUserReferenceNumber)
This method provides access to the IITEMLIST.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
Constructor Detail |
public InterestItemListBean()
Method Detail |
public java.lang.String getDescription()
This method provides access to the IITEMLIST.DESCRIPTION column of DB2 type VARCHAR(254) NOT NULL.
The following is a description of this column:
A mnemonic description of the IItemList, entered by the customer and suitable for display to the customer.
public java.lang.Double getDisplaySequenceNumber()
This method provides access to the IITEMLIST.SEQUENCE column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
May be used by a user interface to control the sequence of IItemLists in a list.
public java.lang.Long getInterestListNumber()
This method provides access to the IITEMLIST.IITEMLIST_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated unique key.
public java.sql.Timestamp getLastChangeTime()
This method provides access to the IITEMLIST.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The last time this IItemList was updated.
public java.lang.Long getUserReferenceNumber()
This method provides access to the IITEMLIST.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The owner of the IItemList.
public void setDescription(java.lang.String aDescription)
This method provides access to the IITEMLIST.DESCRIPTION column of DB2 type VARCHAR(254) NOT NULL.
The following is a description of this column:
A mnemonic description of the IItemList, entered by the customer and suitable for display to the customer.
aDescription
- java.lang.Stringpublic void setDisplaySequenceNumber(java.lang.Double aDisplaySequenceNumber)
This method provides access to the IITEMLIST.SEQUENCE column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
May be used by a user interface to control the sequence of IItemLists in a list.
aDisplaySequenceNumber
- java.lang.Doublepublic void setInterestListNumber(java.lang.Long aInterestListNumber)
This method provides access to the IITEMLIST.IITEMLIST_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated unique key.
aInterestListNumber
- java.lang.Longpublic void setLastChangeTime(java.sql.Timestamp aLastChangeTime)
This method provides access to the IITEMLIST.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The last time this IItemList was updated.
aLastChangeTime
- java.sql.Timestamppublic void setUserReferenceNumber(java.lang.Long aUserReferenceNumber)
This method provides access to the IITEMLIST.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The owner of the IItemList.
aUserReferenceNumber
- java.lang.Long
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |