Class GeoMapFeature

java.lang.Object
io.goobi.viewer.model.maps.GeoMapFeature

public class GeoMapFeature extends Object
Author:
florian
  • Constructor Details Link icon

    • GeoMapFeature Link icon

      public GeoMapFeature()
    • GeoMapFeature Link icon

      public GeoMapFeature(String jsonString)
      Parameters:
      jsonString -
  • Method Details Link icon

    • getTitle Link icon

      public de.intranda.metadata.multilanguage.IMetadataValue getTitle()
      Returns:
      the title
    • setTitle Link icon

      public void setTitle(de.intranda.metadata.multilanguage.IMetadataValue title)
      Parameters:
      title - the title to set
    • getDescription Link icon

      public de.intranda.metadata.multilanguage.IMetadataValue getDescription()
      Returns:
      the description
    • setDescription Link icon

      public void setDescription(de.intranda.metadata.multilanguage.IMetadataValue description)
      Parameters:
      description - the description to set
    • getLink Link icon

      public String getLink()
      Returns:
      the link
    • setLink Link icon

      public void setLink(String link)
      Parameters:
      link - the link to set
    • setDocumentId Link icon

      public void setDocumentId(String documentId)
      Parameters:
      documentId - the documentId to set
    • getDocumentId Link icon

      public String getDocumentId()
      Returns:
      the documentId
    • getPageNo Link icon

      public Integer getPageNo()
    • setPageNo Link icon

      public void setPageNo(Integer pageNo)
    • getJson Link icon

      public String getJson()
      Returns:
      the json
    • setJson Link icon

      public void setJson(String json)
      Parameters:
      json - the json to set
    • getCount Link icon

      public int getCount()
      Returns:
      the count
    • setCount Link icon

      public void setCount(int count)
      Parameters:
      count - the count to set
    • getEntities Link icon

      public List<MetadataContainer> getEntities()
    • setEntities Link icon

      public void setEntities(List<MetadataContainer> entities)
    • addEntity Link icon

      public void addEntity(MetadataContainer entity)
    • getJsonObject Link icon

      public org.json.JSONObject getJsonObject()
    • getProperties Link icon

      public org.json.JSONObject getProperties(org.json.JSONObject object)
    • addEntities Link icon

      public void addEntities(org.json.JSONObject properties)
    • hashCode Link icon

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals Link icon

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString Link icon

      public String toString()
      Overrides:
      toString in class Object
    • setProperty Link icon

      public void setProperty(String name, String value)
    • getProperty Link icon

      public String getProperty(String name)
    • getProperties Link icon

      public Map<String,String> getProperties()