@Entity(name="personEntity") public class Person extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
TABLE_NAME |
| Constructor and Description |
|---|
Person() |
| Modifier and Type | Method and Description |
|---|---|
Address |
getAddress() |
long |
getId() |
String |
getMyName() |
void |
setAddress(Address address) |
void |
setId(long id) |
void |
setMyName(String myName) |
public static final String TABLE_NAME
Copyright © 2014. All rights reserved.