|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.webalgorithm.weather.vo.UltravioletVO
Description: Ultraviolet index information
Copyright: Copyright (c) 2003
Company: WebAlgorithm, Inc
Field Summary | |
private java.lang.String |
description
UV index value description |
private java.lang.Integer |
index
UV index value |
Constructor Summary | |
UltravioletVO()
|
Method Summary | |
java.lang.String |
getDescription()
|
private java.lang.Integer |
getIndex()
|
void |
setDescription(java.lang.String description)
|
void |
setIndex(java.lang.Integer index)
|
java.lang.String |
toString()
This method is usefull for debugging, it returns a formatted ultraviolet 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.Integer index
private java.lang.String description
Constructor Detail |
public UltravioletVO()
Method Detail |
private java.lang.Integer getIndex()
public void setIndex(java.lang.Integer index)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public 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 |