| ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
com.ltu.smd116.misc.SortableItem
|
+--com.ltu.smd116.containers.SortableContainer
|
+--com.ltu.smd116.containers.ResultContainer
This class describes a ResultContainer which contains
the result of a search
| Field Summary | |
private int | bookingIdA bookingId that is used for booking activities |
private HotSpotContainer | hotspotThe hotspot contains the coordinates for the hotspot |
private String | infoA String that contains the information of a place at the CruiseLiner |
private String | nameThe name of the place at the CruiseLiner |
| Constructor Summary | |
ResultContainer(String name, HotSpotContainer hotspot, String info, int bookingId)Constructs a ResultContainer with | |
| Method Summary | |
int | getBookingId()This method gets the bookingId for booking activities at the CruiseLiner |
HotSpotContainer | getHotspot()This method gets the hotspot |
String | getInfo()This method gets the info of the place at the CruiseLiner |
String | getName()This method gets the name of the place at the CruiseLiner |
| Methods inherited from class com.ltu.smd116.containers.SortableContainer |
compare, getElement, getId, setId |
| Field Detail |
private int bookingId
private HotSpotContainer hotspot
private String info
private String name
| Constructor Detail |
public ResultContainer(String name, HotSpotContainer hotspot, String info, int bookingId)
| Method Detail |
public int getBookingId()
public HotSpotContainer getHotspot()
public String getInfo()
public String getName()
| Association Links |
to Class com.ltu.smd116.containers.HotSpotContainer
to Class java.lang.String
| ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||