Package ejava.projects.edmv.bo
Class Person
- java.lang.Object
-
- ejava.projects.edmv.bo.Person
-
- All Implemented Interfaces:
Serializable
@Entity(name="Person") public class Person extends Object implements Serializable
This class provides a sparse _example_ of a person entity that will get populated from the ingested data and inserted into the DB.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getId()
String
getLastName()
private void
setId(long id)
void
setLastName(String lastName)
String
toString()
-
-
-
Field Detail
-
id
private long id
-
lastName
private String lastName
-
-