|
||||||||||
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 PhotocastModule
public void setPhotoDate(Date photoDate)
PhotocastModule
setPhotoDate
in interface PhotocastModule
photoDate
- Item level photoDate valuepublic Date getCropDate()
PhotocastModule
getCropDate
in interface PhotocastModule
public void setCropDate(Date cropDate)
PhotocastModule
setCropDate
in interface PhotocastModule
cropDate
- cropDate value for the item levelpublic URL getImageUrl()
PhotocastModule
getImageUrl
in interface PhotocastModule
public void setImageUrl(URL imageUrl)
PhotocastModule
setImageUrl
in interface PhotocastModule
imageUrl
- The URL of the image.public URL getThumbnailUrl()
PhotocastModule
getThumbnailUrl
in interface PhotocastModule
public void setThumbnailUrl(URL thumbnailUrl)
PhotocastModule
setThumbnailUrl
in interface PhotocastModule
thumbnailUrl
- The URL of the image thumbnail.public Metadata getMetadata()
PhotocastModule
getMetadata
in interface PhotocastModule
public void setMetadata(Metadata metadata)
PhotocastModule
setMetadata
in interface PhotocastModule
metadata
- The iPhoto metadata for the image.public void copyFrom(com.sun.syndication.feed.CopyFrom obj)
copyFrom
in interface com.sun.syndication.feed.CopyFrom
public Object clone()
clone
in interface com.sun.syndication.feed.module.Module
clone
in class Object
public String getUri()
getUri
in interface com.sun.syndication.feed.module.Module
public Class getInterface()
getInterface
in interface com.sun.syndication.feed.CopyFrom
public String toString()
toString
in class Object
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |