Class StormInfo
java.lang.Object
edu.wisc.ssec.mcidasv.data.cyclone.StormInfo
- All Implemented Interfaces:
Comparable
Created by IntelliJ IDEA. User: yuanho Date: Apr 9, 2008 Time: 4:57:21 PM To
change this template use File | Settings | File Templates.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
Compare this object to another.boolean
_more_getBasin()
Get the Basin property.getName()
Get the Name property.Get the Number property._more__more_int
hashCode()
_more_void
Set the Basin property.void
Set the Name property.void
Set the Number property.void
setStartTime
(DateTime dt) _more_void
setStormId
(String id) _more_toString()
_more_
-
Field Details
-
stormID
_more_ -
name
_more_ -
basin
_more_ -
number
_more_ -
startTime
_more_
-
-
Constructor Details
-
StormInfo
public StormInfo()_more_ -
StormInfo
_more_- Parameters:
id
- _more_sTime
- _more_
-
StormInfo
_more_- Parameters:
id
- _more_name
- _more_sTime
- _more_
-
StormInfo
_more_- Parameters:
id
- _more_name
- _more_basin
- _more_number
- _more_sTime
- _more_
-
-
Method Details
-
compareTo
Compare this object to another.- Specified by:
compareTo
in interfaceComparable
- Parameters:
o
- object in question.- Returns:
- spec from Comparable interface.
-
setStormId
_more_- Parameters:
id
- _more_
-
getStormId
_more_- Returns:
- _more_
-
setStartTime
_more_- Parameters:
dt
- _more_
-
getStartTime
_more_- Returns:
- _more_
-
toString
_more_ -
hashCode
_more_ -
equals
_more_ -
setName
Set the Name property.- Parameters:
value
- The new value for Name
-
getName
Get the Name property.- Returns:
- The Name
-
setBasin
Set the Basin property.- Parameters:
value
- The new value for Basin
-
getBasin
Get the Basin property.- Returns:
- The Basin
-
setNumber
Set the Number property.- Parameters:
value
- The new value for Number
-
getNumber
Get the Number property.- Returns:
- The Number
-