Direct Known Subclasses:
CatalogInfo

public class CatalogProperties extends BasicElementProperties
Description of the properties to pass when creating a catalog - maps to CreateCatalog.
  • Constructor Details

    • CatalogProperties

      public CatalogProperties()
  • Method Details

    • getIsolation_mode

      public String getIsolation_mode()
      Return the type of isolation - eg OPEN.
      Returns:
      string
    • setIsolation_mode

      public void setIsolation_mode(String isolation_mode)
      Set up the type of isolation - eg OPEN.
      Parameters:
      isolation_mode - string
    • isAccessible_in_current_workspace

      public boolean isAccessible_in_current_workspace()
      Return whether accessible to this user.
      Returns:
      boolean flag
    • setAccessible_in_current_workspace

      public void setAccessible_in_current_workspace(boolean accessible_in_current_workspace)
      Set up whether accessible to this user.
      Parameters:
      accessible_in_current_workspace - boolean flag
    • toString

      public String toString()
      Standard toString method.
      Overrides:
      toString in class BasicElementProperties
      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 BasicElementProperties
      Parameters:
      objectToCompare - supplied object
      Returns:
      boolean result of comparison
    • hashCode

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