java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.contract.objects.ParticipantAccessBean
This table stores information about a participant for a TradingAgreement.
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 |
---|
public ParticipantAccessBean()
public ParticipantAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
o
- javax.ejb.EJBObjectjava.rmi.RemoteException
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
arg0
- java.lang.Longarg1
- java.lang.Longarg2
- java.lang.Longarg3
- java.lang.Integerjavax.naming.NamingException
javax.ejb.CreateException
javax.ejb.FinderException
java.rmi.RemoteException
Method Detail |
---|
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 = ?
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
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 = ?
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
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 = ?
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
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
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
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)java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
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 = ?
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
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 = ?
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
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
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public void setInitKey_participantId(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 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.
getTcId
in interface
ParticipantAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
setTcId
in interface
ParticipantAccessBeanData
newValue
- Stringpublic 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.
newValue
- java.lang.Longpublic 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.
getRoleId
in interface
ParticipantAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
setRoleId
in interface
ParticipantAccessBeanData
newValue
- Stringpublic 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.
newValue
- java.lang.Integerpublic java.lang.String getInformation() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
getInformation
in interface
ParticipantAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setInformation(java.lang.String newValue)
setInformation
in interface
ParticipantAccessBeanData
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.
getParticipantId
in interface
ParticipantAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
setParticipantId
in interface
ParticipantAccessBeanData
newValue
- Stringpublic 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.
newValue
- java.lang.Longpublic 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.
getTradingId
in interface
ParticipantAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
setTradingId
in interface
ParticipantAccessBeanData
newValue
- Stringpublic 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.
newValue
- java.lang.Longpublic 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.
getTimeUpdated
in interface
ParticipantAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
setTimeUpdated
in interface
ParticipantAccessBeanData
newValue
- Stringpublic 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.
newValue
- java.sql.Timestamppublic 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
getMemberId
in interface
ParticipantAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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
setMemberId
in interface
ParticipantAccessBeanData
newValue
- Stringpublic 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
newValue
- java.lang.Longpublic 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.
getTimeCreated
in interface
ParticipantAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
setTimeCreated
in interface
ParticipantAccessBeanData
newValue
- Stringpublic 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.
newValue
- java.sql.Timestamp