public class PhotocastModuleImpl extends Object implements PhotocastModule
URI
Constructor and Description |
---|
PhotocastModuleImpl() |
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Creates a deep clone of the object.
|
void |
copyFrom(CopyFrom obj)
Copies all the properties of the given bean into this one.
|
boolean |
equals(Object obj) |
Date |
getCropDate()
Returns the cropDate value from the item level.
|
URL |
getImageUrl()
The URL of the image.
|
Class<PhotocastModule> |
getInterface()
Returns the interface the copyFrom works on.
|
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()
Returns the URI of the module.
|
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() |
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(CopyFrom obj)
CopyFrom
Any existing properties in this bean are lost.
This method is useful for moving from one implementation of a bean interface to another. For example from the default SyndFeed bean implementation to a Hibernate ready implementation.
public Object clone()
Module
public String getUri()
Module
public Class<PhotocastModule> getInterface()
CopyFrom
This is useful when dealing with properties that may have multiple implementations. For example, Module.
getInterface
in interface CopyFrom
Copyright © 2023. All rights reserved.