com.liferay.portal.model.impl
Class PortletCacheModel

java.lang.Object
  extended by com.liferay.portal.model.impl.PortletCacheModel
All Implemented Interfaces:
com.liferay.portal.model.CacheModel<com.liferay.portal.model.Portlet>, java.io.Serializable

public class PortletCacheModel
extends java.lang.Object
implements com.liferay.portal.model.CacheModel<com.liferay.portal.model.Portlet>, java.io.Serializable

The cache model class for representing Portlet in entity cache.

Author:
Brian Wing Shun Chan
See Also:
Portlet, Serialized Form
Generated:

Field Summary
 boolean active
           
 long companyId
           
 long id
           
 java.lang.String portletId
           
 java.lang.String roles
           
 
Constructor Summary
PortletCacheModel()
           
 
Method Summary
 com.liferay.portal.model.Portlet toEntityModel()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

id

public long id

companyId

public long companyId

portletId

public java.lang.String portletId

roles

public java.lang.String roles

active

public boolean active
Constructor Detail

PortletCacheModel

public PortletCacheModel()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

toEntityModel

public com.liferay.portal.model.Portlet toEntityModel()
Specified by:
toEntityModel in interface com.liferay.portal.model.CacheModel<com.liferay.portal.model.Portlet>