org.openfjord.business.entities
Class SurveyPK

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

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

Title: openFJORD

Description: open Flexible Java Online Research Designer

Copyright: Copyright (c) Christian Seel

Company: University of Muenster


Primkary key class for survey entity beans and value objects.

Version:
1.0
Author:
Christian Seel
See Also:
Serialized Form

Field Summary
 java.lang.String surveyId
           
 
Constructor Summary
SurveyPK()
           
SurveyPK(java.lang.String surveyId)
           
 
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

surveyId

public java.lang.String surveyId
Constructor Detail

SurveyPK

public SurveyPK()

SurveyPK

public SurveyPK(java.lang.String surveyId)
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.