Class SolutionViewServiceConfig

All Implemented Interfaces:
Serializable

public class SolutionViewServiceConfig extends ViewServiceConfig
The SolutionViewServiceConfig class is a specialization of ViewServiceConfig for solution-level view services
See Also:
  • Constructor Details

    • SolutionViewServiceConfig

      public SolutionViewServiceConfig()
      Default constructor for use with Jackson libraries
    • SolutionViewServiceConfig

      public SolutionViewServiceConfig(SolutionViewServiceConfig template)
      Copy/clone constructor
      Parameters:
      template - object to copy
    • SolutionViewServiceConfig

      public SolutionViewServiceConfig(ViewServiceRegistrationEntry viewRegistration)
      Call the superclass to set up the default values for a view service using a view service description.
      Parameters:
      viewRegistration - fixed properties about the view service
  • Method Details

    • toString

      public String toString()
      Standard toString method.
      Overrides:
      toString in class ViewServiceConfig
      Returns:
      JSON style description of variables.
    • equals

      public boolean equals(Object objectToCompare)
      Validate that an object is equal depending on their stored values.
      Overrides:
      equals in class ViewServiceConfig
      Parameters:
      objectToCompare - object
      Returns:
      boolean result
    • hashCode

      public int hashCode()
      Return a hash code based on the values of this object.
      Overrides:
      hashCode in class ViewServiceConfig
      Returns:
      in hash code