Uses of Class
com.ltu.smd116.containers.HotSpotContainer

Packages that use HotSpotContainer
com.ltu.smd116.beans 
com.ltu.smd116.bl.boatmap 
com.ltu.smd116.containers 
com.ltu.smd116.dbp 

Uses of HotSpotContainer in com.ltu.smd116.beans
 

Methods in com.ltu.smd116.beans that return HotSpotContainer
HotSpotContainerBoatMapBean.topClickToHotSpot(int x, int y)
          
 

Methods in com.ltu.smd116.beans with parameters of type HotSpotContainer
voidBoatMapBean.setTarget(HotSpotContainer hs)
          set the destination of the HotSpotpath
 

Uses of HotSpotContainer in com.ltu.smd116.bl.boatmap
 

Fields in com.ltu.smd116.bl.boatmap declared as HotSpotContainer
private HotSpotContainerBLPath.start
          
private HotSpotContainerBLPath.stop
          
 

Constructors in com.ltu.smd116.bl.boatmap with parameters of type HotSpotContainer
BLPath.BLPath(HotSpotContainer start, HotSpotContainer stop)
          Constructs a path
 

Methods in com.ltu.smd116.bl.boatmap that return HotSpotContainer
HotSpotContainerBLBoatMap.getHotSpotAt(int x, int y, int floor)
          
 

Uses of HotSpotContainer in com.ltu.smd116.containers
 

Fields in com.ltu.smd116.containers declared as HotSpotContainer
private HotSpotContainerResultContainer.hotspot
          The hotspot contains the coordinates for
the hotspot
 

Constructors in com.ltu.smd116.containers with parameters of type HotSpotContainer
ResultContainer.ResultContainer(String name, HotSpotContainer hotspot, String info, int bookingId)
          Constructs a ResultContainer with
 

Methods in com.ltu.smd116.containers that return HotSpotContainer
HotSpotContainerResultContainer.getHotspot()
          This method gets the hotspot
 

Uses of HotSpotContainer in com.ltu.smd116.dbp
 

Methods in com.ltu.smd116.dbp that return HotSpotContainer
HotSpotContainerDBHotSpot.getHotSpot(int x, int y, int floor)
          Get a hotspot given the position.
HotSpotContainerDBHotSpot.getHotSpot(int id)
          Get a hotspot given the id.
 

Methods in com.ltu.smd116.dbp with parameters of type HotSpotContainer
voidDBHotSpot.addHotSpot(HotSpotContainer hs)
          Add a new hotspot.
voidDBHotSpot.removeHotSpot(HotSpotContainer hs)
          Remove a HotSpot.
voidDBHotSpot.updateHotSpot(HotSpotContainer hs)
          Updates the the hotspot in the db when you moved it.