Package de.xima.fc.gui.model.designer
Class ProvideModel
java.lang.Object
de.xima.fc.gui.model.designer.ProvideModel
- All Implemented Interfaces:
Serializable
POJO model holding the data for different links to open the form, such as on the master or frontend server. May also
contain the available frontend servers.
- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionProvideModel
(String masterServerProvideUrl, String masterServerProvidePreviewUrl) Creates a new POJO model with the given data. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.
-
Constructor Details
-
ProvideModel
public ProvideModel(String masterServerProvideUrl, @Deprecated String masterServerProvidePreviewUrl) Creates a new POJO model with the given data.- Parameters:
masterServerProvideUrl
- Value returned bygetMasterServerProvideUrl()
.masterServerProvidePreviewUrl
- Value returned bygetMasterServerProvidePreviewUrl()
.
-
-
Method Details
-
getMasterServerProvidePreviewUrl
Deprecated.- Returns:
- The URL to open the form in preview mode on the master server.
-
getMasterServerProvideUrl
- Returns:
- The URL to open the form in live mode on the master server.
-