java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.catalog.objects.InterestItemAccessBean
Each row of this table represents an IItem in an IItemList.
Constructor Summary | |
---|---|
InterestItemAccessBean() constructor | |
InterestItemAccessBean(com.ibm.commerce.catalog.objects.InterestItemKey arg0,
java.lang.Integer arg1, java.lang.Long arg2) constructor | |
InterestItemAccessBean(com.ibm.commerce.catalog.objects.InterestItemKey arg0,
java.lang.Integer arg1, java.lang.Long arg2,
java.lang.Double arg3) constructor | |
InterestItemAccessBean(javax.ejb.EJBObject o) constructor |
Method Summary | |
---|---|
void |
commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected
java.lang.String |
defaultJNDIName() |
java.util.Enumeration |
findAllByIListAndUser(java.lang.Long arg0,
java.lang.Long arg1) This finder method return an enumeration of InterestItem Access Bean with specified Interest Item List ID and User ID. |
java.util.Enumeration |
findAllByIListNumber(java.lang.Long arg0) This finder method return an enumeration of InterestItem Access Bean with specified Interest Item List ID. |
java.util.Enumeration |
findAllByUserReferenceNumber(java.lang.Long arg0) This finder method return an enumeration of InterestItem Access Bean with specified owner ID. |
java.util.Enumeration |
findByCatalogEntriesAndListIds(java.lang.Long[] arg0,
java.lang.Long[] arg1) This finder method return an enumeration of InterestItem Access Bean with the specified list of Catalog Entry IDs and the list of Interest Item List IDs. |
java.util.Enumeration |
findByListIds(java.lang.Long[] arg0) This finder method returns an enumeration of InterestItem Access Bean with the specified list of Interest Item List IDs. |
java.util.Enumeration |
findWithPushDownQuery(java.lang.String arg0) This finder method returns an enumeration of InterestItem Access Bean with specified query. |
java.lang.String |
getCatalogEntryReferenceNumber() This method provides access to the IITEM.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getCatalogEntryReferenceNumberInEJBType() This method provides access to the IITEM.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getField1() This method provides access to the IITEM.FIELD1 column of DB2 type INTEGER. |
java.lang.Integer |
getField1InEJBType() This method provides access to the IITEM.FIELD1 column of DB2 type INTEGER. |
java.lang.String |
getField2() This method provides access to the IITEM.FIELD2 column of DB2 type DECIMAL(20 5). |
java.math.BigDecimal |
getField2InEJBType() This method provides access to the IITEM.FIELD2 column of DB2 type DECIMAL(20 5). |
java.lang.String |
getField3() This method provides access to the IITEM.FIELD3 column of DB2 type VARCHAR(254). |
java.lang.String |
getInterestListNumber() This method provides access to the IITEM.IITEMLIST_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getInterestListNumberInEJBType() This method provides access to the IITEM.IITEMLIST_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getLastUpdate() This method provides access to the IITEM.LASTUPDATE column of DB2 type TIMESTAMP. |
java.sql.Timestamp |
getLastUpdateInEJBType() This method provides access to the IITEM.LASTUPDATE column of DB2 type TIMESTAMP. |
java.lang.String |
getQuantity() This method provides access to the IITEM.QUANTITY column of DB2 type FLOAT. |
java.lang.Double |
getQuantityInEJBType() This method provides access to the IITEM.QUANTITY column of DB2 type FLOAT. |
java.lang.String |
getSequence() This method provides access to the IITEM.SEQUENCE column of DB2 type FLOAT NOT NULL DEFAULT 0. |
java.lang.Double |
getSequenceInEJBType() This method provides access to the IITEM.SEQUENCE column of DB2 type FLOAT NOT NULL DEFAULT 0. |
java.lang.String |
getStoreEntryID() This method provides access to the IITEM.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getStoreEntryIDInEJBType() This method provides access to the IITEM.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getUserReferenceNumber() This method provides access to the IITEM.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getUserReferenceNumberInEJBType() This method provides access to the IITEM.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
protected
void |
instantiateEJB() |
protected
boolean |
instantiateEJBByPrimaryKey() |
void |
refreshCopyHelper() Load data from the EJBObject. |
void |
setField1(java.lang.Integer newValue) This method provides access to the IITEM.FIELD1 column of DB2 type INTEGER. |
void |
setField1(java.lang.String newValue) This method provides access to the IITEM.FIELD1 column of DB2 type INTEGER. |
void |
setField2(java.math.BigDecimal newValue) This method provides access to the IITEM.FIELD2 column of DB2 type DECIMAL(20 5). |
void |
setField2(java.lang.String newValue) This method provides access to the IITEM.FIELD2 column of DB2 type DECIMAL(20 5). |
void |
setField3(java.lang.String newValue) This method provides access to the IITEM.FIELD3 column of DB2 type VARCHAR(254). |
void |
setInitKey_catalogEntryReferenceNumber(java.lang.String newValue) Set the primary key for this object |
void |
setInitKey_interestListNumber(java.lang.String newValue) Set the primary key for this object |
void |
setInterestListNumber(java.lang.Long newValue) This method provides access to the IITEM.IITEMLIST_ID column of DB2 type BIGINT NOT NULL. |
void |
setInterestListNumber(java.lang.String newValue) This method provides access to the IITEM.IITEMLIST_ID column of DB2 type BIGINT NOT NULL. |
void |
setLastUpdate(java.lang.String newValue) This method provides access to the IITEM.LASTUPDATE column of DB2 type TIMESTAMP. |
void |
setLastUpdate(java.sql.Timestamp newValue) This method provides access to the IITEM.LASTUPDATE column of DB2 type TIMESTAMP. |
void |
setQuantity(java.lang.Double newValue) This method provides access to the IITEM.QUANTITY column of DB2 type FLOAT. |
void |
setQuantity(java.lang.String newValue) This method provides access to the IITEM.QUANTITY column of DB2 type FLOAT. |
void |
setSequence(java.lang.Double newValue) This method provides access to the IITEM.SEQUENCE column of DB2 type FLOAT NOT NULL DEFAULT 0. |
void |
setSequence(java.lang.String newValue) This method provides access to the IITEM.SEQUENCE column of DB2 type FLOAT NOT NULL DEFAULT 0. |
void |
setStoreEntryID(java.lang.Integer newValue) This method provides access to the IITEM.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
void |
setStoreEntryID(java.lang.String newValue) This method provides access to the IITEM.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
void |
setUserReferenceNumber(java.lang.Long newValue) This method provides access to the IITEM.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
void |
setUserReferenceNumber(java.lang.String newValue) This method provides access to the IITEM.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Constructor Detail |
---|
public InterestItemAccessBean()
public InterestItemAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
o
- javax.ejb.EJBObjectjava.rmi.RemoteException
public InterestItemAccessBean(com.ibm.commerce.catalog.objects.InterestItemKey arg0, java.lang.Integer arg1, java.lang.Long arg2) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
arg0
- com.ibm.commerce.catalog.objects.InterestItemKeyarg1
- java.lang.Integerarg2
- java.lang.Longjavax.ejb.CreateException
java.rmi.RemoteException
javax.naming.NamingException
public InterestItemAccessBean(com.ibm.commerce.catalog.objects.InterestItemKey arg0, java.lang.Integer arg1, java.lang.Long arg2, java.lang.Double arg3) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
arg0
- com.ibm.commerce.catalog.objects.InterestItemKeyarg1
- java.lang.Integerarg2
- java.lang.Longarg3
- java.lang.Doublejavax.ejb.CreateException
java.rmi.RemoteException
javax.naming.NamingException
Method Detail |
---|
public java.util.Enumeration findAllByIListAndUser(java.lang.Long arg0, java.lang.Long arg1) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This finder method return an enumeration of InterestItem Access Bean with specified Interest Item List ID and User ID.
SQL:
SELECT * FROM IITEM WHERE IITEM.IITEMLIST_ID = iListNumber AND
IITEM.MEMBER_ID = userReferenceNumber
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
- The
javax.naming.NamingException exceptionpublic java.util.Enumeration findAllByIListNumber(java.lang.Long arg0) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This finder method return an enumeration of InterestItem Access Bean with specified Interest Item List ID.
SQL:
SELECT * FROM IITEM WHERE IITEM.IITEMLIST_ID = iListNumber
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
- The
javax.naming.NamingException exceptionpublic java.util.Enumeration findAllByUserReferenceNumber(java.lang.Long arg0) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This finder method return an enumeration of InterestItem Access Bean with specified owner ID.
SQL: SELECT * FROM IITEM WHERE IITEM.MEMBER_ID =
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
- The
javax.naming.NamingException exceptionpublic java.util.Enumeration findByCatalogEntriesAndListIds(java.lang.Long[] arg0, java.lang.Long[] arg1) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This finder method return an enumeration of InterestItem Access Bean with the specified list of Catalog Entry IDs and the list of Interest Item List IDs.
SQL:
SELECT * FROM IITEM WHERE IITEM.CATENTRY_ID IN (catalogEntries) AND
IITEM.IITEMLIST_ID IN (listIds) ORDER BY IITEM.LASTUPDATE
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
- The
javax.naming.NamingException exceptionpublic java.util.Enumeration findByListIds(java.lang.Long[] arg0) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This finder method returns an enumeration of InterestItem Access Bean with the specified list of Interest Item List IDs.
SQL:
SELECT * FROM IITEM WHERE IITEM.IITEMLIST_ID IN (listIds) ORDER BY
IITEM.LASTUPDATE
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
- The
javax.naming.NamingException exceptionpublic java.util.Enumeration findWithPushDownQuery(java.lang.String arg0) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This finder method returns an enumeration of InterestItem Access Bean with specified query. The push down query act as the where clause to search in the IITEM table.
An example of the pus down query: "CATENTRY_ID=1234 AND STOREENT_ID=0"java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
- The
javax.naming.NamingException exceptionpublic void setInitKey_interestListNumber(java.lang.String newValue)
Set the primary key for this object
newValue
- java.lang.Stringpublic void setInitKey_catalogEntryReferenceNumber(java.lang.String newValue)
Set the primary key for this object
newValue
- java.lang.Stringprotected java.lang.String defaultJNDIName()
protected void instantiateEJB() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.FinderException
javax.naming.NamingException
protected boolean instantiateEJBByPrimaryKey() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.naming.NamingException
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.String getQuantity() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the IITEM.QUANTITY column of DB2 type FLOAT.
The following is a description of this column:
The result of multiplying QUANTITY by CATENTSHIP.NOMINALQUANTITY must be a multiple of CATENTSHIP.QUANTITYMULTIPLE, and represents the actual quantity being purchased, in the unit of measurement specified by CATENTSHIP.QUANTITYMEASURE.
getQuantity
in interface
InterestItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Double getQuantityInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the IITEM.QUANTITY column of DB2 type FLOAT.
The following is a description of this column:
The result of multiplying QUANTITY by CATENTSHIP.NOMINALQUANTITY must be a multiple of CATENTSHIP.QUANTITYMULTIPLE, and represents the actual quantity being purchased, in the unit of measurement specified by CATENTSHIP.QUANTITYMEASURE.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setQuantity(java.lang.String newValue)
This method provides access to the IITEM.QUANTITY column of DB2 type FLOAT.
The following is a description of this column:
The result of multiplying QUANTITY by CATENTSHIP.NOMINALQUANTITY must be a multiple of CATENTSHIP.QUANTITYMULTIPLE, and represents the actual quantity being purchased, in the unit of measurement specified by CATENTSHIP.QUANTITYMEASURE.
setQuantity
in interface
InterestItemAccessBeanData
newValue
- Stringpublic void setQuantity(java.lang.Double newValue)
This method provides access to the IITEM.QUANTITY column of DB2 type FLOAT.
The following is a description of this column:
The result of multiplying QUANTITY by CATENTSHIP.NOMINALQUANTITY must be a multiple of CATENTSHIP.QUANTITYMULTIPLE, and represents the actual quantity being purchased, in the unit of measurement specified by CATENTSHIP.QUANTITYMEASURE.
newValue
- java.lang.Doublepublic java.lang.String getLastUpdate() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the IITEM.LASTUPDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
The last time this IItem was updated.
getLastUpdate
in interface
InterestItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.sql.Timestamp getLastUpdateInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the IITEM.LASTUPDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
The last time this IItem was updated.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setLastUpdate(java.lang.String newValue)
This method provides access to the IITEM.LASTUPDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
The last time this IItem was updated.
setLastUpdate
in interface
InterestItemAccessBeanData
newValue
- Stringpublic void setLastUpdate(java.sql.Timestamp newValue)
This method provides access to the IITEM.LASTUPDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
The last time this IItem was updated.
newValue
- java.sql.Timestamppublic java.lang.String getUserReferenceNumber() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the IITEM.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The owner of the IItem (which is the same as the owner of the IItemList).
getUserReferenceNumber
in interface
InterestItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getUserReferenceNumberInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the IITEM.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The owner of the IItem (which is the same as the owner of the IItemList).
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setUserReferenceNumber(java.lang.String newValue)
This method provides access to the IITEM.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The owner of the IItem (which is the same as the owner of the IItemList).
setUserReferenceNumber
in interface
InterestItemAccessBeanData
newValue
- Stringpublic void setUserReferenceNumber(java.lang.Long newValue)
This method provides access to the IITEM.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The owner of the IItem (which is the same as the owner of the IItemList).
newValue
- java.lang.Longpublic java.lang.String getCatalogEntryReferenceNumber() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the IITEM.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The CatalogEntry ID of the product in the InterestItemList.
getCatalogEntryReferenceNumber
in interface
InterestItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getCatalogEntryReferenceNumberInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the IITEM.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The CatalogEntry ID of the product in the InterestItemList.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.String getField3() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the IITEM.FIELD3 column of DB2 type VARCHAR(254).
The following is a description of this column:
Customizable.
getField3
in interface
InterestItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setField3(java.lang.String newValue)
This method provides access to the IITEM.FIELD3 column of DB2 type VARCHAR(254).
The following is a description of this column:
Customizable.
setField3
in interface
InterestItemAccessBeanData
newValue
- java.lang.Stringpublic java.lang.String getField2() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the IITEM.FIELD2 column of DB2 type DECIMAL(20 5).
The following is a description of this column:
Customizable.
getField2
in interface
InterestItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.math.BigDecimal getField2InEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the IITEM.FIELD2 column of DB2 type DECIMAL(20 5).
The following is a description of this column:
Customizable.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setField2(java.lang.String newValue)
This method provides access to the IITEM.FIELD2 column of DB2 type DECIMAL(20 5).
The following is a description of this column:
Customizable.
setField2
in interface
InterestItemAccessBeanData
newValue
- Stringpublic void setField2(java.math.BigDecimal newValue)
This method provides access to the IITEM.FIELD2 column of DB2 type DECIMAL(20 5).
The following is a description of this column:
Customizable.
newValue
- java.math.BigDecimalpublic java.lang.String getField1() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the IITEM.FIELD1 column of DB2 type INTEGER.
The following is a description of this column:
Customizable.
getField1
in interface
InterestItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getField1InEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the IITEM.FIELD1 column of DB2 type INTEGER.
The following is a description of this column:
Customizable.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setField1(java.lang.String newValue)
This method provides access to the IITEM.FIELD1 column of DB2 type INTEGER.
The following is a description of this column:
Customizable.
setField1
in interface
InterestItemAccessBeanData
newValue
- Stringpublic void setField1(java.lang.Integer newValue)
This method provides access to the IITEM.FIELD1 column of DB2 type INTEGER.
The following is a description of this column:
Customizable.
newValue
- java.lang.Integerpublic java.lang.String getInterestListNumber() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the IITEM.IITEMLIST_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The InterestItemList that this IItem is part of.
getInterestListNumber
in interface
InterestItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getInterestListNumberInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the IITEM.IITEMLIST_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The InterestItemList that this IItem is part of.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setInterestListNumber(java.lang.String newValue)
This method provides access to the IITEM.IITEMLIST_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The InterestItemList that this IItem is part of.
setInterestListNumber
in interface
InterestItemAccessBeanData
newValue
- Stringpublic void setInterestListNumber(java.lang.Long newValue)
This method provides access to the IITEM.IITEMLIST_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The InterestItemList that this IItem is part of.
newValue
- java.lang.Longpublic java.lang.String getSequence() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the IITEM.SEQUENCE column of DB2 type FLOAT NOT NULL DEFAULT 0.
The following is a description of this column:
May be used by a user interface to control the sequence of IItem in a IItemlist.
getSequence
in interface
InterestItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Double getSequenceInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the IITEM.SEQUENCE column of DB2 type FLOAT NOT NULL DEFAULT 0.
The following is a description of this column:
May be used by a user interface to control the sequence of IItem in a IItemlist.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setSequence(java.lang.String newValue)
This method provides access to the IITEM.SEQUENCE column of DB2 type FLOAT NOT NULL DEFAULT 0.
The following is a description of this column:
May be used by a user interface to control the sequence of IItem in a IItemlist.
setSequence
in interface
InterestItemAccessBeanData
newValue
- Stringpublic void setSequence(java.lang.Double newValue)
This method provides access to the IITEM.SEQUENCE column of DB2 type FLOAT NOT NULL DEFAULT 0.
The following is a description of this column:
May be used by a user interface to control the sequence of IItem in a IItemlist.
newValue
- java.lang.Doublepublic java.lang.String getStoreEntryID() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the IITEM.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The StoreEntity that this InterestItem belongs to.
getStoreEntryID
in interface
InterestItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getStoreEntryIDInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the IITEM.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The StoreEntity that this InterestItem belongs to.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setStoreEntryID(java.lang.String newValue)
This method provides access to the IITEM.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The StoreEntity that this InterestItem belongs to.
setStoreEntryID
in interface
InterestItemAccessBeanData
newValue
- Stringpublic void setStoreEntryID(java.lang.Integer newValue)
This method provides access to the IITEM.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The StoreEntity that this InterestItem belongs to.
newValue
- java.lang.Integer