com.liferay.portal.model.impl
Class LayoutSetCacheModel
java.lang.Object
com.liferay.portal.model.impl.LayoutSetCacheModel
- All Implemented Interfaces:
- com.liferay.portal.model.CacheModel<com.liferay.portal.model.LayoutSet>, java.io.Serializable
public class LayoutSetCacheModel
- extends java.lang.Object
- implements com.liferay.portal.model.CacheModel<com.liferay.portal.model.LayoutSet>, java.io.Serializable
The cache model class for representing LayoutSet in entity cache.
- Author:
- Brian Wing Shun Chan
- See Also:
LayoutSet,
Serialized Form- Generated:
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
layoutSetId
public long layoutSetId
groupId
public long groupId
companyId
public long companyId
createDate
public long createDate
modifiedDate
public long modifiedDate
privateLayout
public boolean privateLayout
logo
public boolean logo
logoId
public long logoId
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
pageCount
public int pageCount
settings
public java.lang.String settings
layoutSetPrototypeUuid
public java.lang.String layoutSetPrototypeUuid
layoutSetPrototypeLinkEnabled
public boolean layoutSetPrototypeLinkEnabled
LayoutSetCacheModel
public LayoutSetCacheModel()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
toEntityModel
public com.liferay.portal.model.LayoutSet toEntityModel()
- Specified by:
toEntityModel in interface com.liferay.portal.model.CacheModel<com.liferay.portal.model.LayoutSet>