org.openfjord.business.entities
Class ParticipantPK

java.lang.Object
  |
  +--org.openfjord.business.entities.ParticipantPK
All Implemented Interfaces:
java.io.Serializable

public class ParticipantPK
extends java.lang.Object
implements java.io.Serializable

Title: openFJORD

Description: open Flexible Java Online Research Designer

Copyright: Copyright (c) Michael Lange

Company: University of Muenster


Primkary key class for participant entity beans and value objects.

Version:
1.0
Author:
Michael Lange
See Also:
Serialized Form

Field Summary
 java.lang.String participantId
           
 
Constructor Summary
ParticipantPK()
           
ParticipantPK(java.lang.String participantId)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

participantId

public java.lang.String participantId
Constructor Detail

ParticipantPK

public ParticipantPK()

ParticipantPK

public ParticipantPK(java.lang.String participantId)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


openFJORD Copyright © 2003 University of Muenster.