|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.wisc.ssec.mcidasv.data.cyclone.Way
public class Way
Created by IntelliJ IDEA. User: yuanho Date: Apr 9, 2008 Time: 4:57:38 PM To change this template use File | Settings | File Templates.
Field Summary | |
---|---|
private String |
id
_more_ |
private String |
name
_more_ |
static Way |
OBSERVATION
_more_ |
Constructor Summary | |
---|---|
Way()
_more_ |
|
Way(String id)
_more_ |
|
Way(String id,
String name)
_more_ |
Method Summary | |
---|---|
int |
compareTo(Object o)
_more_ |
boolean |
equals(Object o)
_more_ |
String |
getId()
_more_ |
String |
getName()
Get the Name property. |
int |
hashCode()
_more_ |
boolean |
isObservation()
_more_ |
void |
setId(String id)
_more_ |
void |
setName(String value)
Set the Name property. |
String |
toString()
_more_ |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final Way OBSERVATION
private String id
private String name
Constructor Detail |
---|
public Way()
public Way(String id)
id
- _more_public Way(String id, String name)
id
- _more_name
- _more_Method Detail |
---|
public boolean isObservation()
public void setId(String id)
id
- _more_public String getId()
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 int compareTo(Object o)
compareTo
in interface Comparable
o
- _more_
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |