eu.planets_project.services.view
Class ViewActionResult
java.lang.Object
eu.planets_project.services.view.ViewActionResult
public class ViewActionResult
- extends Object
This class replies with the result of performing the action on the view session.
- Author:
- Andy Jackson
ViewActionResult
public ViewActionResult(ViewActionResult.ActionResult actionResult,
List<Property> properties)
- Parameters:
actionResult
- The action resultproperties
- The properties
getActionResult
public ViewActionResult.ActionResult getActionResult()
- Returns:
- the actionResult
getProperties
public List<Property> getProperties()
- Returns:
- the properties
Copyright © 2013 Open Planets Foundation. All Rights Reserved.