Package com.priint.pubserver.preferences
Class InDesignServerInstance
- java.lang.Object
-
- com.priint.pubserver.preferences.InDesignServerInstance
-
- All Implemented Interfaces:
java.io.Serializable
public class InDesignServerInstance extends java.lang.Object implements java.io.SerializableClass representing an InDesignServerInstance.- Since:
- 4.1.6
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InDesignServerInstance()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetActive()Get the active of the InDesignServerInstance.java.lang.StringgetEndpoint()Get the endpoint of the InDesignServerInstance.java.lang.StringgetInstanceID()Get the instanceID of the InDesignServerInstance.java.lang.StringgetInstanceName()Get the instanceName of the InDesignServerInstance.java.lang.StringgetLogin()Get the login of the InDesignServerInstance.java.lang.StringgetPassword()Get the password of the InDesignServerInstance.java.lang.StringgetServerID()Get the serverID of the InDesignServerInstance.intgetTypeID()Get the typeID of the InDesignServerInstance.voidsetActive(int active)Set the active of the InDesignServerInstance.voidsetEndpoint(java.lang.String endpoint)Set the endpoint of the InDesignServerInstance.voidsetInstanceID(java.lang.String instanceID)Set the instanceID of the InDesignServerInstance.voidsetInstanceName(java.lang.String instanceName)Set the instanceName of the InDesignServerInstance.voidsetLogin(java.lang.String login)Set the login of the InDesignServerInstance.voidsetPassword(java.lang.String password)Set the password of the InDesignServerInstance.voidsetServerID(java.lang.String serverID)Set the serverID of the InDesignServerInstance.voidsetTypeID(int typeID)Set the typeID of the InDesignServerInstance.java.lang.StringtoString()
-
-
-
Method Detail
-
getInstanceName
public java.lang.String getInstanceName()
Get the instanceName of the InDesignServerInstance.- Returns:
- instanceName
-
setInstanceName
public void setInstanceName(java.lang.String instanceName)
Set the instanceName of the InDesignServerInstance.- Parameters:
instanceName- (must not be empty or null)
-
getEndpoint
public java.lang.String getEndpoint()
Get the endpoint of the InDesignServerInstance.- Returns:
- endpoint
-
setEndpoint
public void setEndpoint(java.lang.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 java.lang.String getLogin()
Get the login of the InDesignServerInstance.- Returns:
- login
-
setLogin
public void setLogin(java.lang.String login)
Set the login of the InDesignServerInstance.- Parameters:
login-
-
getPassword
public java.lang.String getPassword()
Get the password of the InDesignServerInstance.- Returns:
- password
-
setPassword
public void setPassword(java.lang.String password)
Set the password of the InDesignServerInstance.- Parameters:
password-
-
getServerID
public java.lang.String getServerID()
Get the serverID of the InDesignServerInstance.- Returns:
- serverID
-
setServerID
public void setServerID(java.lang.String serverID)
Set the serverID of the InDesignServerInstance.- Parameters:
serverID-
-
getInstanceID
public java.lang.String getInstanceID()
Get the instanceID of the InDesignServerInstance.- Returns:
- instanceID
-
setInstanceID
public void setInstanceID(java.lang.String instanceID)
Set the instanceID of the InDesignServerInstance.- Parameters:
instanceID-
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-