public class ParticipantProposal extends 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 |
---|---|
Object |
getEvaluation()
Get the evaluation.
|
IComponentIdentifier |
getParticipant()
Get the participants component identifier.
|
Object |
getProposal()
Get the proposal object.
|
void |
setEvaluation(Object evaluation)
Set the evaluation.
|
void |
setParticipant(IComponentIdentifier participant)
Set the participants component identifier.
|
void |
setProposal(Object proposal)
Set the proposal object.
|
String |
toString()
Create a string representation of the participant proposal.
|
public ParticipantProposal()
public ParticipantProposal(IComponentIdentifier participant)
public IComponentIdentifier getParticipant()
public void setParticipant(IComponentIdentifier participant)
public Object getProposal()
public void setProposal(Object proposal)
public Object getEvaluation()
public void setEvaluation(Object evaluation)
Copyright © 2012. All Rights Reserved.