Uses of Class
org.company.thesandbox.domain.Artist

Packages that use Artist
org.company.thesandbox.domain   
 

Uses of Artist in org.company.thesandbox.domain
 

Methods in org.company.thesandbox.domain that return types with arguments of type Artist
 java.util.Set<Artist> RecordImplBase.getContributors()
           
 

Methods in org.company.thesandbox.domain with parameters of type Artist
 void RecordImplBase.addToContributors(Artist element)
          Implements adding single element to a collection.
 void RecordImplBase.removeFromContributors(Artist element)
          Implements removing a single element from a collection.
 



Copyright © 2010. All Rights Reserved.