Class Schema

java.lang.Object
overit.geocall.util.hyperlink.Schema

public class Schema extends Object
Class used to manage the HTML Schema
  • Field Details

    • _schema

      protected String _schema
    • _defaultPort

      protected int _defaultPort
  • Constructor Details

    • Schema

      public Schema(String s)
      Default constructor for a schema
      Parameters:
      s - String representing the schema
  • Method Details

    • getDefaultPort

      public int getDefaultPort()
      Returns the default port
      Returns:
      The default port
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object