|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.syndication.feed.module.photocast.types.Metadata
public class Metadata
This is an immutable class representing the apple-wallpapers:metadata tag in the photocast module.
Constructor Summary | |
---|---|
Metadata(PhotoDate photoDate,
java.lang.String comments)
Creates a new instance of Metadata with a set photoDate and comments value. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getComments()
Returns comments about the photo. |
PhotoDate |
getPhotoDate()
Returns the PhotoDate value. |
int |
hashCode()
|
java.lang.String |
toString()
Returns a String representation of the metadata object. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Metadata(PhotoDate photoDate, java.lang.String comments)
photoDate
- PhotoDate value to usecomments
- comments about this photo.Method Detail |
---|
public PhotoDate getPhotoDate()
public java.lang.String getComments()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |