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 booleanequals(Object obj)StringgetFullName()LonggetId()inthashCode()voidsetFullName(String fullName)voidsetId(Long id)
-