Class OLSSimplifiedAccessServiceConfig


  • public class OLSSimplifiedAccessServiceConfig
    extends Object
    • Constructor Detail

      • OLSSimplifiedAccessServiceConfig

        public OLSSimplifiedAccessServiceConfig()
      • OLSSimplifiedAccessServiceConfig

        public OLSSimplifiedAccessServiceConfig​(String serverName,
                                                String serverPlatformUrlRoot,
                                                String user,
                                                String password)
    • Method Detail

      • getServerName

        public String getServerName()
        Gets server name.
        Returns:
        the server name
      • setServerName

        public void setServerName​(String serverName)
        Sets server name.
        Parameters:
        serverName - the server name
      • getServerPlatformUrlRoot

        public String getServerPlatformUrlRoot()
        Gets server platform url root.
        Returns:
        the server platform url root
      • setServerPlatformUrlRoot

        public void setServerPlatformUrlRoot​(String serverPlatformUrlRoot)
        Sets server platform url root.
        Parameters:
        serverPlatformUrlRoot - the server platform url root
      • getUser

        public String getUser()
        Gets user.
        Returns:
        the user
      • setUser

        public void setUser​(String user)
        Sets user.
        Parameters:
        user - the user
      • getPassword

        public String getPassword()
        Gets password.
        Returns:
        the password
      • setPassword

        public void setPassword​(String password)
        Sets password.
        Parameters:
        password - the password
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object