org.hippoecm.hst.pagecomposer.jaxrs.model
Class ExtResponseRepresentation

java.lang.Object
  extended by org.hippoecm.hst.pagecomposer.jaxrs.model.ExtResponseRepresentation

public class ExtResponseRepresentation
extends Object

This model represents that response that Ext expects to wrap the actual data.

Version:
$Id$

Constructor Summary
ExtResponseRepresentation()
           
ExtResponseRepresentation(Object data)
           
 
Method Summary
 Object getData()
           
 String getMessage()
           
 boolean isSuccess()
           
 void setData(Object data)
           
 void setMessage(String message)
           
 void setSuccess(boolean success)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtResponseRepresentation

public ExtResponseRepresentation()

ExtResponseRepresentation

public ExtResponseRepresentation(Object data)
Method Detail

getData

public Object getData()

setData

public void setData(Object data)

getMessage

public String getMessage()

setMessage

public void setMessage(String message)

isSuccess

public boolean isSuccess()

setSuccess

public void setSuccess(boolean success)


Copyright © 2008-2012 Hippo. All Rights Reserved.