|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.webalgorithm.weather.vo.BarometerVO
Description: Barometer reading
Copyright: Copyright (c) 2003
Company: WebAlgorithm, Inc
Field Summary | |
private java.lang.String |
description
description of pressure effect. |
private java.lang.Float |
pressure
pressure in inches |
Constructor Summary | |
BarometerVO()
|
Method Summary | |
java.lang.String |
getDescription()
Retrieves description of pressure |
java.lang.Float |
getPressure()
Retrieves barometer pressure |
void |
setDescription(java.lang.String description)
Sets the pressure description |
void |
setPressure(java.lang.Float pressure)
Sets barometer pressure |
java.lang.String |
toString()
This method is usefull for debugging, it returns a formatted barometer information, which is easy to read |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private java.lang.Float pressure
private java.lang.String description
Constructor Detail |
public BarometerVO()
Method Detail |
public java.lang.Float getPressure()
public void setPressure(java.lang.Float pressure)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- pressure descriptionpublic java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |