Liferay 6.0.5

com.liferay.portlet
Class InvokerPortletResponse

java.lang.Object
  extended by com.liferay.portlet.InvokerPortletResponse
All Implemented Interfaces:
Serializable

public class InvokerPortletResponse
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
InvokerPortletResponse(String title, String content, long time)
           
 
Method Summary
 String getContent()
           
 long getTime()
           
 String getTitle()
           
 void setContent(String content)
           
 void setTime(long time)
           
 void setTitle(String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvokerPortletResponse

public InvokerPortletResponse(String title,
                              String content,
                              long time)
Method Detail

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getContent

public String getContent()

setContent

public void setContent(String content)

getTime

public long getTime()

setTime

public void setTime(long time)

Liferay 6.0.5