Package com.priint.pubserver.preferences
Class InDesignServerInstances
java.lang.Object
com.priint.pubserver.preferences.InDesignServerInstances
- All Implemented Interfaces:
Serializable
Class representing an InDesignServerInstances, list of InDesignServerInstance.
- Since:
- 4.1.6
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the serverInstances of the InDesignServerInstances.voidsetInDesignServerInstances(List<InDesignServerInstance> serverInstances) Set the serverInstances of the InDesignServerInstances.
-
Constructor Details
-
InDesignServerInstances
public InDesignServerInstances()
-
-
Method Details
-
getInDesignServerInstances
Get the serverInstances of the InDesignServerInstances.- Returns:
- serverInstances
-
setInDesignServerInstances
Set the serverInstances of the InDesignServerInstances.- Parameters:
serverInstances-
-