jBPM distribution 6.0.0.Alpha9

org.jbpm.examples.request
Class Person

java.lang.Object
  extended by org.jbpm.examples.request.Person

public class Person
extends Object


Constructor Summary
Person(String id, String name)
           
 
Method Summary
 int getAge()
           
 String getId()
           
 String getName()
           
 void setAge(int age)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Person

public Person(String id,
              String name)
Method Detail

getId

public String getId()

getName

public String getName()

getAge

public int getAge()

setAge

public void setAge(int age)

jBPM distribution 6.0.0.Alpha9

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.