Class JourneySat.Place

Object
   |
   +--JourneySat.Place

class JourneySat.Place


This class represents a place visited in the travel.
Defined in travel.js


Constructor Summary
JourneySat.Place ()
           
 
Method Summary
 boolean equals(<JourneySat.Place> place)
           Checks two places for equality.
 String getDescription()
           Returns the description of the place.
 double getLat()
           Returns the latitude of the place
 double getLng()
           Returns the longitude of the place
 String getName()
           Returns the name of the place
 int getSequence()
           Returns the sequence number of the place
 int getZoomLevel()
           Returns the zoomLevel of the place
 void setAll(<int> sequence, <String> name, <double> lat, <double> lng, <String> description, <int> zoom)
           Sets all the attributes of the place
 void setDescription(<String> description)
           Sets the description of the place
 void setLat(lat)
           Sets the latitude of the place
 void setLng(lng)
           Sets the longitude of the place
 void setName(<String> name)
           Sets the name of the place
 void setSequence(<int> sequence)
           Sets the sequence number of the place
 void setZoomLevel(<int> zoomLevel)
           Sets the zoomLevel of the place
 String toString()
           Converts a place to a String

Constructor Detail

JourneySat.Place

JourneySat.Place()

Method Detail

equals

boolean equals(<JourneySat.Place> place)

getDescription

String getDescription()

getLat

double getLat()

getLng

double getLng()

getName

String getName()

getSequence

int getSequence()

getZoomLevel

int getZoomLevel()

setAll

void setAll(<int> sequence, <String> name, <double> lat, <double> lng, <String> description, <int> zoom)

setDescription

void setDescription(<String> description)

setLat

void setLat(lat)

setLng

void setLng(lng)

setName

void setName(<String> name)

setSequence

void setSequence(<int> sequence)

setZoomLevel

void setZoomLevel(<int> zoomLevel)

toString

String toString()


Documentation generated by JSDoc on Thu Oct 20 14:28:29 2005