org.tynamo.jpa.sample.domain
Class TestEntity
java.lang.Object
org.tynamo.jpa.sample.domain.TestEntity
@Entity
public class TestEntity
- extends Object
- Author:
- Piero Sartini
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestEntity
public TestEntity()
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.