|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.wisc.ssec.mcidasv.data.cyclone.StormInfo
public class StormInfo
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 | |
---|---|
private String |
basin
_more_ |
private String |
name
_more_ |
private String |
number
_more_ |
private DateTime |
startTime
_more_ |
private String |
stormID
_more_ |
Constructor Summary | |
---|---|
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_ |
Method Summary | |
---|---|
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_ |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private String stormID
private String name
private String basin
private String number
private DateTime startTime
Constructor Detail |
---|
public StormInfo()
public StormInfo(String id, DateTime sTime)
id
- _more_sTime
- _more_public StormInfo(String id, String name, DateTime sTime)
id
- _more_name
- _more_sTime
- _more_public StormInfo(String id, String name, String basin, String number, DateTime sTime)
id
- _more_name
- _more_basin
- _more_number
- _more_sTime
- _more_Method Detail |
---|
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 String toString()
toString
in class Object
public int hashCode()
hashCode
in class Object
public boolean equals(Object o)
equals
in class Object
o
- _more_
public void setName(String value)
value
- The new value for Namepublic String getName()
public void setBasin(String value)
value
- The new value for Basinpublic String getBasin()
public void setNumber(String value)
value
- The new value for Numberpublic String getNumber()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |