org.openfjord.business.entities
Class SurveyElementPK

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

public class SurveyElementPK
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 elements entity beans and value objects.

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

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

elementId

public java.lang.String elementId
Constructor Detail

SurveyElementPK

public SurveyElementPK()

SurveyElementPK

public SurveyElementPK(java.lang.String elementId)
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.