public class PhotocastModuleImpl extends java.lang.Object implements PhotocastModule
URI| Constructor and Description |
|---|
PhotocastModuleImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.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(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<PhotocastModule> |
getInterface()
Returns the interface the copyFrom works on.
|
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()
Returns the URI of the module.
|
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() |
public java.util.Date getPhotoDate()
PhotocastModulegetPhotoDate in interface PhotocastModulepublic void setPhotoDate(java.util.Date photoDate)
PhotocastModulesetPhotoDate in interface PhotocastModulephotoDate - Item level photoDate valuepublic java.util.Date getCropDate()
PhotocastModulegetCropDate in interface PhotocastModulepublic void setCropDate(java.util.Date cropDate)
PhotocastModulesetCropDate in interface PhotocastModulecropDate - cropDate value for the item levelpublic java.net.URL getImageUrl()
PhotocastModulegetImageUrl in interface PhotocastModulepublic void setImageUrl(java.net.URL imageUrl)
PhotocastModulesetImageUrl in interface PhotocastModuleimageUrl - The URL of the image.public java.net.URL getThumbnailUrl()
PhotocastModulegetThumbnailUrl in interface PhotocastModulepublic void setThumbnailUrl(java.net.URL thumbnailUrl)
PhotocastModulesetThumbnailUrl in interface PhotocastModulethumbnailUrl - The URL of the image thumbnail.public Metadata getMetadata()
PhotocastModulegetMetadata in interface PhotocastModulepublic void setMetadata(Metadata metadata)
PhotocastModulesetMetadata in interface PhotocastModulemetadata - The iPhoto metadata for the image.public void copyFrom(CopyFrom obj)
CopyFromAny 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 java.lang.Object clone()
Modulepublic java.lang.String getUri()
Modulepublic java.lang.Class<PhotocastModule> getInterface()
CopyFromThis is useful when dealing with properties that may have multiple implementations. For example, Module.
getInterface in interface CopyFrompublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2025. All rights reserved.