com.liferay.portal.model.impl
Class LayoutSetPrototypeCacheModel
java.lang.Object
com.liferay.portal.model.impl.LayoutSetPrototypeCacheModel
- All Implemented Interfaces:
- CacheModel<LayoutSetPrototype>, Serializable
public class LayoutSetPrototypeCacheModel
- extends Object
- implements CacheModel<LayoutSetPrototype>, Serializable
The cache model class for representing LayoutSetPrototype in entity cache.
- See Also:
LayoutSetPrototype
,
Serialized Form- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
uuid
public String uuid
layoutSetPrototypeId
public long layoutSetPrototypeId
companyId
public long companyId
createDate
public long createDate
modifiedDate
public long modifiedDate
name
public String name
description
public String description
settings
public String settings
active
public boolean active
LayoutSetPrototypeCacheModel
public LayoutSetPrototypeCacheModel()
toString
public String toString()
- Overrides:
toString
in class Object
toEntityModel
public LayoutSetPrototype toEntityModel()
- Specified by:
toEntityModel
in interface CacheModel<LayoutSetPrototype>