Class JourneySat.Day
Object
|
+--JourneySat.Day
- class
JourneySat.Day
This class represents a day of the travel.
Defined in travel.js
JourneySat.Day
JourneySat.Day()
equals
boolean equals(<JourneySat.Day> day)
Checks two days for equality
Parameters:
day - The day to compare this one with
Returns:
True if the objects have the same values, false if not
getDate
JourneySat.Date getDate()
Returns the date of the day
getSequence
int getSequence()
Returns the sequence number of the day
setDate
void setDate(<JourneySat.Date> date)
setSequence
void setSequence(<int> sequence)
Sets the sequence number of the day
Parameters:
sequence - The sequence number
toString
String toString()
Converts the day to a String
Returns:
A string representation of the day in the format ,. The date is formatted using the JourneySat.Date.toString method.
Documentation generated by
JSDoc on Thu Oct 20 14:28:29 2005