java.lang.Object | +--com.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
argTradingId
- The ID of the trading agreement that the
Participant belongs to.argTCId
- The ID of the Term and Condition that the
Participant belongs to.argMemberId
- The Member ID of the Participant.argRoleId
- The Role ID of the Participant.javax.ejb.CreateException
- The javax.ejb.CreateException
exception.javax.ejb.FinderException
- The javax.ejb.FinderException
exception.javax.naming.NamingException
- The
javax.naming.NamingException exception.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.
newValue
- The 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.
newValue
- The Member ID of the
Participant.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).
newValue
- The ID of the Participant.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.
newValue
- The 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.
newValue
- The ID of the Term and Condition that the
Participant belongs to. If null, this is a Trading agreement level
participant.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.
newValue
- The time the Participant was
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.
newValue
- The time the Participant was most recently
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.
newValue
- The ID of the Trading Agreement that the
Participant belongs to.