org.hibernate.test.ops
Class TimestampedEntity
java.lang.Object
org.hibernate.test.ops.TimestampedEntity
public class TimestampedEntity
- extends Object
todo: describe TimestampedEntity
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimestampedEntity
public TimestampedEntity()
TimestampedEntity
public TimestampedEntity(String id,
String name)
getId
public String getId()
setId
public void setId(String id)
getName
public String getName()
setName
public void setName(String name)
getTimestamp
public Date getTimestamp()
setTimestamp
public void setTimestamp(Date timestamp)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.