Direct Known Subclasses:
TableProperties, VolumeProperties

public class StoredDataProperties extends SchemaNamespaceProperties
Common properties for elements that represent stored data.
  • Constructor Details

    • StoredDataProperties

      public StoredDataProperties()
      Constructor
  • Method Details

    • getStorage_location

      public String getStorage_location()
    • setStorage_location

      public void setStorage_location(String storage_location)
    • toString

      public String toString()
      Standard toString method.
      Overrides:
      toString in class SchemaNamespaceProperties
      Returns:
      print out of variables in a JSON-style
    • equals

      public boolean equals(Object objectToCompare)
      Compare the values of the supplied object with those stored in the current object.
      Overrides:
      equals in class SchemaNamespaceProperties
      Parameters:
      objectToCompare - supplied object
      Returns:
      boolean result of comparison
    • hashCode

      public int hashCode()
      Return hash code based on properties.
      Overrides:
      hashCode in class SchemaNamespaceProperties
      Returns:
      int