com.sun.syndication.feed.module.photocast
Class PhotocastModuleImpl

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

public class PhotocastModuleImpl
extends java.lang.Object
implements PhotocastModule

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

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

PhotocastModuleImpl

public PhotocastModuleImpl()
Creates a new instance of PhotocastModuleImpl

Method Detail

getPhotoDate

public java.util.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(java.util.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 java.util.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(java.util.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 java.net.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(java.net.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 java.net.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(java.net.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(java.lang.Object obj)
Specified by:
copyFrom in interface com.sun.syndication.feed.CopyFrom

clone

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

getUri

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

getInterface

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

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2006-2009. All Rights Reserved.