Class PluginPrintServiceParams
- java.lang.Object
-
- de.xima.fc.plugin.models.params.print.PluginPrintServiceParams
-
- All Implemented Interfaces:
IPluginParameters
,IPluginFormPreviewParams
,Serializable
public class PluginPrintServiceParams extends Object implements IPluginFormPreviewParams
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PluginPrintServiceParams(String url)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPrintUrl()
Getter für die URL welche gedruckt werden soll
-
-
-
Constructor Detail
-
PluginPrintServiceParams
public PluginPrintServiceParams(String url)
-
-
Method Detail
-
getPrintUrl
public String getPrintUrl()
Description copied from interface:IPluginFormPreviewParams
Getter für die URL welche gedruckt werden soll- Specified by:
getPrintUrl
in interfaceIPluginFormPreviewParams
- Returns:
String
die URL
-
-