public interface ParticipantAddCmd extends ControllerCommand
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
IBM copyright notice field.
|
static java.lang.String | defaultCommandClassName
The name of the default implementation class.
|
static java.lang.String | NAME
The name of this interface.
|
Modifier and Type | Method and Description |
---|---|
void | setInfo(java.lang.String info)
Sets information of the participant
|
void | setMemberId(java.lang.Long memberId)
Sets member ID of the participant.
|
void | setRole(java.lang.String role)
Sets the role type of the participant.
|
void | setTcId(java.lang.Long tcId)
Sets ID of the term and condition to which the participant will be added
|
void | setTradingId(java.lang.Long tradingId)
Sets ID of the trading agreement to which the participant will be added
|
static final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
void setInfo(java.lang.String info)
void setMemberId(java.lang.Long memberId)
void setRole(java.lang.String role)
void setTcId(java.lang.Long tcId)
void setTradingId(java.lang.Long tradingId)