eu.planets_project.services.view
Class ViewActionResult

java.lang.Object
  extended by eu.planets_project.services.view.ViewActionResult

public class ViewActionResult
extends java.lang.Object

This class replies with the result of performing the action on the view session.


Nested Class Summary
static class ViewActionResult.ActionResult
          Possible result types.
 
Constructor Summary
ViewActionResult(ViewActionResult.ActionResult actionResult, java.util.List<Property> properties)
           
 
Method Summary
 ViewActionResult.ActionResult getActionResult()
           
 java.util.List<Property> getProperties()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewActionResult

public ViewActionResult(ViewActionResult.ActionResult actionResult,
                        java.util.List<Property> properties)
Parameters:
actionResult - The action result
properties - The properties
Method Detail

getActionResult

public ViewActionResult.ActionResult getActionResult()
Returns:
the actionResult

getProperties

public java.util.List<Property> getProperties()
Returns:
the properties


Copyright © 2007-2010 The Planets Consortium. All Rights Reserved.