com.liferay.portlet
Class InvokerPortletResponse
java.lang.Object
com.liferay.portlet.InvokerPortletResponse
- All Implemented Interfaces:
- Serializable
public class InvokerPortletResponse
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InvokerPortletResponse
public InvokerPortletResponse(String title,
String content,
long time)
getContent
public String getContent()
getTime
public long getTime()
getTitle
public String getTitle()
setContent
public void setContent(String content)
setTime
public void setTime(long time)
setTitle
public void setTitle(String title)