java.lang.Objectcom.ibm.commerce.base.objects.ECEntityBean
com.ibm.commerce.contract.objimpl.ParticipantBeanBase
This bean provides access to the PARTICIPNT table.
The following is a description of this table:
The trading Participant table.
Field Summary | |
java.lang.Long | memberId |
java.lang.Long | participantId |
java.lang.Integer | roleId |
java.lang.Long | tcId |
java.sql.Timestamp | timeCreated |
java.sql.Timestamp | timeUpdated |
java.lang.Long | tradingId |
Constructor Summary | |
ParticipantBeanBase() |
Method Summary | |
com.ibm.commerce.contract.objects.ParticipantKey | ejbCreate(java.lang.Long argTradingId, java.lang.Long argTCId, java.lang.Long argMemberId, java.lang.Integer argRoleId) Constructs an ParticipantAccessBean object with the specified memberId, participantRoleId, and either tradingId or tcId. |
java.lang.String | getInformation() This method provides access to the PARTICIPNT.INFORMATION column of DB2 type LONG NULL. |
java.lang.Long | getMemberId() This method provides access to the PARTICIPNT.MEMBER_ID column of DB2 type BIGINT NULL. |
java.lang.Long | getParticipantId() This method provides access to the PARTICIPNT.PARTICIPNT_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Integer | getRoleId() This method provides access to the PARTICIPNT.PARTROLE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Long | getTcId() This method provides access to the PARTICIPNT.TERMCOND_ID column of DB2 type BIGINT NULL. |
java.sql.Timestamp | getTimeCreated() This method provides access to the PARTICIPNT.TIMECREATED column of DB2 type TIMESTAMP NULL. |
java.sql.Timestamp | getTimeUpdated() This method provides access to the PARTICIPNT.TIMEUPDATED column of DB2 type TIMESTAMP NULL. |
java.lang.Long | getTradingId() This method provides access to the PARTICIPNT.TRADING_ID column of DB2 type BIGINT NULL. |
void | setInformation(java.lang.String newValue) This method provides access to the PARTICIPNT.INFORMATION column of DB2 type LONG NULL. |
void | setMemberId(java.lang.Long newValue) This method provides access to the PARTICIPNT.MEMBER_ID column of DB2 type BIGINT NULL. |
void | setParticipantId(java.lang.Long 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 | setTcId(java.lang.Long newValue) This method provides access to the PARTICIPNT.TERMCOND_ID column of DB2 type BIGINT NULL. |
void | setTimeCreated(java.sql.Timestamp newValue) This method provides access to the PARTICIPNT.TIMECREATED column of DB2 type TIMESTAMP NULL. |
void | setTimeUpdated(java.sql.Timestamp newValue) This method provides access to the PARTICIPNT.TIMEUPDATED column of DB2 type TIMESTAMP NULL. |
void | setTradingId(java.lang.Long newValue) This method provides access to the PARTICIPNT.TRADING_ID column of DB2 type BIGINT NULL. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.lang.Long participantId
public java.lang.Long memberId
public java.lang.Integer roleId
public java.lang.Long tradingId
public java.lang.Long tcId
public java.sql.Timestamp timeCreated
public java.sql.Timestamp timeUpdated
Constructor Detail |
public ParticipantBeanBase()
Method Detail |
public com.ibm.commerce.contract.objects.ParticipantKey ejbCreate(java.lang.Long argTradingId, java.lang.Long argTCId, java.lang.Long argMemberId, java.lang.Integer argRoleId) throws javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.String getInformation()
This method provides access to the PARTICIPNT.INFORMATION column of DB2 type LONG NULL.
The following is a description of this column:
Information about the participant.
public java.lang.Long getMemberId()
This method provides access to the PARTICIPNT.MEMBER_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
Member ID for the Participant (UI). If null, imply no restriction.
public java.lang.Long getParticipantId()
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 (primary key).
public java.lang.Integer getRoleId()
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.
public java.lang.Long getTcId()
This method provides access to the PARTICIPNT.TERMCOND_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
Term and Conditions ID. If null, this is a Trading agreement level participant. Either TRADING_ID or TERMCOND_ID has to be null.
public java.sql.Timestamp getTimeCreated()
This method provides access to the PARTICIPNT.TIMECREATED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Time created.
public java.sql.Timestamp getTimeUpdated()
This method provides access to the PARTICIPNT.TIMEUPDATED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Time updated.
public java.lang.Long getTradingId()
This method provides access to the PARTICIPNT.TRADING_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
Trading agreement ID. If null, this is a terms and conditions level participant. Either TRADING_ID or TERMCOND_ID has to be null.
public void setInformation(java.lang.String newValue)
This method provides access to the PARTICIPNT.INFORMATION column of DB2 type LONG NULL.
The following is a description of this column:
Information about the participant.
public void setMemberId(java.lang.Long newValue)
This method provides access to the PARTICIPNT.MEMBER_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
Member ID for the Participant (UI). If null, imply no restriction.
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 (primary key).
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.
public void setTcId(java.lang.Long newValue)
This method provides access to the PARTICIPNT.TERMCOND_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
Term and Conditions ID. If null, this is a Trading agreement level participant. Either TRADING_ID or TERMCOND_ID has to be null.
public void setTimeCreated(java.sql.Timestamp newValue)
This method provides access to the PARTICIPNT.TIMECREATED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Time created.
public void setTimeUpdated(java.sql.Timestamp newValue)
This method provides access to the PARTICIPNT.TIMEUPDATED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Time updated.
public void setTradingId(java.lang.Long newValue)
This method provides access to the PARTICIPNT.TRADING_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
Trading agreement ID. If null, this is a terms and conditions level participant. Either TRADING_ID or TERMCOND_ID has to be null.
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.