org.hibernate.test.annotations.various
Class DBTimestamped

java.lang.Object
  extended by org.hibernate.test.annotations.various.DBTimestamped

@Entity
public class DBTimestamped
extends Object


Constructor Summary
DBTimestamped()
           
 
Method Summary
 int getId()
           
 Date getLastUpdate()
           
 void setId(int id)
           
 void setLastUpdate(Date lastUpdate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBTimestamped

public DBTimestamped()
Method Detail

getId

public int getId()

setId

public void setId(int id)

getLastUpdate

public Date getLastUpdate()

setLastUpdate

public void setLastUpdate(Date lastUpdate)


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