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 StringgetPrintUrl()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:IPluginFormPreviewParamsGetter für die URL welche gedruckt werden soll- Specified by:
 getPrintUrlin interfaceIPluginFormPreviewParams- Returns:
 Stringdie URL
 
 - 
 
 -