edu.ntnu.cikmr.workflowenactment
Class Participant
java.lang.Object
edu.ntnu.cikmr.workflowenactment.Participant
public class Participant
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Participant
public Participant()
Participant
public Participant(java.lang.String peerID,
java.lang.String peerName)
getPeerName
public java.lang.String getPeerName()
getPeerID
public java.lang.String getPeerID()
setPeerName
public void setPeerName(java.lang.String name)
setPeerID
public void setPeerID(java.lang.String id)
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object