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