|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.contract.objects.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 |
public ParticipantBean()
Method Detail |
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:
TermAndConditions 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 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.
aMemberId
- java.lang.Longpublic 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).
aParticipantId
- java.lang.Longpublic 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.
aRoleId
- java.lang.Integerpublic 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.
aTcId
- java.lang.Longpublic 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.
aTimeCreated
- java.sql.Timestamppublic 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.
aTimeUpdated
- java.sql.Timestamppublic 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.
aTradingId
- java.lang.Long
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |