com.webalgorithm.weather.vo
Class UltravioletVO

java.lang.Object
  |
  +--com.webalgorithm.weather.vo.UltravioletVO
All Implemented Interfaces:
java.io.Serializable

public class UltravioletVO
extends java.lang.Object
implements java.io.Serializable

Description: Ultraviolet index information

Copyright: Copyright (c) 2003

Company: WebAlgorithm, Inc

Version:
1.0
See Also:
Serialized Form

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

index

private java.lang.Integer index
UV index value


description

private java.lang.String description
UV index value description

Constructor Detail

UltravioletVO

public UltravioletVO()
Method Detail

getIndex

private java.lang.Integer getIndex()

setIndex

public void setIndex(java.lang.Integer index)

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String description)

toString

public java.lang.String toString()
This method is usefull for debugging, it returns a formatted ultraviolet information, which is easy to read

Overrides:
toString in class java.lang.Object
Returns:


Copyright © 2003 WebAlgorithm, Inc All Rights Reserved.