com.ibm.commerce.catalog.objects
Class InterestItemListBean

com.ibm.commerce.catalog.objects.InterestItemListBean

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

InterestItemListBean

public InterestItemListBean()
Method Detail

getDescription

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.

Returns:
java.lang.String

getDisplaySequenceNumber

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.

Returns:
java.lang.Double

getInterestListNumber

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.

Returns:
java.lang.Long

getLastChangeTime

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.

Returns:
java.sql.Timestamp

getUserReferenceNumber

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.

Returns:
java.lang.Long

setDescription

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.

Parameters:
aDescription - java.lang.String
Returns:
void

setDisplaySequenceNumber

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

Parameters:
aDisplaySequenceNumber - java.lang.Double
Returns:
void

setInterestListNumber

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

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

setLastChangeTime

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

Parameters:
aLastChangeTime - java.sql.Timestamp
Returns:
void

setUserReferenceNumber

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

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