com.liferay.portlet
Class CachePortletResponse

java.lang.Object
  extended bycom.liferay.portlet.CachePortletResponse
All Implemented Interfaces:
java.io.Serializable

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

View Source

Author:
Brian Wing Shun Chan
See Also:
Serialized Form

Constructor Summary
CachePortletResponse(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

CachePortletResponse

public CachePortletResponse(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)