org.rometools.feed.module.photocast
Interface PhotocastModule

All Superinterfaces:
Cloneable, com.sun.syndication.feed.CopyFrom, com.sun.syndication.feed.module.Module, Serializable
All Known Implementing Classes:
PhotocastModuleImpl

public interface PhotocastModule
extends com.sun.syndication.feed.module.Module

This is a ROME module that provides support for the "http://www.apple.com/ilife/wallpapers" namespace. See the package information for example usage.

Author:
Robert "kebernet" Cooper

Field Summary
static String URI
          The URI of the namespace.
 
Method Summary
 Date getCropDate()
          Returns the cropDate value from the item level.
 URL getImageUrl()
          The URL of the image.
 Metadata getMetadata()
          The iPhoto metadata for the image.
 Date getPhotoDate()
          Returns the Item level photoDate value.
 URL getThumbnailUrl()
          The URL of the image thumbnail.
 void setCropDate(Date cropDate)
          Sets the cropDate value for the item level.
 void setImageUrl(URL imageUrl)
          The URL of the image.
 void setMetadata(Metadata metadata)
          The iPhoto metadata for the image.
 void setPhotoDate(Date photoDate)
          Set the Item level photoDate value.
 void setThumbnailUrl(URL thumbnailUrl)
          The URL of the image thumbnail.
 
Methods inherited from interface com.sun.syndication.feed.module.Module
clone, getUri
 
Methods inherited from interface com.sun.syndication.feed.CopyFrom
copyFrom, getInterface
 

Field Detail

URI

static final String URI
The URI of the namespace. ("http://www.apple.com/ilife/wallpapers")

See Also:
Constant Field Values
Method Detail

getPhotoDate

Date getPhotoDate()
Returns the Item level photoDate value.

Returns:
Returns the Item level photoDate value.

setPhotoDate

void setPhotoDate(Date photoDate)
Set the Item level photoDate value.

Parameters:
photoDate - Item level photoDate value

getCropDate

Date getCropDate()
Returns the cropDate value from the item level.

Returns:
Item level cropDate value

setCropDate

void setCropDate(Date cropDate)
Sets the cropDate value for the item level.

Parameters:
cropDate - cropDate value for the item level

getImageUrl

URL getImageUrl()
The URL of the image.

Returns:
The URL of the image.

setImageUrl

void setImageUrl(URL imageUrl)
The URL of the image.

Parameters:
imageUrl - The URL of the image.

getThumbnailUrl

URL getThumbnailUrl()
The URL of the image thumbnail.

Returns:
The URL of the image thumbnail.

setThumbnailUrl

void setThumbnailUrl(URL thumbnailUrl)
The URL of the image thumbnail.

Parameters:
thumbnailUrl - The URL of the image thumbnail.

getMetadata

Metadata getMetadata()
The iPhoto metadata for the image.

Returns:
The iPhoto metadata for the image.

setMetadata

void setMetadata(Metadata metadata)
The iPhoto metadata for the image.

Parameters:
metadata - The iPhoto metadata for the image.


Copyright © 2013 ROME Project. All Rights Reserved.