|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PhotocastModule
This is a ROME module that provides support for the "http://www.apple.com/ilife/wallpapers" namespace. See the package information for example usage.
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 |
---|
static final String URI
Method Detail |
---|
Date getPhotoDate()
void setPhotoDate(Date photoDate)
photoDate
- Item level photoDate valueDate getCropDate()
void setCropDate(Date cropDate)
cropDate
- cropDate value for the item levelURL getImageUrl()
void setImageUrl(URL imageUrl)
imageUrl
- The URL of the image.URL getThumbnailUrl()
void setThumbnailUrl(URL thumbnailUrl)
thumbnailUrl
- The URL of the image thumbnail.Metadata getMetadata()
void setMetadata(Metadata metadata)
metadata
- The iPhoto metadata for the image.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |