org.openfjord.business.entities
Class SurveyOwnerPK

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

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

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

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

ownerId

public java.lang.String ownerId
Constructor Detail

SurveyOwnerPK

public SurveyOwnerPK()

SurveyOwnerPK

public SurveyOwnerPK(java.lang.String ownerId)
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.