org.eclipse.higgins.ics.gwt.base.client.model.entity
Class GWTResponse
java.lang.Object
org.eclipse.higgins.ics.gwt.base.client.model.entity.BaseResponse
org.eclipse.higgins.ics.gwt.base.client.model.entity.GWTResponse
- All Implemented Interfaces:
- Serializable
- public class GWTResponse
- extends BaseResponse
- Author:
- Alexander Yuhimenko
- See Also:
- Serialized Form
GWTResponse
public GWTResponse()
getResult
public BaseEntity getResult()
- Returns:
- the result
setResult
public void setResult(BaseEntity result)
- Parameters:
result - the result to set