Package org.jbpm.test.entity
Class Person
- java.lang.Object
-
- org.jbpm.test.entity.Person
-
- All Implemented Interfaces:
Serializable
@Entity public class Person extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getFullName()
Long
getId()
int
hashCode()
void
setFullName(String fullName)
void
setId(Long id)
-