org.hibernate.ejb.test.callbacks
Class RemoteControl

java.lang.Object
  extended by org.hibernate.ejb.test.callbacks.RemoteControl

@Entity
public class RemoteControl
extends Object


Constructor Summary
RemoteControl()
           
 
Method Summary
 Date getCreationDate()
           
 Integer getId()
           
 void setCreationDate(Date creationDate)
           
 void setId(Integer id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteControl

public RemoteControl()
Method Detail

getCreationDate

public Date getCreationDate()

setCreationDate

public void setCreationDate(Date creationDate)

getId

public Integer getId()

setId

public void setId(Integer id)


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