Serialized Form


Package org.jasig.portlet.weather

Class org.jasig.portlet.weather.DuplicateLocationException extends org.springframework.dao.DataIntegrityViolationException implements Serializable

serialVersionUID: 1L


Package org.jasig.portlet.weather.domain

Class org.jasig.portlet.weather.domain.Current extends Object implements Serializable

serialVersionUID: 2204725860007975876L

Serialized Fields

temperature

Integer temperature

condition

String condition

windSpeed

Double windSpeed

windDirection

String windDirection

humidity

Double humidity

pressure

Double pressure

imgName

String imgName

imgUrl

String imgUrl

Class org.jasig.portlet.weather.domain.Forecast extends Object implements Serializable

serialVersionUID: 7114826846843647795L

Serialized Fields

day

String day

highTemperature

Integer highTemperature

lowTemperature

Integer lowTemperature

condition

String condition

imgName

String imgName

imgUrl

String imgUrl

Class org.jasig.portlet.weather.domain.Location extends Object implements Serializable

serialVersionUID: -4301186984139190062L

Serialized Fields

locationCode

String locationCode

city

String city

stateOrCountry

String stateOrCountry

latitude

Double latitude

longitude

Double longitude

Class org.jasig.portlet.weather.domain.Weather extends Object implements Serializable

serialVersionUID: -3036893410887609714L

Serialized Fields

currentWeather

Current currentWeather

location

Location location

forecast

Collection<E> forecast

pressureUnit

String pressureUnit

temperatureUnit

String temperatureUnit

windUnit

String windUnit

moreInformationLink

String moreInformationLink



Copyright © 2011 Jasig. All Rights Reserved.