|
||||||||||
| 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 java.lang.String |
URI
The URI of the namespace. |
| Method Summary | |
|---|---|
java.util.Date |
getCropDate()
Returns the cropDate value from the item level. |
java.net.URL |
getImageUrl()
The URL of the image. |
Metadata |
getMetadata()
The iPhoto metadata for the image. |
java.util.Date |
getPhotoDate()
Returns the Item level photoDate value. |
java.net.URL |
getThumbnailUrl()
The URL of the image thumbnail. |
void |
setCropDate(java.util.Date cropDate)
Sets the cropDate value for the item level. |
void |
setImageUrl(java.net.URL imageUrl)
The URL of the image. |
void |
setMetadata(Metadata metadata)
The iPhoto metadata for the image. |
void |
setPhotoDate(java.util.Date photoDate)
Set the Item level photoDate value. |
void |
setThumbnailUrl(java.net.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 java.lang.String URI
| Method Detail |
|---|
java.util.Date getPhotoDate()
void setPhotoDate(java.util.Date photoDate)
photoDate - Item level photoDate valuejava.util.Date getCropDate()
void setCropDate(java.util.Date cropDate)
cropDate - cropDate value for the item leveljava.net.URL getImageUrl()
void setImageUrl(java.net.URL imageUrl)
imageUrl - The URL of the image.java.net.URL getThumbnailUrl()
void setThumbnailUrl(java.net.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 | |||||||||