Uses of Interface
magoffin.matt.ma2.domain.PosterSearchResult

Packages that use PosterSearchResult
magoffin.matt.ma2.biz   
magoffin.matt.ma2.biz.impl   
magoffin.matt.ma2.domain   
 

Uses of PosterSearchResult in magoffin.matt.ma2.biz
 

Methods in magoffin.matt.ma2.biz that return PosterSearchResult
 PosterSearchResult DomainObjectFactory.newPosterSearchResultInstance()
          Get a new PosterSearchResult instance.
 

Uses of PosterSearchResult in magoffin.matt.ma2.biz.impl
 

Methods in magoffin.matt.ma2.biz.impl that return PosterSearchResult
 PosterSearchResult JAXBDomainObjectFactory.newPosterSearchResultInstance()
           
 

Uses of PosterSearchResult in magoffin.matt.ma2.domain
 

Methods in magoffin.matt.ma2.domain that return PosterSearchResult
 PosterSearchResult ObjectFactory.createPosterSearchResult()
          Create an instance of PosterSearchResult
 PosterSearchResult AlbumSearchResult.getSearchPoster()
          Gets the value of the searchPoster property.
 

Methods in magoffin.matt.ma2.domain with parameters of type PosterSearchResult
 void AlbumSearchResult.setSearchPoster(PosterSearchResult value)
          Sets the value of the searchPoster property.