org.hibernate.test.collection.set
Class Child

java.lang.Object
  extended by org.hibernate.test.collection.set.Child

public class Child
extends Object

todo: describe Child


Constructor Summary
Child()
           
Child(String name)
           
 
Method Summary
 boolean equals(Object o)
           
 String getDescription()
           
 String getName()
           
 Parent getParent()
           
 int hashCode()
           
 void setDescription(String description)
           
 void setName(String name)
           
 void setParent(Parent parent)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Child

public Child()

Child

public Child(String name)
Method Detail

getName

public String getName()

setName

public void setName(String name)

getParent

public Parent getParent()

setParent

public void setParent(Parent parent)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

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.