Class InsertFormElementResponse
- java.lang.Object
 - 
- de.xima.fc.gui.bean.designer.request.InsertFormElementResponse
 
 
- 
- All Implemented Interfaces:
 Serializable
public final class InsertFormElementResponse extends Object implements Serializable
POJO response data forInsertFormElementRequest.- Since:
 - 7.2.0
 - Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description InsertFormElementResponse(boolean success, String error)Creates a new POJO with the given data. 
 - 
 
- 
- 
Constructor Detail
- 
InsertFormElementResponse
public InsertFormElementResponse(boolean success, String error)Creates a new POJO with the given data.- Parameters:
 success- Whether the element could be inserted.error- Error that occurred.
 
 - 
 
- 
Method Detail
- 
isSuccess
public boolean isSuccess()
- Returns:
 - Whether the element could be inserted.
 
 
- 
getError
public String getError()
- Returns:
 - Error that occurred.
 
 
 - 
 
 -