com.liferay.portal.model.impl
Class LayoutPrototypeCacheModel
java.lang.Object
com.liferay.portal.model.impl.LayoutPrototypeCacheModel
- All Implemented Interfaces:
- CacheModel<LayoutPrototype>, Externalizable, Serializable
public class LayoutPrototypeCacheModel
- extends Object
- implements CacheModel<LayoutPrototype>, Externalizable
The cache model class for representing LayoutPrototype in entity cache.
- See Also:
LayoutPrototype,
Serialized Form- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
uuid
public String uuid
layoutPrototypeId
public long layoutPrototypeId
companyId
public long companyId
name
public String name
description
public String description
settings
public String settings
active
public boolean active
LayoutPrototypeCacheModel
public LayoutPrototypeCacheModel()
toString
public String toString()
- Overrides:
toString in class Object
toEntityModel
public LayoutPrototype toEntityModel()
- Specified by:
toEntityModel in interface CacheModel<LayoutPrototype>
readExternal
public void readExternal(ObjectInput objectInput)
throws IOException
- Specified by:
readExternal in interface Externalizable
- Throws:
IOException
writeExternal
public void writeExternal(ObjectOutput objectOutput)
throws IOException
- Specified by:
writeExternal in interface Externalizable
- Throws:
IOException