public class AbstractDocument extends AnyJSONObject
Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected List<Link> |
links |
Constructor and Description |
---|
AbstractDocument() |
Modifier and Type | Method and Description |
---|---|
void |
addLink(Link link)
Adds a link to the document
|
String |
getDescription() |
String |
getId()
Returns the document id, as is
|
List<Link> |
getLinks() |
String |
getTitle() |
String |
getType() |
void |
setDescription(String description) |
void |
setId(String id) |
void |
setTitle(String title) |
void |
setType(String type) |
String |
toString() |
equals, hashCode, otherFields, setOtherField
public void addLink(Link link)
public String getId()
public void setId(String id)
public String getTitle()
public void setTitle(String title)
public String getDescription()
public void setDescription(String description)
public String getType()
public void setType(String type)
public String toString()
toString
in class AnyJSONObject
Copyright © 1996–2023 Geotools. All rights reserved.