Class InDesignServerInstance

java.lang.Object
com.priint.pubserver.preferences.InDesignServerInstance
All Implemented Interfaces:
Serializable

public class InDesignServerInstance extends Object implements Serializable
Class representing an InDesignServerInstance.
Since:
4.1.6
See Also:
  • Constructor Details

    • InDesignServerInstance

      public InDesignServerInstance()
  • Method Details

    • getInstanceName

      public String getInstanceName()
      Get the instanceName of the InDesignServerInstance.
      Returns:
      instanceName
    • setInstanceName

      public void setInstanceName(String instanceName)
      Set the instanceName of the InDesignServerInstance.
      Parameters:
      instanceName - (must not be empty or null)
    • getEndpoint

      public String getEndpoint()
      Get the endpoint of the InDesignServerInstance.
      Returns:
      endpoint
    • setEndpoint

      public void setEndpoint(String endpoint)
      Set the endpoint of the InDesignServerInstance.
      Parameters:
      endpoint -
    • getActive

      public int getActive()
      Get the active of the InDesignServerInstance.
      Returns:
      active
    • setActive

      public void setActive(int active)
      Set the active of the InDesignServerInstance.
      Parameters:
      active -
    • getTypeID

      public int getTypeID()
      Get the typeID of the InDesignServerInstance.
      Returns:
      typeID
    • setTypeID

      public void setTypeID(int typeID)
      Set the typeID of the InDesignServerInstance.
      Parameters:
      typeID -
    • getLogin

      public String getLogin()
      Get the login of the InDesignServerInstance.
      Returns:
      login
    • setLogin

      public void setLogin(String login)
      Set the login of the InDesignServerInstance.
      Parameters:
      login -
    • getPassword

      public String getPassword()
      Get the password of the InDesignServerInstance.
      Returns:
      password
    • setPassword

      public void setPassword(String password)
      Set the password of the InDesignServerInstance.
      Parameters:
      password -
    • getServerID

      public String getServerID()
      Get the serverID of the InDesignServerInstance.
      Returns:
      serverID
    • setServerID

      public void setServerID(String serverID)
      Set the serverID of the InDesignServerInstance.
      Parameters:
      serverID -
    • getInstanceID

      public String getInstanceID()
      Get the instanceID of the InDesignServerInstance.
      Returns:
      instanceID
    • setInstanceID

      public void setInstanceID(String instanceID)
      Set the instanceID of the InDesignServerInstance.
      Parameters:
      instanceID -
    • toString

      public String toString()
      Overrides:
      toString in class Object