org.hibernate.test.annotations.various
Class VMTimestamped

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

@Entity
public class VMTimestamped
extends Object


Constructor Summary
VMTimestamped()
           
 
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

VMTimestamped

public VMTimestamped()
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.