|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rometools.feed.module.photocast.PhotocastModuleImpl
public class PhotocastModuleImpl
| Field Summary |
|---|
| Fields inherited from interface org.rometools.feed.module.photocast.PhotocastModule |
|---|
URI |
| Constructor Summary | |
|---|---|
PhotocastModuleImpl()
Creates a new instance of PhotocastModuleImpl |
|
| Method Summary | |
|---|---|
Object |
clone()
|
void |
copyFrom(com.sun.syndication.feed.CopyFrom obj)
|
boolean |
equals(Object obj)
|
Date |
getCropDate()
Returns the cropDate value from the item level. |
URL |
getImageUrl()
The URL of the image. |
Class |
getInterface()
|
Metadata |
getMetadata()
The iPhoto metadata for the image. |
Date |
getPhotoDate()
Returns the Item level photoDate value. |
URL |
getThumbnailUrl()
The URL of the image thumbnail. |
String |
getUri()
|
int |
hashCode()
|
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. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PhotocastModuleImpl()
| Method Detail |
|---|
public Date getPhotoDate()
PhotocastModule
getPhotoDate in interface PhotocastModulepublic void setPhotoDate(Date photoDate)
PhotocastModule
setPhotoDate in interface PhotocastModulephotoDate - Item level photoDate valuepublic Date getCropDate()
PhotocastModule
getCropDate in interface PhotocastModulepublic void setCropDate(Date cropDate)
PhotocastModule
setCropDate in interface PhotocastModulecropDate - cropDate value for the item levelpublic URL getImageUrl()
PhotocastModule
getImageUrl in interface PhotocastModulepublic void setImageUrl(URL imageUrl)
PhotocastModule
setImageUrl in interface PhotocastModuleimageUrl - The URL of the image.public URL getThumbnailUrl()
PhotocastModule
getThumbnailUrl in interface PhotocastModulepublic void setThumbnailUrl(URL thumbnailUrl)
PhotocastModule
setThumbnailUrl in interface PhotocastModulethumbnailUrl - The URL of the image thumbnail.public Metadata getMetadata()
PhotocastModule
getMetadata in interface PhotocastModulepublic void setMetadata(Metadata metadata)
PhotocastModule
setMetadata in interface PhotocastModulemetadata - The iPhoto metadata for the image.public void copyFrom(com.sun.syndication.feed.CopyFrom obj)
copyFrom in interface com.sun.syndication.feed.CopyFrompublic Object clone()
clone in interface com.sun.syndication.feed.module.Moduleclone in class Objectpublic String getUri()
getUri in interface com.sun.syndication.feed.module.Modulepublic Class getInterface()
getInterface in interface com.sun.syndication.feed.CopyFrompublic String toString()
toString in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||