Package com.priint.pubserver.preferences
Class ServerProperty
java.lang.Object
com.priint.pubserver.preferences.ServerProperty
- All Implemented Interfaces:
Serializable
Class representing an ServerProperty.
- Since:
- 4.1.6
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumEnum with InDesignServer, CometServer and InDesignServer types -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the propertyKey of the ServerProperty.getType()Get the type of the ServerProperty.getValue()Get the value of the ServerProperty.static ServerPropertynewInstance(String propertyKey, String type, String value) Factory method to create a server property.setPropertyKey(String propertyKey) Set the propertyKey of the ServerProperty.Set the type of the ServerProperty.Set the value of the ServerProperty.
-
Constructor Details
-
ServerProperty
public ServerProperty()
-
-
Method Details
-
newInstance
Factory method to create a server property.- Parameters:
propertyKey-type-value-- Returns:
-
getPropertyKey
Get the propertyKey of the ServerProperty.- Returns:
- propertyKey
-
setPropertyKey
Set the propertyKey of the ServerProperty.- Parameters:
propertyKey-- Returns:
- the property object for chaining
-
getType
Get the type of the ServerProperty.- Returns:
- type
-
setType
Set the type of the ServerProperty.- Parameters:
type-- Returns:
- the property object for chaining
-
getValue
Get the value of the ServerProperty.- Returns:
- value
-
setValue
Set the value of the ServerProperty.- Parameters:
value-- Returns:
- the property object for chaining
-