Uses of Class
jaxx.demo.validation.model.People

Packages that use People
jaxx.demo.validation.model   
 

Uses of People in jaxx.demo.validation.model
 

Fields in jaxx.demo.validation.model with type parameters of type People
protected  List<People> Movie.actors
           
 

Methods in jaxx.demo.validation.model that return types with arguments of type People
 List<People> Movie.getActors()
           
 

Methods in jaxx.demo.validation.model with parameters of type People
 void Movie.addActor(People actor)
           
 

Method parameters in jaxx.demo.validation.model with type arguments of type People
 void Movie.setActors(List<People> actors)
           
 



Copyright © 2008-2011 CodeLutin. All Rights Reserved.