java.lang.Objectcom.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
com.ibm.commerce.negotiation.objects.AuctionStoreRelationAccessBean
This table shows the relationship between an auction and a store. This access bean corresponds to the database table 'AUCTSTRREL'.
Constructor Summary | |
AuctionStoreRelationAccessBean() Zero argument constructor used to initialize the access bean. |
|
AuctionStoreRelationAccessBean(javax.ejb.EJBObject o) constructor |
|
AuctionStoreRelationAccessBean(java.lang.Long arg1, java.lang.Integer arg2) Creates an access bean with the specified attributes. |
Method Summary | |
void | commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected java.lang.String | defaultJNDIName() |
java.lang.String | getAuctionId() This method provides access to the AUCTSTRREL.AUCT_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long | getAuctionIdInEJBType() This method provides access to the AUCTSTRREL.AUCT_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String | getItemPage() This method provides access to the AUCTSTRREL.ITEMPAGE column of DB2 type VARCHAR(254). |
java.lang.String | getStoreId() This method provides access to the AUCTSTRREL.STORE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer | getStoreIdInEJBType() This method provides access to the AUCTSTRREL.STORE_ID column of DB2 type INTEGER NOT NULL. |
protected void | instantiateEJB() |
protected boolean | instantiateEJBByPrimaryKey() |
void | refreshCopyHelper() Load data from the EJBObject. |
void | setAuctionId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setAuctionId(java.lang.String newValue) This method accesses a non-CMP field |
void | setInitKey_auctionId(java.lang.Long newValue) Set the primary key for this object |
void | setInitKey_storeId(java.lang.Integer newValue) Set the primary key for this object |
void | setItemPage(java.lang.String newValue) This method accesses a non-CMP field |
void | setStoreId(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setStoreId(java.lang.String newValue) This method accesses a non-CMP field |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AuctionStoreRelationAccessBean()
public AuctionStoreRelationAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
public AuctionStoreRelationAccessBean(java.lang.Long arg1, java.lang.Integer arg2) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
Creates an access bean with the specified attributes.
Method Detail |
public void setInitKey_auctionId(java.lang.Long newValue)
Set the primary key for this object
public void setInitKey_storeId(java.lang.Integer newValue)
Set the primary key for this object
protected java.lang.String defaultJNDIName()
protected void instantiateEJB() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
protected boolean instantiateEJBByPrimaryKey() throws 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).
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
public java.lang.String getAuctionId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTSTRREL.AUCT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The Auction ID.
public java.lang.Long getAuctionIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTSTRREL.AUCT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The Auction ID.
public void setAuctionId(java.lang.String newValue)
public void setAuctionId(java.lang.Long newValue)
public java.lang.String getStoreId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTSTRREL.STORE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The ID of the store conducting the auction.
public java.lang.Integer getStoreIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTSTRREL.STORE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The ID of the store conducting the auction.
public void setStoreId(java.lang.String newValue)
public void setStoreId(java.lang.Integer newValue)
public java.lang.String getItemPage() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTSTRREL.ITEMPAGE column of DB2 type VARCHAR(254).
The following is a description of this column:
The item page used to display the product.
public void setItemPage(java.lang.String newValue)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.