Class JourneySat.Day

Object
   |
   +--JourneySat.Day

class JourneySat.Day


This class represents a day of the travel.
Defined in travel.js


Constructor Summary
JourneySat.Day ()
           
 
Method Summary
 boolean equals(<JourneySat.Day> day)
           Checks two days for equality
 JourneySat.Date getDate()
           Returns the date of the day
 int getSequence()
           Returns the sequence number of the day
 void setDate(<JourneySat.Date> date)
           Sets the date of the day
 void setSequence(<int> sequence)
           Sets the sequence number of the day
 String toString()
           Converts the day to a String

Constructor Detail

JourneySat.Day

JourneySat.Day()

Method Detail

equals

boolean equals(<JourneySat.Day> day)

getDate

JourneySat.Date getDate()

getSequence

int getSequence()

setDate

void setDate(<JourneySat.Date> date)

setSequence

void setSequence(<int> sequence)

toString

String toString()


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