com.khubla.pragmatach.examples.ebeanexample.pojo
Class MyExamplePOJO

java.lang.Object
  extended by com.khubla.pragmatach.examples.ebeanexample.pojo.MyExamplePOJO

@Entity
public class MyExamplePOJO
extends Object

Author:
tome

Field Summary
static EBeanDAO<MyExamplePOJO,Long> dao
          an EBean DAO for MyExamplePOJOs
 
Constructor Summary
MyExamplePOJO()
           
 
Method Summary
 Long getId()
           
 String getName()
           
 void setId(Long id)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dao

public static EBeanDAO<MyExamplePOJO,Long> dao
an EBean DAO for MyExamplePOJOs

Constructor Detail

MyExamplePOJO

public MyExamplePOJO()
Method Detail

getId

public Long getId()

getName

public String getName()

setId

public void setId(Long id)

setName

public void setName(String name)


Copyright © 2014 khubla.com. All rights reserved.