org.openfjord.business.entities
Class ChoiceElementPK

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

public class ChoiceElementPK
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 choice element entity beans and value objects.

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

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

choiceId

public java.lang.String choiceId
Constructor Detail

ChoiceElementPK

public ChoiceElementPK()

ChoiceElementPK

public ChoiceElementPK(java.lang.String choiceId)
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.