Class CrossViewScopeClientRequestData
- java.lang.Object
 - 
- de.xima.fc.gui.bean.designer.conversation.CrossViewScopeClientRequestData
 
 
- 
- All Implemented Interfaces:
 Serializable
public final class CrossViewScopeClientRequestData extends Object implements Serializable
POJO push data for the cross view scope request.- Since:
 - 7.0.0
 - Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description CrossViewScopeClientRequestData(String handlerToken, String clientDataProvider)Creates a new POJO with the given data. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClientDataProvider()StringgetHandlerToken() 
 - 
 
- 
- 
Constructor Detail
- 
CrossViewScopeClientRequestData
public CrossViewScopeClientRequestData(String handlerToken, String clientDataProvider)
Creates a new POJO with the given data.- Parameters:
 handlerToken- Value returned bygetHandlerToken().clientDataProvider- Value returned bygetClientDataProvider().
 
 - 
 
 -