com.liferay.portal.model.impl
Class LayoutSetPrototypeCacheModel

java.lang.Object
  extended by 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:

Field Summary
 boolean active
           
 long companyId
           
 long createDate
           
 java.lang.String description
           
 long layoutSetPrototypeId
           
 long modifiedDate
           
 java.lang.String name
           
 java.lang.String settings
           
 java.lang.String uuid
           
 
Constructor Summary
LayoutSetPrototypeCacheModel()
           
 
Method Summary
 com.liferay.portal.model.LayoutSetPrototype toEntityModel()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

LayoutSetPrototypeCacheModel

public LayoutSetPrototypeCacheModel()
Method Detail

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>