com.liferay.portal.model.impl
Class LayoutSetPrototypeCacheModel
java.lang.Object
com.liferay.portal.model.impl.LayoutSetPrototypeCacheModel
- All Implemented Interfaces:
- com.liferay.portal.model.CacheModel<com.liferay.portal.model.LayoutSetPrototype>, java.io.Serializable
public class LayoutSetPrototypeCacheModel
- extends java.lang.Object
- implements com.liferay.portal.model.CacheModel<com.liferay.portal.model.LayoutSetPrototype>, java.io.Serializable
The cache model class for representing LayoutSetPrototype in entity cache.
- Author:
- Brian Wing Shun Chan
- See Also:
LayoutSetPrototype,
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
layoutSetPrototypeId
public long layoutSetPrototypeId
companyId
public long companyId
createDate
public long createDate
modifiedDate
public long modifiedDate
name
public java.lang.String name
description
public java.lang.String description
settings
public java.lang.String settings
active
public boolean active
LayoutSetPrototypeCacheModel
public LayoutSetPrototypeCacheModel()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
toEntityModel
public com.liferay.portal.model.LayoutSetPrototype toEntityModel()
- Specified by:
toEntityModel in interface com.liferay.portal.model.CacheModel<com.liferay.portal.model.LayoutSetPrototype>