org.openfjord.business.entities
Class QuestionPK

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

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

Title: openFJORD

Description: open Flexible Java Online Research Designer

Copyright: Copyright (c) Michael Lange, Christian Seel

Company: University of Muenster


Primkary key class for question entity beans and value objects.

Version:
1.0
Author:
Michael Lange, Christian Seel
See Also:
Serialized Form

Field Summary
 java.lang.String questionId
           
 
Constructor Summary
QuestionPK()
           
QuestionPK(java.lang.String questionId)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 java.lang.String toString()
          Returns the PK as String
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

questionId

public java.lang.String questionId
Constructor Detail

QuestionPK

public QuestionPK()

QuestionPK

public QuestionPK(java.lang.String questionId)
Method Detail

toString

public java.lang.String toString()
Returns the PK as String

Overrides:
toString in class java.lang.Object
Returns:
PK as String

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.