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

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

Uses of PaginationIndex in magoffin.matt.ma2.biz
 

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

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

Methods in magoffin.matt.ma2.biz.impl that return PaginationIndex
 PaginationIndex JAXBDomainObjectFactory.newPaginationIndexInstance()
           
 

Uses of PaginationIndex in magoffin.matt.ma2.domain
 

Methods in magoffin.matt.ma2.domain that return PaginationIndex
 PaginationIndex ObjectFactory.createPaginationIndex()
          Create an instance of PaginationIndex
 PaginationIndex SearchResults.getIndex()
          Gets the value of the index property.
 

Methods in magoffin.matt.ma2.domain with parameters of type PaginationIndex
 void SearchResults.setIndex(PaginationIndex value)
          Sets the value of the index property.