com.liferay.portal.model.impl
Class LayoutCacheModel
java.lang.Object
com.liferay.portal.model.impl.LayoutCacheModel
- All Implemented Interfaces:
- com.liferay.portal.model.CacheModel<com.liferay.portal.model.Layout>, java.io.Serializable
public class LayoutCacheModel
- extends java.lang.Object
- implements com.liferay.portal.model.CacheModel<com.liferay.portal.model.Layout>, java.io.Serializable
The cache model class for representing Layout in entity cache.
- Author:
- Brian Wing Shun Chan
- See Also:
Layout,
Serialized Form- Generated:
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
uuid
public java.lang.String uuid
plid
public long plid
groupId
public long groupId
companyId
public long companyId
createDate
public long createDate
modifiedDate
public long modifiedDate
privateLayout
public boolean privateLayout
layoutId
public long layoutId
parentLayoutId
public long parentLayoutId
name
public java.lang.String name
title
public java.lang.String title
description
public java.lang.String description
keywords
public java.lang.String keywords
robots
public java.lang.String robots
type
public java.lang.String type
typeSettings
public java.lang.String typeSettings
hidden
public boolean hidden
friendlyURL
public java.lang.String friendlyURL
iconImage
public boolean iconImage
iconImageId
public long iconImageId
themeId
public java.lang.String themeId
colorSchemeId
public java.lang.String colorSchemeId
wapThemeId
public java.lang.String wapThemeId
wapColorSchemeId
public java.lang.String wapColorSchemeId
css
public java.lang.String css
priority
public int priority
layoutPrototypeUuid
public java.lang.String layoutPrototypeUuid
layoutPrototypeLinkEnabled
public boolean layoutPrototypeLinkEnabled
sourcePrototypeLayoutUuid
public java.lang.String sourcePrototypeLayoutUuid
LayoutCacheModel
public LayoutCacheModel()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
toEntityModel
public com.liferay.portal.model.Layout toEntityModel()
- Specified by:
toEntityModel in interface com.liferay.portal.model.CacheModel<com.liferay.portal.model.Layout>