Uses of Class
org.LexGrid.LexBIG.cagrid.LexEVSGridService.Sort.stubs.EqualsRequestObj

Packages that use EqualsRequestObj
org.LexGrid.LexBIG.cagrid.LexEVSGridService.Sort.stubs   
 

Uses of EqualsRequestObj in org.LexGrid.LexBIG.cagrid.LexEVSGridService.Sort.stubs
 

Fields in org.LexGrid.LexBIG.cagrid.LexEVSGridService.Sort.stubs declared as EqualsRequestObj
private  EqualsRequestObj EqualsRequest.obj
           
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.Sort.stubs that return EqualsRequestObj
 EqualsRequestObj EqualsRequest.getObj()
          Gets the obj value for this EqualsRequest.
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.Sort.stubs with parameters of type EqualsRequestObj
 void EqualsRequest.setObj(EqualsRequestObj obj)
          Sets the obj value for this EqualsRequest.
 

Constructors in org.LexGrid.LexBIG.cagrid.LexEVSGridService.Sort.stubs with parameters of type EqualsRequestObj
EqualsRequest(EqualsRequestObj obj)