com.ibm.commerce.contract.objects
Class ParticipantAccessBean

java.lang.Object
  |
  +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
        |
        +--com.ibm.commerce.contract.objects.ParticipantAccessBean
All Implemented Interfaces:
ParticipantAccessBeanData

public class ParticipantAccessBean
extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
implements ParticipantAccessBeanData

This table stores information about a participant for a TradingAgreement.

See Also:
Serialized Form

Constructor Summary
ParticipantAccessBean()
          constructor
ParticipantAccessBean(javax.ejb.EJBObject o)
          constructor
ParticipantAccessBean(java.lang.Long arg0, java.lang.Long arg1, java.lang.Long arg2, java.lang.Integer arg3)
          constructor
 
Method Summary
 void commitCopyHelper()
          Update(flush) data to the EJBObject (persistent storage).
protected  java.lang.String defaultJNDIName()
           
 java.util.Enumeration findAllInTCLevel(java.lang.Long arg0)
          Retrieves an Enumeration of the ParticipantAccessBeans representing all the participants that the term and condition has.
 java.util.Enumeration findAllInTradingLevel(java.lang.Long arg0)
          Retrieves an Enumeration of the ParticipantAccessBeans representing all the participants that the trading agreement has.
 java.util.Enumeration findAllVisibleInTradingLevel(java.lang.Long arg0)
          Retrieves an Enumeration of the ParticipantAccessBeans representing all the participants with the specified trading ID, whose participant role is neither Creator nor Seller .
 java.util.Enumeration findByTCAndRole(java.lang.Long arg0, java.lang.Integer arg1)
          Retrieves an Enumeration of the ParticipantAccessBeans representing all the participants with specified term condition ID, and participant role ID.
  ParticipantAccessBean findByTCMemberAndRole(java.lang.Long arg0, java.lang.Long arg1, java.lang.Integer arg2)
          Retrieves the Participant representing the participant with specified term condition ID, member ID, and participant role ID.
 java.util.Enumeration findByTradingAndRole(java.lang.Long arg0, java.lang.Integer arg1)
          Retrieves an Enumeration of the ParticipantAccessBeans representing all the participants with specified trading ID, and participant role ID.
  ParticipantAccessBean findByTradingMemberAndRole(java.lang.Long arg0, java.lang.Long arg1, java.lang.Integer arg2)
          Retrieves the Participant representing the participant with specified trading ID, member ID, and participant role ID.
 java.util.Enumeration findNonBuyerInTCLevel(java.lang.Long arg0)
          Retrieves an Enumeration of the ParticipantAccessBeans representing all the participants with specified term condition ID.
 java.lang.String getInformation()
          This method accesses a non-CMP field
 java.lang.String getMemberId()
          This method provides access to the PARTICIPNT.MEMBER_ID column of DB2 type BIGINT.
 java.lang.Long getMemberIdInEJBType()
          This method provides access to the PARTICIPNT.MEMBER_ID column of DB2 type BIGINT.
 java.lang.String getParticipantId()
          This method provides access to the PARTICIPNT.PARTICIPNT_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Long getParticipantIdInEJBType()
          This method provides access to the PARTICIPNT.PARTICIPNT_ID column of DB2 type BIGINT NOT NULL.
 java.lang.String getRoleId()
          This method provides access to the PARTICIPNT.PARTROLE_ID column of DB2 type INTEGER NOT NULL.
 java.lang.Integer getRoleIdInEJBType()
          This method provides access to the PARTICIPNT.PARTROLE_ID column of DB2 type INTEGER NOT NULL.
 java.lang.String getTcId()
          This method provides access to the PARTICIPNT.TERMCOND_ID column of DB2 type BIGINT.
 java.lang.Long getTcIdInEJBType()
          This method provides access to the PARTICIPNT.TERMCOND_ID column of DB2 type BIGINT.
 java.lang.String getTimeCreated()
          This method provides access to the PARTICIPNT.TIMECREATED column of DB2 type TIMESTAMP.
 java.sql.Timestamp getTimeCreatedInEJBType()
          This method provides access to the PARTICIPNT.TIMECREATED column of DB2 type TIMESTAMP.
 java.lang.String getTimeUpdated()
          This method provides access to the PARTICIPNT.TIMEUPDATED column of DB2 type TIMESTAMP.
 java.sql.Timestamp getTimeUpdatedInEJBType()
          This method provides access to the PARTICIPNT.TIMEUPDATED column of DB2 type TIMESTAMP.
 java.lang.String getTradingId()
          This method provides access to the PARTICIPNT.TRADING_ID column of DB2 type BIGINT.
 java.lang.Long getTradingIdInEJBType()
          This method provides access to the PARTICIPNT.TRADING_ID column of DB2 type BIGINT.
protected  void instantiateEJB()
           
protected  boolean instantiateEJBByPrimaryKey()
           
 void refreshCopyHelper()
          Load data from the EJBObject.
 void setInformation(java.lang.String newValue)
          This method accesses a non-CMP field
 void setInitKey_participantId(java.lang.String newValue)
          Set the primary key for this object
 void setMemberId(java.lang.Long newValue)
          This method provides access to the PARTICIPNT.MEMBER_ID column of DB2 type BIGINT.
 void setMemberId(java.lang.String newValue)
          This method provides access to the PARTICIPNT.MEMBER_ID column of DB2 type BIGINT.
 void setParticipantId(java.lang.Long newValue)
          This method provides access to the PARTICIPNT.PARTICIPNT_ID column of DB2 type BIGINT NOT NULL.
 void setParticipantId(java.lang.String newValue)
          This method provides access to the PARTICIPNT.PARTICIPNT_ID column of DB2 type BIGINT NOT NULL.
 void setRoleId(java.lang.Integer newValue)
          This method provides access to the PARTICIPNT.PARTROLE_ID column of DB2 type INTEGER NOT NULL.
 void setRoleId(java.lang.String newValue)
          This method provides access to the PARTICIPNT.PARTROLE_ID column of DB2 type INTEGER NOT NULL.
 void setTcId(java.lang.Long newValue)
          This method provides access to the PARTICIPNT.TERMCOND_ID column of DB2 type BIGINT.
 void setTcId(java.lang.String newValue)
          This method provides access to the PARTICIPNT.TERMCOND_ID column of DB2 type BIGINT.
 void setTimeCreated(java.lang.String newValue)
          This method provides access to the PARTICIPNT.TIMECREATED column of DB2 type TIMESTAMP.
 void setTimeCreated(java.sql.Timestamp newValue)
          This method provides access to the PARTICIPNT.TIMECREATED column of DB2 type TIMESTAMP.
 void setTimeUpdated(java.lang.String newValue)
          This method provides access to the PARTICIPNT.TIMEUPDATED column of DB2 type TIMESTAMP.
 void setTimeUpdated(java.sql.Timestamp newValue)
          This method provides access to the PARTICIPNT.TIMEUPDATED column of DB2 type TIMESTAMP.
 void setTradingId(java.lang.Long newValue)
          This method provides access to the PARTICIPNT.TRADING_ID column of DB2 type BIGINT.
 void setTradingId(java.lang.String newValue)
          This method provides access to the PARTICIPNT.TRADING_ID column of DB2 type BIGINT.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParticipantAccessBean

public ParticipantAccessBean()
constructor

ParticipantAccessBean

public ParticipantAccessBean(javax.ejb.EJBObject o)
                      throws java.rmi.RemoteException
constructor
Parameters:
o - javax.ejb.EJBObject
Throws:
java.rmi.RemoteException

ParticipantAccessBean

public ParticipantAccessBean(java.lang.Long arg0,
                             java.lang.Long arg1,
                             java.lang.Long arg2,
                             java.lang.Integer arg3)
                      throws javax.naming.NamingException,
                             javax.ejb.CreateException,
                             javax.ejb.FinderException,
                             java.rmi.RemoteException
constructor
Parameters:
arg0 - java.lang.Long
arg1 - java.lang.Long
arg2 - java.lang.Long
arg3 - java.lang.Integer
Throws:
javax.naming.NamingException
javax.ejb.CreateException
javax.ejb.FinderException
java.rmi.RemoteException
Method Detail

findByTCMemberAndRole

public ParticipantAccessBean findByTCMemberAndRole(java.lang.Long arg0,
                                                   java.lang.Long arg1,
                                                   java.lang.Integer arg2)
                                            throws java.rmi.RemoteException,
                                                   javax.ejb.FinderException,
                                                   javax.naming.NamingException

Retrieves the Participant representing the participant with specified term condition ID, member ID, and participant role ID.

The SQL query used to fetch all the required row from the PARTICIPNT table is:

select * from participnt T1 where T1.trading_id = ? and termcond_id is NULL and member_id= ? and partrole_id = ?

Returns:
The Participant representing the row that matches the search criteria.
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException

findByTradingMemberAndRole

public ParticipantAccessBean findByTradingMemberAndRole(java.lang.Long arg0,
                                                        java.lang.Long arg1,
                                                        java.lang.Integer arg2)
                                                 throws java.rmi.RemoteException,
                                                        javax.ejb.FinderException,
                                                        javax.naming.NamingException

Retrieves the Participant representing the participant with specified trading ID, member ID, and participant role ID.

The SQL query used to fetch all the required row from the PARTICIPNT table is:

select * from participnt T1 where T1.trading_id = ? and termcond_id is NULL and member_id= ? and partrole_id = ?

Returns:
The Participant representing the row that matches the search criteria.
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException

findAllInTCLevel

public java.util.Enumeration findAllInTCLevel(java.lang.Long arg0)
                                       throws java.rmi.RemoteException,
                                              javax.ejb.FinderException,
                                              javax.naming.NamingException

Retrieves an Enumeration of the ParticipantAccessBeans representing all the participants that the term and condition has.

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

select * from participnt T1 where T1.termcond_id = ?

Returns:
An Enumeration of all the ParticipantAccessBeans representing rows that match the search criteria.
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException

findAllInTradingLevel

public java.util.Enumeration findAllInTradingLevel(java.lang.Long arg0)
                                            throws java.rmi.RemoteException,
                                                   javax.ejb.FinderException,
                                                   javax.naming.NamingException

Retrieves an Enumeration of the ParticipantAccessBeans representing all the participants that the trading agreement has.

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

select * from participnt T1 where T1.trading_id = ? and termcond_id is NULL

Returns:
An Enumeration of all the ParticipantAccessBeans representing rows that match the search criteria.
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException

findAllVisibleInTradingLevel

public java.util.Enumeration findAllVisibleInTradingLevel(java.lang.Long arg0)
                                                   throws java.rmi.RemoteException,
                                                          javax.ejb.FinderException,
                                                          javax.naming.NamingException

Retrieves an Enumeration of the ParticipantAccessBeans representing all the participants with the specified trading ID, whose participant role is neither Creator nor Seller .

The SQL query used to fetch all the required rows from the PARTICIPNT table is: select * from participnt T1 where T1.trading_id = ? and termcond_id is NULL and partrole_id not in (0,1)
Returns:
An Enumeration of all the ParticipantAccessBeans representing rows that match the search criteria.
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException

findByTCAndRole

public java.util.Enumeration findByTCAndRole(java.lang.Long arg0,
                                             java.lang.Integer arg1)
                                      throws java.rmi.RemoteException,
                                             javax.ejb.FinderException,
                                             javax.naming.NamingException

Retrieves an Enumeration of the ParticipantAccessBeans representing all the participants with specified term condition ID, and participant role ID.

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

select * from participnt T1 where T1.trading_id = ? and termcond_id is NULL and member_id= ? and partrole_id = ?

Returns:
An Enumeration of all the ParticipantAccessBeans representing rows that match the search criteria.
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException

findByTradingAndRole

public java.util.Enumeration findByTradingAndRole(java.lang.Long arg0,
                                                  java.lang.Integer arg1)
                                           throws java.rmi.RemoteException,
                                                  javax.ejb.FinderException,
                                                  javax.naming.NamingException

Retrieves an Enumeration of the ParticipantAccessBeans representing all the participants with specified trading ID, and participant role ID.

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

select * from participnt T1 where T1.trading_id = ? and partrole_id = ?

Returns:
An Enumeration of all the ParticipantAccessBeans representing rows that match the search criteria.
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException

findNonBuyerInTCLevel

public java.util.Enumeration findNonBuyerInTCLevel(java.lang.Long arg0)
                                            throws java.rmi.RemoteException,
                                                   javax.ejb.FinderException,
                                                   javax.naming.NamingException

Retrieves an Enumeration of the ParticipantAccessBeans representing all the participants with specified term condition ID.

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

select * from participnt T1 where T1.termcond_id = ? and partrole_id != 2

Returns:
The ParticipantAccessBean representing rows that match the search criteria.
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException

setInitKey_participantId

public void setInitKey_participantId(java.lang.String newValue)

Set the primary key for this object

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

defaultJNDIName

protected java.lang.String defaultJNDIName()
Returns:
String

instantiateEJB

protected void instantiateEJB()
                       throws java.rmi.RemoteException,
                              javax.ejb.FinderException,
                              javax.naming.NamingException
Returns:
void
Throws:
java.rmi.RemoteException
javax.ejb.FinderException
javax.naming.NamingException

instantiateEJBByPrimaryKey

protected boolean instantiateEJBByPrimaryKey()
                                      throws java.rmi.RemoteException,
                                             javax.ejb.CreateException,
                                             javax.naming.NamingException
Returns:
boolean
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.naming.NamingException

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

Returns:
void
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

refreshCopyHelper

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

Load data from the EJBObject.

Returns:
void
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getTcId

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

This method provides access to the PARTICIPNT.TERMCOND_ID column of DB2 type BIGINT.

The following is a description of this column:

TermAndConditions ID. If null, this is a TradingAgreement level participant. In this case, either TRADING_ID or TERMCOND_ID must be null.

Specified by:
getTcId in interface ParticipantAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getTcIdInEJBType

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

This method provides access to the PARTICIPNT.TERMCOND_ID column of DB2 type BIGINT.

The following is a description of this column:

TermAndConditions ID. If null, this is a TradingAgreement level participant. In this case, either TRADING_ID or TERMCOND_ID must be null.

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

setTcId

public void setTcId(java.lang.String newValue)

This method provides access to the PARTICIPNT.TERMCOND_ID column of DB2 type BIGINT.

The following is a description of this column:

TermAndConditions ID. If null, this is a TradingAgreement level participant. In this case, either TRADING_ID or TERMCOND_ID must be null.

Specified by:
setTcId in interface ParticipantAccessBeanData
Parameters:
newValue - String
Returns:
void

setTcId

public void setTcId(java.lang.Long newValue)

This method provides access to the PARTICIPNT.TERMCOND_ID column of DB2 type BIGINT.

The following is a description of this column:

TermAndConditions ID. If null, this is a TradingAgreement level participant. In this case, either TRADING_ID or TERMCOND_ID must be null.

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

getRoleId

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

This method provides access to the PARTICIPNT.PARTROLE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Participant role ID.

Specified by:
getRoleId in interface ParticipantAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getRoleIdInEJBType

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

This method provides access to the PARTICIPNT.PARTROLE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Participant role ID.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setRoleId

public void setRoleId(java.lang.String newValue)

This method provides access to the PARTICIPNT.PARTROLE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Participant role ID.

Specified by:
setRoleId in interface ParticipantAccessBeanData
Parameters:
newValue - String
Returns:
void

setRoleId

public void setRoleId(java.lang.Integer newValue)

This method provides access to the PARTICIPNT.PARTROLE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Participant role ID.

Parameters:
newValue - java.lang.Integer
Returns:
void

getInformation

public java.lang.String getInformation()
                                throws java.rmi.RemoteException,
                                       javax.ejb.CreateException,
                                       javax.ejb.FinderException,
                                       javax.naming.NamingException
This method accesses a non-CMP field
Specified by:
getInformation in interface ParticipantAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setInformation

public void setInformation(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setInformation in interface ParticipantAccessBeanData

getParticipantId

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

This method provides access to the PARTICIPNT.PARTICIPNT_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Participant ID. This is a primary key.

Specified by:
getParticipantId in interface ParticipantAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getParticipantIdInEJBType

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

This method provides access to the PARTICIPNT.PARTICIPNT_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Participant ID. This is a primary key.

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

setParticipantId

public void setParticipantId(java.lang.String newValue)

This method provides access to the PARTICIPNT.PARTICIPNT_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Participant ID. This is a primary key.

Specified by:
setParticipantId in interface ParticipantAccessBeanData
Parameters:
newValue - String
Returns:
void

setParticipantId

public void setParticipantId(java.lang.Long newValue)

This method provides access to the PARTICIPNT.PARTICIPNT_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Participant ID. This is a primary key.

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

getTradingId

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

This method provides access to the PARTICIPNT.TRADING_ID column of DB2 type BIGINT.

The following is a description of this column:

TradingAgreement ID. If null, this is a terms and conditions level participant. In this case, either TRADING_ID or TERMCOND_ID must be null.

Specified by:
getTradingId in interface ParticipantAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getTradingIdInEJBType

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

This method provides access to the PARTICIPNT.TRADING_ID column of DB2 type BIGINT.

The following is a description of this column:

TradingAgreement ID. If null, this is a terms and conditions level participant. In this case, either TRADING_ID or TERMCOND_ID must be null.

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

setTradingId

public void setTradingId(java.lang.String newValue)

This method provides access to the PARTICIPNT.TRADING_ID column of DB2 type BIGINT.

The following is a description of this column:

TradingAgreement ID. If null, this is a terms and conditions level participant. In this case, either TRADING_ID or TERMCOND_ID must be null.

Specified by:
setTradingId in interface ParticipantAccessBeanData
Parameters:
newValue - String
Returns:
void

setTradingId

public void setTradingId(java.lang.Long newValue)

This method provides access to the PARTICIPNT.TRADING_ID column of DB2 type BIGINT.

The following is a description of this column:

TradingAgreement ID. If null, this is a terms and conditions level participant. In this case, either TRADING_ID or TERMCOND_ID must be null.

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

getTimeUpdated

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

This method provides access to the PARTICIPNT.TIMEUPDATED column of DB2 type TIMESTAMP.

The following is a description of this column:

Time updated.

Specified by:
getTimeUpdated in interface ParticipantAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getTimeUpdatedInEJBType

public java.sql.Timestamp getTimeUpdatedInEJBType()
                                           throws java.rmi.RemoteException,
                                                  javax.ejb.CreateException,
                                                  javax.ejb.FinderException,
                                                  javax.naming.NamingException

This method provides access to the PARTICIPNT.TIMEUPDATED column of DB2 type TIMESTAMP.

The following is a description of this column:

Time updated.

Returns:
java.sql.Timestamp
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setTimeUpdated

public void setTimeUpdated(java.lang.String newValue)

This method provides access to the PARTICIPNT.TIMEUPDATED column of DB2 type TIMESTAMP.

The following is a description of this column:

Time updated.

Specified by:
setTimeUpdated in interface ParticipantAccessBeanData
Parameters:
newValue - String
Returns:
void

setTimeUpdated

public void setTimeUpdated(java.sql.Timestamp newValue)

This method provides access to the PARTICIPNT.TIMEUPDATED column of DB2 type TIMESTAMP.

The following is a description of this column:

Time updated.

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

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 PARTICIPNT.MEMBER_ID column of DB2 type BIGINT.

The following is a description of this column:

Member ID for the participant. If null, then there are no restrictions for this participan

Specified by:
getMemberId in interface ParticipantAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

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 PARTICIPNT.MEMBER_ID column of DB2 type BIGINT.

The following is a description of this column:

Member ID for the participant. If null, then there are no restrictions for this participan

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

setMemberId

public void setMemberId(java.lang.String newValue)

This method provides access to the PARTICIPNT.MEMBER_ID column of DB2 type BIGINT.

The following is a description of this column:

Member ID for the participant. If null, then there are no restrictions for this participan

Specified by:
setMemberId in interface ParticipantAccessBeanData
Parameters:
newValue - String
Returns:
void

setMemberId

public void setMemberId(java.lang.Long newValue)

This method provides access to the PARTICIPNT.MEMBER_ID column of DB2 type BIGINT.

The following is a description of this column:

Member ID for the participant. If null, then there are no restrictions for this participan

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

getTimeCreated

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

This method provides access to the PARTICIPNT.TIMECREATED column of DB2 type TIMESTAMP.

The following is a description of this column:

Time created.

Specified by:
getTimeCreated in interface ParticipantAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getTimeCreatedInEJBType

public java.sql.Timestamp getTimeCreatedInEJBType()
                                           throws java.rmi.RemoteException,
                                                  javax.ejb.CreateException,
                                                  javax.ejb.FinderException,
                                                  javax.naming.NamingException

This method provides access to the PARTICIPNT.TIMECREATED column of DB2 type TIMESTAMP.

The following is a description of this column:

Time created.

Returns:
java.sql.Timestamp
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setTimeCreated

public void setTimeCreated(java.lang.String newValue)

This method provides access to the PARTICIPNT.TIMECREATED column of DB2 type TIMESTAMP.

The following is a description of this column:

Time created.

Specified by:
setTimeCreated in interface ParticipantAccessBeanData
Parameters:
newValue - String
Returns:
void

setTimeCreated

public void setTimeCreated(java.sql.Timestamp newValue)

This method provides access to the PARTICIPNT.TIMECREATED column of DB2 type TIMESTAMP.

The following is a description of this column:

Time created.

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