Package com.rometools.modules.photocast
Class PhotocastModuleImpl
- java.lang.Object
-
- com.rometools.modules.photocast.PhotocastModuleImpl
-
- All Implemented Interfaces:
PhotocastModule,CopyFrom,Module,Serializable,Cloneable
public class PhotocastModuleImpl extends Object implements PhotocastModule
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface com.rometools.modules.photocast.PhotocastModule
URI
-
-
Constructor Summary
Constructors Constructor Description PhotocastModuleImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectclone()voidcopyFrom(CopyFrom obj)booleanequals(Object obj)DategetCropDate()Returns the cropDate value from the item level.URLgetImageUrl()The URL of the image.Class<PhotocastModule>getInterface()MetadatagetMetadata()The iPhoto metadata for the image.DategetPhotoDate()Returns the Item level photoDate value.URLgetThumbnailUrl()The URL of the image thumbnail.StringgetUri()inthashCode()voidsetCropDate(Date cropDate)Sets the cropDate value for the item level.voidsetImageUrl(URL imageUrl)The URL of the image.voidsetMetadata(Metadata metadata)The iPhoto metadata for the image.voidsetPhotoDate(Date photoDate)Set the Item level photoDate value.voidsetThumbnailUrl(URL thumbnailUrl)The URL of the image thumbnail.StringtoString()
-
-
-
Method Detail
-
getPhotoDate
public Date getPhotoDate()
Description copied from interface:PhotocastModuleReturns the Item level photoDate value.- Specified by:
getPhotoDatein interfacePhotocastModule- Returns:
- Returns the Item level photoDate value.
-
setPhotoDate
public void setPhotoDate(Date photoDate)
Description copied from interface:PhotocastModuleSet the Item level photoDate value.- Specified by:
setPhotoDatein interfacePhotocastModule- Parameters:
photoDate- Item level photoDate value
-
getCropDate
public Date getCropDate()
Description copied from interface:PhotocastModuleReturns the cropDate value from the item level.- Specified by:
getCropDatein interfacePhotocastModule- Returns:
- Item level cropDate value
-
setCropDate
public void setCropDate(Date cropDate)
Description copied from interface:PhotocastModuleSets the cropDate value for the item level.- Specified by:
setCropDatein interfacePhotocastModule- Parameters:
cropDate- cropDate value for the item level
-
getImageUrl
public URL getImageUrl()
Description copied from interface:PhotocastModuleThe URL of the image.- Specified by:
getImageUrlin interfacePhotocastModule- Returns:
- The URL of the image.
-
setImageUrl
public void setImageUrl(URL imageUrl)
Description copied from interface:PhotocastModuleThe URL of the image.- Specified by:
setImageUrlin interfacePhotocastModule- Parameters:
imageUrl- The URL of the image.
-
getThumbnailUrl
public URL getThumbnailUrl()
Description copied from interface:PhotocastModuleThe URL of the image thumbnail.- Specified by:
getThumbnailUrlin interfacePhotocastModule- Returns:
- The URL of the image thumbnail.
-
setThumbnailUrl
public void setThumbnailUrl(URL thumbnailUrl)
Description copied from interface:PhotocastModuleThe URL of the image thumbnail.- Specified by:
setThumbnailUrlin interfacePhotocastModule- Parameters:
thumbnailUrl- The URL of the image thumbnail.
-
getMetadata
public Metadata getMetadata()
Description copied from interface:PhotocastModuleThe iPhoto metadata for the image.- Specified by:
getMetadatain interfacePhotocastModule- Returns:
- The iPhoto metadata for the image.
-
setMetadata
public void setMetadata(Metadata metadata)
Description copied from interface:PhotocastModuleThe iPhoto metadata for the image.- Specified by:
setMetadatain interfacePhotocastModule- Parameters:
metadata- The iPhoto metadata for the image.
-
clone
public Object clone()
-
getInterface
public Class<PhotocastModule> getInterface()
- Specified by:
getInterfacein interfaceCopyFrom
-
-