public class ParticipantProposal
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.Object |
evaluation
An evaluation of the proposal.
|
protected IComponentIdentifier |
participant
The participants component identifier.
|
protected java.lang.Object |
proposal
The proposal object.
|
Constructor and Description |
---|
ParticipantProposal()
Create a participant proposal.
|
ParticipantProposal(IComponentIdentifier participant)
Create a participant proposal for a given participant.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getEvaluation()
Get the evaluation.
|
IComponentIdentifier |
getParticipant()
Get the participants component identifier.
|
java.lang.Object |
getProposal()
Get the proposal object.
|
void |
setEvaluation(java.lang.Object evaluation)
Set the evaluation.
|
void |
setParticipant(IComponentIdentifier participant)
Set the participants component identifier.
|
void |
setProposal(java.lang.Object proposal)
Set the proposal object.
|
java.lang.String |
toString()
Create a string representation of the participant proposal.
|
protected IComponentIdentifier participant
protected java.lang.Object proposal
protected java.lang.Object evaluation
public ParticipantProposal()
public ParticipantProposal(IComponentIdentifier participant)
public IComponentIdentifier getParticipant()
public void setParticipant(IComponentIdentifier participant)
public java.lang.Object getProposal()
public void setProposal(java.lang.Object proposal)
public java.lang.Object getEvaluation()
public void setEvaluation(java.lang.Object evaluation)
public java.lang.String toString()
toString
in class java.lang.Object