*/
public ParticipantCompletionParticipantEngine(final String id, final EndpointReferenceType coordinator,
final BusinessAgreementWithParticipantCompletionParticipant participant, final State state, final boolean recovered)
{
this.id = id ;
this.instanceIdentifier = new InstanceIdentifier(id) ;
this.coordinator = coordinator ;
this.participant = participant ;
this.state = state ;
this.recovered = recovered;
this.persisted = recovered;