Package org.jbpm.examples.request
Class Person
- java.lang.Object
-
- org.jbpm.examples.request.Person
-
- All Implemented Interfaces:
Serializable
public class Person extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetAge()StringgetId()StringgetName()voidsetAge(int age)
-