org.rometools.feed.module.yahooweather
Interface YWeatherEntryModule

All Superinterfaces:
Cloneable, com.sun.syndication.feed.CopyFrom, com.sun.syndication.feed.module.Module, Serializable, YWeatherModule
All Known Subinterfaces:
YWeatherModuleImpl.CopyFromInterface
All Known Implementing Classes:
YWeatherModuleImpl

public interface YWeatherEntryModule
extends YWeatherModule

An interface describing the entry/item level data for Yahoo Weather.

Version:
$Id: YWeatherEntryModule.java,v 1.2 2008/01/22 14:50:06 kebernet Exp $
Author:
Robert "kebernet" Cooper

Field Summary
 
Fields inherited from interface org.rometools.feed.module.yahooweather.YWeatherModule
URI
 
Method Summary
 Condition getCondition()
          The current conditions.
 Forecast[] getForecasts()
          Forecasts for this location.
 void setCondition(Condition condition)
          The current conditions.
 void setForecasts(Forecast[] forecasts)
          Forecasts for this location.
 
Methods inherited from interface com.sun.syndication.feed.module.Module
clone, getUri
 
Methods inherited from interface com.sun.syndication.feed.CopyFrom
copyFrom, getInterface
 

Method Detail

getCondition

Condition getCondition()
The current conditions.

Returns:
The current conditions.

setCondition

void setCondition(Condition condition)
The current conditions.

Parameters:
condition - The current conditions.

getForecasts

Forecast[] getForecasts()
Forecasts for this location.

Returns:
Forecasts for this location.

setForecasts

void setForecasts(Forecast[] forecasts)
Forecasts for this location.

Parameters:
forecasts - Forecasts for this location.


Copyright © 2013 ROME Project. All Rights Reserved.