com.ibm.commerce.negotiation.objects
Class MemberAuctionRelationAccessBean

java.lang.Object
  |
  +--com.ibm.ivj.ejb.runtime.AbstractAccessBean
        |
        +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
              |
              +--com.ibm.commerce.negotiation.objects.MemberAuctionRelationAccessBean
All Implemented Interfaces:
MemberAuctionRelationAccessBeanData, java.io.Serializable
Direct Known Subclasses:
MemberAuctionRelationDataBean

public class MemberAuctionRelationAccessBean
extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
implements MemberAuctionRelationAccessBeanData

This bean provides access to the MEMBRAUCT table.

The following is a description of this table:

This table describes the member and auction relationship.

See Also:
Serialized Form

Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef
 
Constructor Summary
MemberAuctionRelationAccessBean()
          Zero argument constructor used to initialize the access bean.
MemberAuctionRelationAccessBean(javax.ejb.EJBObject object)
          Creates an access bean for the specified EJB
MemberAuctionRelationAccessBean(java.lang.Long auctionId, java.lang.Long memberId, java.lang.String type)
          Creates an access bean with the specified attributes.
 
Method Summary
 void commitCopyHelper()
          Update(flush) data to the EJBObject (persistent storage).
 java.util.Enumeration findByAuctionIdAndType(java.lang.Long auctionId, java.lang.String type, com.ibm.commerce.negotiation.util.SortingAttribute sort)
          Retrieves all member/auction relationship records for the specified auction and type.
 boolean fulfills(java.lang.Long aFills1, java.lang.String aFills2)
          IBM internal use only.
 java.lang.String getAuctionId()
          This method provides access to the MEMBRAUCT.AUCT_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Long getAuctionIdInEJBType()
          This method provides access to the MEMBRAUCT.AUCT_ID column of DB2 type BIGINT NOT NULL.
 java.lang.String getComment()
          This method provides access to the MEMBRAUCT.COMMENTS column of DB2 type VARCHAR(254) NULL.
 java.lang.String getField1()
          This method provides access to the MEMBRAUCT.FIELD1 column of DB2 type BIGINT NULL.
 java.lang.Long getField1InEJBType()
          This method provides access to the MEMBRAUCT.FIELD1 column of DB2 type BIGINT NULL.
 java.lang.String getField2()
          This method provides access to the MEMBRAUCT.FIELD2 column of DB2 type BIGINT NULL.
 java.lang.Long getField2InEJBType()
          This method provides access to the MEMBRAUCT.FIELD2 column of DB2 type BIGINT NULL.
 java.lang.String getField3()
          This method provides access to the MEMBRAUCT.FIELD3 column of DB2 type BIGINT NULL.
 java.lang.Long getField3InEJBType()
          This method provides access to the MEMBRAUCT.FIELD3 column of DB2 type BIGINT NULL.
 java.lang.String getMemberId()
          This method provides access to the MEMBRAUCT.MEMBER_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Long getMemberIdInEJBType()
          This method provides access to the MEMBRAUCT.MEMBER_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Long getOwner()
          Member ID of the customer who is bidding.
 java.lang.String getRelationType()
          This method provides access to the MEMBRAUCT.RELATIONTYPE column of DB2 type CHAR(10) NOT NULL.
 java.lang.String getStatus()
          This method provides access to the MEMBRAUCT.STATUS column of DB2 type CHAR(4) NULL.
 void refreshCopyHelper()
          Load data from the EJBObject.
 void setAuctionId(java.lang.Long aAuctionId1)
          This method provides access to the MEMBRAUCT.AUCT_ID column of DB2 type BIGINT NOT NULL.
 void setAuctionId(java.lang.String aAuctionId1)
          This method provides access to the MEMBRAUCT.AUCT_ID column of DB2 type BIGINT NOT NULL.
 void setComment(java.lang.String aComment1)
          This method provides access to the MEMBRAUCT.COMMENTS column of DB2 type VARCHAR(254) NULL.
 void setField1(java.lang.Long aField11)
          This method provides access to the MEMBRAUCT.FIELD1 column of DB2 type BIGINT NULL.
 void setField1(java.lang.String aField11)
          This method provides access to the MEMBRAUCT.FIELD1 column of DB2 type BIGINT NULL.
 void setField2(java.lang.Long aField21)
          This method provides access to the MEMBRAUCT.FIELD2 column of DB2 type BIGINT NULL.
 void setField2(java.lang.String aField21)
          This method provides access to the MEMBRAUCT.FIELD2 column of DB2 type BIGINT NULL.
 void setField3(java.lang.Long aField31)
          This method provides access to the MEMBRAUCT.FIELD3 column of DB2 type BIGINT NULL.
 void setField3(java.lang.String aField31)
          This method provides access to the MEMBRAUCT.FIELD3 column of DB2 type BIGINT NULL.
 void setInitKey_auctionId(java.lang.Long aInitKey_auctionId1)
          Set the primary key for this object
 void setInitKey_memberId(java.lang.Long aInitKey_memberId1)
          Set the primary key for this object
 void setInitKey_relationType(java.lang.String aInitKey_relationType1)
          Set the primary key for this object
 void setMemberId(java.lang.Long aMemberId1)
          This method provides access to the MEMBRAUCT.MEMBER_ID column of DB2 type BIGINT NOT NULL.
 void setMemberId(java.lang.String aMemberId1)
          This method provides access to the MEMBRAUCT.MEMBER_ID column of DB2 type BIGINT NOT NULL.
 void setRelationType(java.lang.String aRelationType1)
          This method provides access to the MEMBRAUCT.RELATIONTYPE column of DB2 type CHAR(10) NOT NULL.
 void setStatus(java.lang.String aStatus1)
          This method provides access to the MEMBRAUCT.STATUS column of DB2 type CHAR(4) NULL.
 
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
__getCache, __getCache, __getKey, __setCache, __setCache, __setKey, commitCopyHelper, createAccessBeans, createAccessBeans, instantiateEJBByPrimaryKey, refreshCopyHelper, setEJBRef
 
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean
defaultJNDIName, defaultNameServiceType, defaultNameServiceURL, getEJBRef, getGlobalHome, getHome, getInit_GlobalNameServiceTypeName, getInit_GlobalNameServiceURLName, getInit_JNDIName, getInit_NameServiceTypeName, getInit_NameServiceURLName, getInitContext, getInitContext, instantiateEJB, resetEJBRef, resetHomeCache, setInit_GlobalNameServiceTypeName, setInit_GlobalNameServiceURLName, setInit_JNDIName, setInit_NameServiceTypeName, setInit_NameServiceURLName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MemberAuctionRelationAccessBean

public MemberAuctionRelationAccessBean()

Zero argument constructor used to initialize the access bean. This constructor corresponds to the following home interface method:

public abstract com.ibm.commerce.negotiation.objects.MemberAuctionRelation com.ibm.commerce.negotiation.objimpl.MemberAuctionRelationHomeBase.findByPrimaryKey(com.ibm.commerce.negotiation.objects.MemberAuctionRelationKey) throws java.rmi.RemoteException,javax.ejb.FinderException

The home interface method properties need to be set by calling the following setter methods before calling any business methods:


MemberAuctionRelationAccessBean

public MemberAuctionRelationAccessBean(javax.ejb.EJBObject object)
                                throws java.rmi.RemoteException

Creates an access bean for the specified EJB

Parameters:
object - The EJB Object used for the access bean construction.
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception.

MemberAuctionRelationAccessBean

public MemberAuctionRelationAccessBean(java.lang.Long auctionId,
                                       java.lang.Long memberId,
                                       java.lang.String type)
                                throws javax.ejb.CreateException,
                                       java.rmi.RemoteException,
                                       javax.naming.NamingException

Creates an access bean with the specified attributes.

Parameters:
auctionId - The auction id.
memberId - The member id of the customer who is bidding.
type - The relationship type. Valid values: VR=customer has viewed the auction rules, GA=customer has put the auction in the auction gallery.
Method Detail

commitCopyHelper

public void commitCopyHelper()
                      throws java.rmi.RemoteException,
                             javax.ejb.CreateException,
                             javax.ejb.FinderException,
                             javax.naming.NamingException

Update(flush) data to the EJBObject (persistent storage).

Overrides:
commitCopyHelper in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
Returns:
void
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findByAuctionIdAndType

public java.util.Enumeration findByAuctionIdAndType(java.lang.Long auctionId,
                                                    java.lang.String type,
                                                    com.ibm.commerce.negotiation.util.SortingAttribute sort)
                                             throws java.rmi.RemoteException,
                                                    javax.ejb.FinderException,
                                                    javax.naming.NamingException

Retrieves all member/auction relationship records for the specified auction and type.

The SQL query used to fetch all the required rows from the MEMBRAUCT table is:

SELECT * FROM MEMBRAUCT T1 WHERE T1.AUCT_ID=? AND T1.RELATIONTYPE=?

Parameters:
auctionId - The auction id.
type - The relationship type. Valid values: VR=customer has viewed the auction rules, GA=customer has put the auction in the auction gallery.
sort - The sorting attribute. This is a set of column names and the order in which they are each to be sorted (ascending, descending). This is used to build an ORDER BY clause.
Returns:
An Enumeration of all the MemberAuctionRelationAccessBeans representing rows that match the search criteria.

fulfills

public boolean fulfills(java.lang.Long aFills1,
                        java.lang.String aFills2)
                 throws java.rmi.RemoteException,
                        java.lang.Exception,
                        javax.ejb.FinderException,
                        javax.naming.NamingException

IBM internal use only.

Parameters:
aFills1 - java.lang.Long
aFills2 - java.lang.String
Returns:
boolean
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
java.lang.Exception - The java.lang.Exception exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getAuctionId

public java.lang.String getAuctionId()
                              throws java.rmi.RemoteException,
                                     javax.ejb.CreateException,
                                     javax.ejb.FinderException,
                                     javax.naming.NamingException

This method provides access to the MEMBRAUCT.AUCT_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Auction ID.

Specified by:
getAuctionId in interface MemberAuctionRelationAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getAuctionIdInEJBType

public java.lang.Long getAuctionIdInEJBType()
                                     throws java.rmi.RemoteException,
                                            javax.ejb.CreateException,
                                            javax.ejb.FinderException,
                                            javax.naming.NamingException

This method provides access to the MEMBRAUCT.AUCT_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Auction ID.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getComment

public java.lang.String getComment()
                            throws java.rmi.RemoteException,
                                   javax.ejb.CreateException,
                                   javax.ejb.FinderException,
                                   javax.naming.NamingException

This method provides access to the MEMBRAUCT.COMMENTS column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

Comments field. Contains text.

Specified by:
getComment in interface MemberAuctionRelationAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getField1

public java.lang.String getField1()
                           throws java.rmi.RemoteException,
                                  javax.ejb.CreateException,
                                  javax.ejb.FinderException,
                                  javax.naming.NamingException

This method provides access to the MEMBRAUCT.FIELD1 column of DB2 type BIGINT NULL.

The following is a description of this column:

Customizable.

Specified by:
getField1 in interface MemberAuctionRelationAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getField1InEJBType

public java.lang.Long getField1InEJBType()
                                  throws java.rmi.RemoteException,
                                         javax.ejb.CreateException,
                                         javax.ejb.FinderException,
                                         javax.naming.NamingException

This method provides access to the MEMBRAUCT.FIELD1 column of DB2 type BIGINT NULL.

The following is a description of this column:

Customizable.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getField2

public java.lang.String getField2()
                           throws java.rmi.RemoteException,
                                  javax.ejb.CreateException,
                                  javax.ejb.FinderException,
                                  javax.naming.NamingException

This method provides access to the MEMBRAUCT.FIELD2 column of DB2 type BIGINT NULL.

The following is a description of this column:

Customizable.

Specified by:
getField2 in interface MemberAuctionRelationAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getField2InEJBType

public java.lang.Long getField2InEJBType()
                                  throws java.rmi.RemoteException,
                                         javax.ejb.CreateException,
                                         javax.ejb.FinderException,
                                         javax.naming.NamingException

This method provides access to the MEMBRAUCT.FIELD2 column of DB2 type BIGINT NULL.

The following is a description of this column:

Customizable.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getField3

public java.lang.String getField3()
                           throws java.rmi.RemoteException,
                                  javax.ejb.CreateException,
                                  javax.ejb.FinderException,
                                  javax.naming.NamingException

This method provides access to the MEMBRAUCT.FIELD3 column of DB2 type BIGINT NULL.

The following is a description of this column:

Customizable.

Specified by:
getField3 in interface MemberAuctionRelationAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getField3InEJBType

public java.lang.Long getField3InEJBType()
                                  throws java.rmi.RemoteException,
                                         javax.ejb.CreateException,
                                         javax.ejb.FinderException,
                                         javax.naming.NamingException

This method provides access to the MEMBRAUCT.FIELD3 column of DB2 type BIGINT NULL.

The following is a description of this column:

Customizable.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getMemberId

public java.lang.String getMemberId()
                             throws java.rmi.RemoteException,
                                    javax.ejb.CreateException,
                                    javax.ejb.FinderException,
                                    javax.naming.NamingException

This method provides access to the MEMBRAUCT.MEMBER_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Member ID of the customer who is bidding.

Specified by:
getMemberId in interface MemberAuctionRelationAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getMemberIdInEJBType

public java.lang.Long getMemberIdInEJBType()
                                    throws java.rmi.RemoteException,
                                           javax.ejb.CreateException,
                                           javax.ejb.FinderException,
                                           javax.naming.NamingException

This method provides access to the MEMBRAUCT.MEMBER_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Member ID of the customer who is bidding.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getOwner

public java.lang.Long getOwner()
                        throws java.lang.Exception,
                               java.rmi.RemoteException,
                               javax.ejb.FinderException,
                               javax.naming.NamingException

Member ID of the customer who is bidding.

Returns:
The member Id.
Throws:
java.lang.Exception - The java.lang.Exception exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getRelationType

public java.lang.String getRelationType()
                                 throws java.rmi.RemoteException,
                                        javax.ejb.CreateException,
                                        javax.ejb.FinderException,
                                        javax.naming.NamingException

This method provides access to the MEMBRAUCT.RELATIONTYPE column of DB2 type CHAR(10) NOT NULL.

The following is a description of this column:

Relationship type. Valid values: VR=customer has viewed the auction rules, GA=customer has put the auction in the auction gallery.

Specified by:
getRelationType in interface MemberAuctionRelationAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getStatus

public java.lang.String getStatus()
                           throws java.rmi.RemoteException,
                                  javax.ejb.CreateException,
                                  javax.ejb.FinderException,
                                  javax.naming.NamingException

This method provides access to the MEMBRAUCT.STATUS column of DB2 type CHAR(4) NULL.

The following is a description of this column:

Reserved for IBM internal use.

Specified by:
getStatus in interface MemberAuctionRelationAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

refreshCopyHelper

public void refreshCopyHelper()
                       throws java.rmi.RemoteException,
                              javax.ejb.CreateException,
                              javax.ejb.FinderException,
                              javax.naming.NamingException

Load data from the EJBObject.

Overrides:
refreshCopyHelper in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
Returns:
void
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

setAuctionId

public void setAuctionId(java.lang.Long aAuctionId1)

This method provides access to the MEMBRAUCT.AUCT_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Auction ID.

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

setAuctionId

public void setAuctionId(java.lang.String aAuctionId1)

This method provides access to the MEMBRAUCT.AUCT_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Auction ID.

Specified by:
setAuctionId in interface MemberAuctionRelationAccessBeanData
Parameters:
aAuctionId1 - java.lang.String
Returns:
void

setComment

public void setComment(java.lang.String aComment1)

This method provides access to the MEMBRAUCT.COMMENTS column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

Comments field. Contains text.

Specified by:
setComment in interface MemberAuctionRelationAccessBeanData
Parameters:
aComment1 - java.lang.String
Returns:
void

setField1

public void setField1(java.lang.Long aField11)

This method provides access to the MEMBRAUCT.FIELD1 column of DB2 type BIGINT NULL.

The following is a description of this column:

Customizable.

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

setField1

public void setField1(java.lang.String aField11)

This method provides access to the MEMBRAUCT.FIELD1 column of DB2 type BIGINT NULL.

The following is a description of this column:

Customizable.

Specified by:
setField1 in interface MemberAuctionRelationAccessBeanData
Parameters:
aField11 - java.lang.String
Returns:
void

setField2

public void setField2(java.lang.Long aField21)

This method provides access to the MEMBRAUCT.FIELD2 column of DB2 type BIGINT NULL.

The following is a description of this column:

Customizable.

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

setField2

public void setField2(java.lang.String aField21)

This method provides access to the MEMBRAUCT.FIELD2 column of DB2 type BIGINT NULL.

The following is a description of this column:

Customizable.

Specified by:
setField2 in interface MemberAuctionRelationAccessBeanData
Parameters:
aField21 - java.lang.String
Returns:
void

setField3

public void setField3(java.lang.Long aField31)

This method provides access to the MEMBRAUCT.FIELD3 column of DB2 type BIGINT NULL.

The following is a description of this column:

Customizable.

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

setField3

public void setField3(java.lang.String aField31)

This method provides access to the MEMBRAUCT.FIELD3 column of DB2 type BIGINT NULL.

The following is a description of this column:

Customizable.

Specified by:
setField3 in interface MemberAuctionRelationAccessBeanData
Parameters:
aField31 - java.lang.String
Returns:
void

setInitKey_auctionId

public void setInitKey_auctionId(java.lang.Long aInitKey_auctionId1)

Set the primary key for this object

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

setInitKey_memberId

public void setInitKey_memberId(java.lang.Long aInitKey_memberId1)

Set the primary key for this object

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

setInitKey_relationType

public void setInitKey_relationType(java.lang.String aInitKey_relationType1)

Set the primary key for this object

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

setMemberId

public void setMemberId(java.lang.Long aMemberId1)

This method provides access to the MEMBRAUCT.MEMBER_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Member ID of the customer who is bidding.

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

setMemberId

public void setMemberId(java.lang.String aMemberId1)

This method provides access to the MEMBRAUCT.MEMBER_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Member ID of the customer who is bidding.

Specified by:
setMemberId in interface MemberAuctionRelationAccessBeanData
Parameters:
aMemberId1 - java.lang.String
Returns:
void

setRelationType

public void setRelationType(java.lang.String aRelationType1)

This method provides access to the MEMBRAUCT.RELATIONTYPE column of DB2 type CHAR(10) NOT NULL.

The following is a description of this column:

Relationship type. Valid values: VR=customer has viewed the auction rules, GA=customer has put the auction in the auction gallery.

Specified by:
setRelationType in interface MemberAuctionRelationAccessBeanData
Parameters:
aRelationType1 - java.lang.String
Returns:
void

setStatus

public void setStatus(java.lang.String aStatus1)

This method provides access to the MEMBRAUCT.STATUS column of DB2 type CHAR(4) NULL.

The following is a description of this column:

Reserved for IBM internal use.

Specified by:
setStatus in interface MemberAuctionRelationAccessBeanData
Parameters:
aStatus1 - java.lang.String
Returns:
void