Class Metadata
- java.lang.Object
-
- com.rometools.modules.photocast.types.Metadata
-
public class Metadata extends Object
This is an immutable class representing the apple-wallpapers:metadata tag in the photocast module.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetComments()Returns comments about the photo.PhotoDategetPhotoDate()Returns the PhotoDate value.inthashCode()StringtoString()Returns a String representation of the metadata object.
-
-
-
Method Detail
-
getPhotoDate
public PhotoDate getPhotoDate()
Returns the PhotoDate value.- Returns:
- Returns the PhotoDate value.
-
getComments
public String getComments()
Returns comments about the photo.- Returns:
- Returns comments about the photo.
-
toString
public String toString()
Returns a String representation of the metadata object.
-
-