public class Image extends Object
| Constructor and Description |
|---|
Image() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCaption() |
String |
getGeoLocation() |
String |
getLicense() |
String |
getLoc() |
String |
getTitle() |
void |
setCaption(String caption) |
void |
setGeoLocation(String geoLocation) |
void |
setLicense(String license) |
void |
setLoc(String loc) |
void |
setTitle(String title) |
public String getLoc()
public void setLoc(String loc)
public String getCaption()
public void setCaption(String caption)
public String getGeoLocation()
public void setGeoLocation(String geoLocation)
public String getTitle()
public void setTitle(String title)
public String getLicense()
public void setLicense(String license)
Copyright © 2016. All rights reserved.