com.ibm.commerce.contract.objects
Class ParticipantBean

com.ibm.commerce.contract.objects.ParticipantBean

public class ParticipantBean

This bean provides access to the PARTICIPNT table.

The following is a description of this table:

The trading Participant table.


Constructor Summary
ParticipantBean()
           
 
Method Summary
 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 setMemberId(java.lang.Long aMemberId)
          This method provides access to the PARTICIPNT.MEMBER_ID column of DB2 type BIGINT NULL.
 void setParticipantId(java.lang.Long aParticipantId)
          This method provides access to the PARTICIPNT.PARTICIPNT_ID column of DB2 type BIGINT NOT NULL.
 void setRoleId(java.lang.Integer aRoleId)
          This method provides access to the PARTICIPNT.PARTROLE_ID column of DB2 type INTEGER NOT NULL.
 void setTcId(java.lang.Long aTcId)
          This method provides access to the PARTICIPNT.TERMCOND_ID column of DB2 type BIGINT NULL.
 void setTimeCreated(java.sql.Timestamp aTimeCreated)
          This method provides access to the PARTICIPNT.TIMECREATED column of DB2 type TIMESTAMP NULL.
 void setTimeUpdated(java.sql.Timestamp aTimeUpdated)
          This method provides access to the PARTICIPNT.TIMEUPDATED column of DB2 type TIMESTAMP NULL.
 void setTradingId(java.lang.Long aTradingId)
          This method provides access to the PARTICIPNT.TRADING_ID column of DB2 type BIGINT NULL.
 

Constructor Detail

ParticipantBean

public ParticipantBean()
Method Detail

getMemberId

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.

Returns:
java.lang.Long

getParticipantId

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

Returns:
java.lang.Long

getRoleId

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.

Returns:
java.lang.Integer

getTcId

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:

TermAndConditions ID. If null, this is a Trading agreement level participant. Either TRADING_ID or TERMCOND_ID has to be null.

Returns:
java.lang.Long

getTimeCreated

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.

Returns:
java.sql.Timestamp

getTimeUpdated

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.

Returns:
java.sql.Timestamp

getTradingId

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.

Returns:
java.lang.Long

setMemberId

public void setMemberId(java.lang.Long aMemberId)

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.

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

setParticipantId

public void setParticipantId(java.lang.Long aParticipantId)

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

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

setRoleId

public void setRoleId(java.lang.Integer aRoleId)

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:
aRoleId - java.lang.Integer
Returns:
void

setTcId

public void setTcId(java.lang.Long aTcId)

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

The following is a description of this column:

TermAndConditions ID. If null, this is a Trading agreement level participant. Either TRADING_ID or TERMCOND_ID has to be null.

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

setTimeCreated

public void setTimeCreated(java.sql.Timestamp aTimeCreated)

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

The following is a description of this column:

Time created.

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

setTimeUpdated

public void setTimeUpdated(java.sql.Timestamp aTimeUpdated)

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

The following is a description of this column:

Time updated.

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

setTradingId

public void setTradingId(java.lang.Long aTradingId)

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.

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