fr.lifl.genca.gui
Class ParticipantRecord

java.lang.Object
  extended byfr.lifl.genca.gui.ParticipantRecord

public class ParticipantRecord
extends java.lang.Object

this class is to record a participant with his/her priority


Field Summary
 java.lang.String name
           
 java.lang.Integer priority
           
 
Constructor Summary
ParticipantRecord(java.lang.String n, java.lang.Integer p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name

priority

public java.lang.Integer priority
Constructor Detail

ParticipantRecord

public ParticipantRecord(java.lang.String n,
                         java.lang.Integer p)