org.hibernate.test.readonly
Class StudentDTO

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

public class StudentDTO
extends Object


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

Constructor Detail

StudentDTO

public StudentDTO()
Method Detail

getName

public String getName()

getDescription

public String getDescription()


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