Class DataStoreInfo

java.lang.Object
tech.oxfordsemantic.jrdfox.client.DataStoreInfo

public class DataStoreInfo extends Object
Encapsulates information about a data store.
  • Constructor Details

    • DataStoreInfo

      public DataStoreInfo(String name, String uniqueID, boolean persistent, boolean online, Map<String,String> parameters)
  • Method Details

    • getName

      public String getName()
      Returns the data store name.
      Returns:
      the data store name
    • getUniqueID

      public String getUniqueID()
      Returns the data store unique ID.
      Returns:
      the data store unique ID
    • isPersistent

      public boolean isPersistent()
      Returns true if the data store is persistent.
      Returns:
      true if the data store is persistent.
    • isOnline

      public boolean isOnline()
      Returns true if the data store is online.
      Returns:
      true if the data store is online.
    • getParameters

      public Map<String,String> getParameters()
      Returns the parameters of the data store.
      Returns:
      the parameters of the data store
    • hashCode

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

      public boolean equals(Object that)
      Overrides:
      equals in class Object