edu.wisc.ssec.mcidasv.data.cyclone
Class Way

java.lang.Object
  extended by edu.wisc.ssec.mcidasv.data.cyclone.Way
All Implemented Interfaces:
Comparable

public class Way
extends Object
implements Comparable

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

OBSERVATION

public static final Way OBSERVATION
_more_


id

private String id
_more_


name

private String name
_more_

Constructor Detail

Way

public Way()
_more_


Way

public Way(String id)
_more_

Parameters:
id - _more_

Way

public Way(String id,
           String name)
_more_

Parameters:
id - _more_
name - _more_
Method Detail

isObservation

public boolean isObservation()
_more_

Returns:
_more_

setId

public void setId(String id)
_more_

Parameters:
id - _more_

getId

public String getId()
_more_

Returns:
_more_

toString

public String toString()
_more_

Overrides:
toString in class Object
Returns:
_more_

hashCode

public int hashCode()
_more_

Overrides:
hashCode in class Object
Returns:
_more_

equals

public boolean equals(Object o)
_more_

Overrides:
equals in class Object
Parameters:
o - _more_
Returns:
_more_

setName

public void setName(String value)
Set the Name property.

Parameters:
value - The new value for Name

getName

public String getName()
Get the Name property.

Returns:
The Name

compareTo

public int compareTo(Object o)
_more_

Specified by:
compareTo in interface Comparable
Parameters:
o - _more_
Returns:
_more_