Uses of Class
movie.ex8.model.Contribution

Packages that use Contribution
movie.ex8.model   
 

Uses of Contribution in movie.ex8.model
 

Fields in movie.ex8.model with type parameters of type Contribution
private  java.util.Set<Contribution> Movie.contributions
           
 

Methods in movie.ex8.model that return types with arguments of type Contribution
 java.util.Set<Contribution> Movie.getContributions()
           
 

Methods in movie.ex8.model with parameters of type Contribution
 Movie Movie.addContribution(Contribution contribution)
           
 

Method parameters in movie.ex8.model with type arguments of type Contribution
 void Movie.setContributions(java.util.Set<Contribution> contributions)