public class StormInfo extends Object implements Comparable
Modifier and Type | Field and Description |
---|---|
private String |
basin
_more_
|
private String |
name
_more_
|
private String |
number
_more_
|
private DateTime |
startTime
_more_
|
private String |
stormID
_more_
|
Constructor and Description |
---|
StormInfo()
_more_
|
StormInfo(String id,
DateTime sTime)
_more_
|
StormInfo(String id,
String name,
DateTime sTime)
_more_
|
StormInfo(String id,
String name,
String basin,
String number,
DateTime sTime)
_more_
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Object o)
Compare this object to another.
|
boolean |
equals(Object o)
_more_
|
String |
getBasin()
Get the Basin property.
|
String |
getName()
Get the Name property.
|
String |
getNumber()
Get the Number property.
|
DateTime |
getStartTime()
_more_
|
String |
getStormId()
_more_
|
int |
hashCode()
_more_
|
void |
setBasin(String value)
Set the Basin property.
|
void |
setName(String value)
Set the Name property.
|
void |
setNumber(String value)
Set the Number property.
|
void |
setStartTime(DateTime dt)
_more_
|
void |
setStormId(String id)
_more_
|
String |
toString()
_more_
|
public StormInfo()
public StormInfo(String id, String name, DateTime sTime)
id
- _more_name
- _more_sTime
- _more_public int compareTo(Object o)
compareTo
in interface Comparable
o
- object in question.public void setStormId(String id)
id
- _more_public String getStormId()
public void setStartTime(DateTime dt)
dt
- _more_public DateTime getStartTime()
public void setName(String value)
value
- The new value for Namepublic void setBasin(String value)
value
- The new value for Basinpublic void setNumber(String value)
value
- The new value for Number