public class ImageAttributes extends ExtensionMetadata
Constructor and Description |
---|
ImageAttributes() |
ImageAttributes(URL loc) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
String |
getCaption() |
String |
getGeoLocation() |
URL |
getLicense() |
URL |
getLoc() |
String |
getTitle() |
boolean |
isValid() |
void |
setCaption(String caption) |
void |
setGeoLocation(String geoLocation) |
void |
setLicense(URL license) |
void |
setLoc(URL loc) |
void |
setTitle(String title) |
String |
toString() |
public ImageAttributes()
public ImageAttributes(URL loc)
public URL getLoc()
public void setLoc(URL 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 URL getLicense()
public void setLicense(URL license)
public boolean isValid()
isValid
in class ExtensionMetadata
public boolean equals(Object other)
equals
in class ExtensionMetadata
Copyright © 2009–2019 Crawler-Commons. All rights reserved.