org.hibernate.test.timestamp
Class Person
java.lang.Object
org.hibernate.test.timestamp.Person
public class Person
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Person
public Person(String name,
Date dob,
String address)
getDob
public Date getDob()
setDob
public void setDob(Date dob)
getName
public String getName()
setName
public void setName(String name)
getCurrentAddress
public String getCurrentAddress()
setCurrentAddress
public void setCurrentAddress(String currentAddress)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.