Package de.xima.fc.gui.model.designer
Class ProvideModel
- java.lang.Object
-
- de.xima.fc.gui.model.designer.ProvideModel
-
- All Implemented Interfaces:
Serializable
public final class ProvideModel extends Object implements 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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProvideModel(String masterServerProvideUrl, String masterServerProvidePreviewUrl)
Creates a new POJO model with the given data.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMasterServerProvidePreviewUrl()
String
getMasterServerProvideUrl()
-
-
-
Constructor Detail
-
ProvideModel
public ProvideModel(String masterServerProvideUrl, String masterServerProvidePreviewUrl)
Creates a new POJO model with the given data.- Parameters:
masterServerProvideUrl
- Value returned bygetMasterServerProvideUrl()
.masterServerProvidePreviewUrl
- Value returned bygetMasterServerProvidePreviewUrl()
.
-
-
Method Detail
-
getMasterServerProvidePreviewUrl
public String getMasterServerProvidePreviewUrl()
- Returns:
- The URL to open the form in preview mode on the master server.
-
getMasterServerProvideUrl
public String getMasterServerProvideUrl()
- Returns:
- The URL to open the form in live mode on the master server.
-
-