org.tynamo.jpa.sample.domain
Class TestEntity

java.lang.Object
  extended by org.tynamo.jpa.sample.domain.TestEntity

@Entity
public class TestEntity
extends Object

Author:
Piero Sartini

Constructor Summary
TestEntity()
           
 
Method Summary
 long getId()
           
 String getValue()
           
 void setId(long id)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestEntity

public TestEntity()
Method Detail

getId

public long getId()

setId

public void setId(long id)

getValue

public String getValue()

setValue

public void setValue(String value)


Copyright © 2009-2010. All Rights Reserved.