Hilbert II - Version 0.01.09

Uses of Interface
org.qedeq.kernel.base.module.Location

Packages that use Location
org.qedeq.kernel.base.module The main funtionalities of qedeq modules are described here. 
org.qedeq.kernel.bo.module Business objects for qedeq modules. 
org.qedeq.kernel.dto.module Value objects for qedeq modules.  
 

Uses of Location in org.qedeq.kernel.base.module
 

Methods in org.qedeq.kernel.base.module that return Location
 Location LocationList.get(int index)
          Get index-th element of list.
 

Uses of Location in org.qedeq.kernel.bo.module
 

Classes in org.qedeq.kernel.bo.module that implement Location
 class LocationBo
          Describes the "physical" directory location for a module.
 

Methods in org.qedeq.kernel.bo.module that return Location
 Location LocationListBo.get(int index)
           
 

Methods in org.qedeq.kernel.bo.module with parameters of type Location
 void LocationListBo.add(Location location)
          Add location to this list.
 

Uses of Location in org.qedeq.kernel.dto.module
 

Classes in org.qedeq.kernel.dto.module that implement Location
 class LocationVo
          Describes the "physical" directory location for a module.
 

Methods in org.qedeq.kernel.dto.module that return Location
 Location LocationListVo.get(int index)
           
 

Methods in org.qedeq.kernel.dto.module with parameters of type Location
 void LocationListVo.add(Location location)
          Add location to list.
 


Hilbert II - Version 0.01.09

©left GNU General Public Licence
All Rights Reserved.