com.liferay.portlet
Class InvokerPortletResponse

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

public class InvokerPortletResponse
extends java.lang.Object
implements java.io.Serializable

View Source

Author:
Brian Wing Shun Chan
See Also:
Serialized Form

Constructor Summary
InvokerPortletResponse(java.lang.String title, java.lang.String content, long time)
           
 
Method Summary
 java.lang.String getContent()
           
 long getTime()
           
 java.lang.String getTitle()
           
 void setContent(java.lang.String content)
           
 void setTime(long time)
           
 void setTitle(java.lang.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(java.lang.String title,
                              java.lang.String content,
                              long time)
Method Detail

getTitle

public java.lang.String getTitle()

setTitle

public void setTitle(java.lang.String title)

getContent

public java.lang.String getContent()

setContent

public void setContent(java.lang.String content)

getTime

public long getTime()

setTime

public void setTime(long time)