Class FetchDesignerPlaceholdersResponse
- java.lang.Object
 - 
- de.xima.fc.gui.bean.designer.request.FetchDesignerPlaceholdersResponse
 
 
- 
- All Implemented Interfaces:
 Serializable
public class FetchDesignerPlaceholdersResponse extends Object implements Serializable
POJO response data forFetchDesignerPlaceholdersRequest.- Since:
 - 7.0.0
 - Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description FetchDesignerPlaceholdersResponse(Map<? extends IPlaceholderGroup,? extends Set<PlaceHolder>> placeholders)Creates a new POJO response with the given data. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<? extends IPlaceholderGroup,? extends Set<PlaceHolder>>getPlaceholders() 
 - 
 
- 
- 
Constructor Detail
- 
FetchDesignerPlaceholdersResponse
public FetchDesignerPlaceholdersResponse(Map<? extends IPlaceholderGroup,? extends Set<PlaceHolder>> placeholders)
Creates a new POJO response with the given data.- Parameters:
 placeholders- All additional placeholders made available by the tab.
 
 - 
 
- 
Method Detail
- 
getPlaceholders
public Map<? extends IPlaceholderGroup,? extends Set<PlaceHolder>> getPlaceholders()
- Returns:
 - All additional placeholders made available by the tab.
 
 
 - 
 
 -