org.rometools.feed.module.photocast
Class PhotocastModuleImpl

java.lang.Object
  extended by org.rometools.feed.module.photocast.PhotocastModuleImpl
All Implemented Interfaces:
com.sun.syndication.feed.CopyFrom, com.sun.syndication.feed.module.Module, Serializable, Cloneable, PhotocastModule

public class PhotocastModuleImpl
extends Object
implements PhotocastModule

Author:
Robert "kebernet" Cooper
See Also:
Serialized Form

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

PhotocastModuleImpl

public PhotocastModuleImpl()
Creates a new instance of PhotocastModuleImpl

Method Detail

getPhotoDate

public Date getPhotoDate()
Description copied from interface: PhotocastModule
Returns the Item level photoDate value.

Specified by:
getPhotoDate in interface PhotocastModule
Returns:
Returns the Item level photoDate value.

setPhotoDate

public void setPhotoDate(Date photoDate)
Description copied from interface: PhotocastModule
Set the Item level photoDate value.

Specified by:
setPhotoDate in interface PhotocastModule
Parameters:
photoDate - Item level photoDate value

getCropDate

public Date getCropDate()
Description copied from interface: PhotocastModule
Returns the cropDate value from the item level.

Specified by:
getCropDate in interface PhotocastModule
Returns:
Item level cropDate value

setCropDate

public void setCropDate(Date cropDate)
Description copied from interface: PhotocastModule
Sets the cropDate value for the item level.

Specified by:
setCropDate in interface PhotocastModule
Parameters:
cropDate - cropDate value for the item level

getImageUrl

public URL getImageUrl()
Description copied from interface: PhotocastModule
The URL of the image.

Specified by:
getImageUrl in interface PhotocastModule
Returns:
The URL of the image.

setImageUrl

public void setImageUrl(URL imageUrl)
Description copied from interface: PhotocastModule
The URL of the image.

Specified by:
setImageUrl in interface PhotocastModule
Parameters:
imageUrl - The URL of the image.

getThumbnailUrl

public URL getThumbnailUrl()
Description copied from interface: PhotocastModule
The URL of the image thumbnail.

Specified by:
getThumbnailUrl in interface PhotocastModule
Returns:
The URL of the image thumbnail.

setThumbnailUrl

public void setThumbnailUrl(URL thumbnailUrl)
Description copied from interface: PhotocastModule
The URL of the image thumbnail.

Specified by:
setThumbnailUrl in interface PhotocastModule
Parameters:
thumbnailUrl - The URL of the image thumbnail.

getMetadata

public Metadata getMetadata()
Description copied from interface: PhotocastModule
The iPhoto metadata for the image.

Specified by:
getMetadata in interface PhotocastModule
Returns:
The iPhoto metadata for the image.

setMetadata

public void setMetadata(Metadata metadata)
Description copied from interface: PhotocastModule
The iPhoto metadata for the image.

Specified by:
setMetadata in interface PhotocastModule
Parameters:
metadata - The iPhoto metadata for the image.

copyFrom

public void copyFrom(com.sun.syndication.feed.CopyFrom obj)
Specified by:
copyFrom in interface com.sun.syndication.feed.CopyFrom

clone

public Object clone()
Specified by:
clone in interface com.sun.syndication.feed.module.Module
Overrides:
clone in class Object

getUri

public String getUri()
Specified by:
getUri in interface com.sun.syndication.feed.module.Module

getInterface

public Class getInterface()
Specified by:
getInterface in interface com.sun.syndication.feed.CopyFrom

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2013 ROME Project. All Rights Reserved.