Package com.priint.pubserver.preferences
Class InDesignServer
java.lang.Object
com.priint.pubserver.preferences.InDesignServer
- All Implemented Interfaces:
Serializable
Class representing an InDesign Server.
- Since:
- 4.1.6
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the serverId of the InDesignServer.Get the serverName of the InDesignServer.Get the serverProtocol of the InDesignServer.voidsetServerId(String serverId) Set the serverId of the InDesignServer.voidsetServerName(String serverName) Set the serverName of the InDesignServer.voidsetServerProtocol(String serverProtocol) Set the serverProtocol of the InDesignServer.
-
Constructor Details
-
InDesignServer
public InDesignServer()
-
-
Method Details
-
getServerId
Get the serverId of the InDesignServer.- Returns:
- serverId
-
setServerId
Set the serverId of the InDesignServer.- Parameters:
serverId-
-
getServerName
Get the serverName of the InDesignServer.- Returns:
- serverName
-
setServerName
Set the serverName of the InDesignServer.- Parameters:
serverName-
-
getServerProtocol
Get the serverProtocol of the InDesignServer.- Returns:
- serverProtocol
-
setServerProtocol
Set the serverProtocol of the InDesignServer.- Parameters:
serverProtocol-
-