public class WeatherEvent extends Object
Constructor and Description |
---|
WeatherEvent() |
WeatherEvent(Date date,
String description) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Date |
getDate() |
String |
getDescription() |
int |
hashCode() |
void |
setDate(Date date) |
void |
setDescription(String description) |
Copyright © 2017 – 2022 Eclipse Foundation. All rights reserved.
Use is subject to license terms.