org.hibernate.test.nonflushedchanges
Class TimestampedEntity

java.lang.Object
  extended by org.hibernate.test.nonflushedchanges.TimestampedEntity
All Implemented Interfaces:
Serializable

public class TimestampedEntity
extends Object
implements Serializable

todo: describe TimestampedEntity

See Also:
Serialized Form

Constructor Summary
TimestampedEntity()
           
TimestampedEntity(String id, String name)
           
 
Method Summary
 String getId()
           
 String getName()
           
 Date getTimestamp()
           
 void setId(String id)
           
 void setName(String name)
           
 void setTimestamp(Date timestamp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimestampedEntity

public TimestampedEntity()

TimestampedEntity

public TimestampedEntity(String id,
                         String name)
Method Detail

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.