public class PortletCacheModel
extends java.lang.Object
implements com.liferay.portal.model.CacheModel<com.liferay.portal.model.Portlet>, java.io.Externalizable
Portlet,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
boolean |
active |
long |
companyId |
long |
id |
java.lang.String |
portletId |
java.lang.String |
roles |
| Constructor and Description |
|---|
PortletCacheModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
readExternal(java.io.ObjectInput objectInput) |
com.liferay.portal.model.Portlet |
toEntityModel() |
java.lang.String |
toString() |
void |
writeExternal(java.io.ObjectOutput objectOutput) |
public long id
public long companyId
public java.lang.String portletId
public java.lang.String roles
public boolean active
public java.lang.String toString()
toString in class java.lang.Objectpublic com.liferay.portal.model.Portlet toEntityModel()
toEntityModel in interface com.liferay.portal.model.CacheModel<com.liferay.portal.model.Portlet>public void readExternal(java.io.ObjectInput objectInput)
throws java.io.IOException
readExternal in interface java.io.Externalizablejava.io.IOExceptionpublic void writeExternal(java.io.ObjectOutput objectOutput)
throws java.io.IOException
writeExternal in interface java.io.Externalizablejava.io.IOException