| ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
WeatherContainer is a container for keeping track of the weather for a
certain date
Field Summary | |
private Date | date |
private String | description |
private int | highTemp |
private int | highWind |
private int | lowTemp |
private int | lowWind |
private String | type |
private String | windDirection |
Constructor Summary | |
WeatherContainer() The constructor for a certain weather includes all the facts about that weather. |
Method Summary | |
Date | getDate() This method gets the date for this weather |
String | getDescription() This method gets the description for this weather |
int | getHighTemp() This method gets the highest temperature for this weather |
int | getHighWind() This method gets the highest wind for this weather |
int | getLowTemp() This method gets the lowest temerature for this weather |
int | getLowWind() This method gets the lowest wind for this weather |
String | getType() This method gets the type for this weather |
String | getWindDirection() This method gets the wind direction for this weather |
void | setDate(Date date) This method sets a new date to this weather |
void | setDescription(String description) This method sets a new description to this weather |
void | setHighTemp(int highTemp) This method sets a new highest temperature to this weather |
void | setHighWind(int highWind) This method sets a new highest wind to this weather |
void | setLowTemp(int lowTemp) This method sets a new lowest temerature to this weather |
void | setLowWind(int lowWind) This method sets a new lowest wind to this weather |
void | setType(String type) This method sets a new type to this weather |
void | setWindDirection(String windDirection) This method sets a new wind direction to this weather |
Field Detail |
private Date date
private String description
private int highTemp
private int highWind
private int lowTemp
private int lowWind
private String type
private String windDirection
Constructor Detail |
public WeatherContainer()
Method Detail |
public Date getDate()
public String getDescription()
public int getHighTemp()
public int getHighWind()
public int getLowTemp()
public int getLowWind()
public String getType()
public String getWindDirection()
public void setDate(Date date)
public void setDescription(String description)
public void setHighTemp(int highTemp)
public void setHighWind(int highWind)
public void setLowTemp(int lowTemp)
public void setLowWind(int lowWind)
public void setType(String type)
public void setWindDirection(String windDirection)
Association Links |
to Class java.lang.String
to Class java.lang.String
to Class java.lang.String
| ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |