org.hibernate.test.querycache
Class StudentDTO

java.lang.Object
  extended by org.hibernate.test.querycache.StudentDTO

public class StudentDTO
extends Object


Constructor Summary
StudentDTO()
           
StudentDTO(PersonName name)
           
StudentDTO(PersonName name, String description)
           
 
Method Summary
 boolean equals(Object o)
           
 String getDescription()
           
 PersonName getName()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StudentDTO

public StudentDTO()

StudentDTO

public StudentDTO(PersonName name)

StudentDTO

public StudentDTO(PersonName name,
                  String description)
Method Detail

getName

public PersonName getName()

getDescription

public String getDescription()

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.