public class WeatherForecastLookup
extends java.lang.Object
Constructor and Description |
---|
WeatherForecastLookup() |
WeatherForecastLookup(java.util.Date start,
java.util.Date end,
WeatherForecastType type,
WeatherAddress addr) |
Modifier and Type | Method and Description |
---|---|
WeatherAddress |
getAddress() |
java.util.Date |
getEnd() |
java.util.Date |
getStart() |
WeatherForecastType |
getType() |
boolean |
hasLookupData() |
void |
setAddress(WeatherAddress address) |
void |
setEnd(java.util.Date end) |
void |
setStart(java.util.Date start) |
void |
setType(WeatherForecastType type) |
public WeatherForecastLookup()
public WeatherForecastLookup(java.util.Date start, java.util.Date end, WeatherForecastType type, WeatherAddress addr)
public java.util.Date getStart()
public void setStart(java.util.Date start)
public java.util.Date getEnd()
public void setEnd(java.util.Date end)
public WeatherForecastType getType()
public void setType(WeatherForecastType type)
public WeatherAddress getAddress()
public void setAddress(WeatherAddress address)
public boolean hasLookupData()