org.hibernate.ejb.test.callbacks
Class Translation

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

@Entity
public class Translation
extends Object


Constructor Summary
Translation()
           
 
Method Summary
 Integer getId()
           
 String getInto()
           
 void setId(Integer id)
           
 void setInto(String into)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Translation

public Translation()
Method Detail

getId

public Integer getId()

setId

public void setId(Integer id)

getInto

public String getInto()

setInto

public void setInto(String into)


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