public interface PhotocastModule extends Module
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
URI
The URI of the namespace.
|
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getCropDate()
Returns the cropDate value from the item level.
|
java.net.URL |
getImageUrl()
The URL of the image.
|
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.
|
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.
|
copyFrom, getInterface
static final java.lang.String URI
java.util.Date getPhotoDate()
void setPhotoDate(java.util.Date photoDate)
photoDate
- Item level photoDate valuejava.util.Date getCropDate()
void setCropDate(java.util.Date cropDate)
cropDate
- cropDate value for the item leveljava.net.URL getImageUrl()
void setImageUrl(java.net.URL imageUrl)
imageUrl
- The URL of the image.java.net.URL getThumbnailUrl()
void setThumbnailUrl(java.net.URL thumbnailUrl)
thumbnailUrl
- The URL of the image thumbnail.Metadata getMetadata()
void setMetadata(Metadata metadata)
metadata
- The iPhoto metadata for the image.