Uses of Class
org.jbpm.test.entity.Person
-
Packages that use Person Package Description org.jbpm.test.entity -
-
Uses of Person in org.jbpm.test.entity
Methods in org.jbpm.test.entity that return Person Modifier and Type Method Description Person
Application. getPerson()
Methods in org.jbpm.test.entity with parameters of type Person Modifier and Type Method Description void
Application. setPerson(Person person)
Constructors in org.jbpm.test.entity with parameters of type Person Constructor Description Application(Long id, String type, Person person)
-