public class Metadata extends Object
Constructor and Description |
---|
Metadata(PhotoDate photoDate,
String comments)
Creates a new instance of Metadata with a set photoDate and comments value.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getComments()
Returns comments about the photo.
|
PhotoDate |
getPhotoDate()
Returns the PhotoDate value.
|
int |
hashCode() |
String |
toString()
Returns a String representation of the metadata object.
|
public PhotoDate getPhotoDate()
public String getComments()
public String toString()
Copyright © 2018. All rights reserved.