org.hibernate.ejb.test.util
Class Sickness.PK

java.lang.Object
  extended by org.hibernate.ejb.test.util.Sickness.PK
All Implemented Interfaces:
Serializable
Enclosing class:
Sickness

public static class Sickness.PK
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Sickness.PK()
           
 
Method Summary
 boolean equals(Object o)
           
 String getClassification()
           
 String getType()
           
 int hashCode()
           
 void setClassification(String classification)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sickness.PK

public Sickness.PK()
Method Detail

getType

public String getType()

setType

public void setType(String type)

getClassification

public String getClassification()

setClassification

public void setClassification(String classification)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.