@ProviderType
public class LayoutCacheModel
extends Object
implements com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.Layout>, Externalizable, com.liferay.portal.kernel.model.MVCCModel
Layout
,
Serialized FormModifier and Type | Field and Description |
---|---|
String |
colorSchemeId |
long |
companyId |
long |
createDate |
String |
css |
String |
description |
String |
friendlyURL |
long |
groupId |
boolean |
hidden |
long |
iconImageId |
String |
keywords |
long |
lastPublishDate |
long |
layoutId |
boolean |
layoutPrototypeLinkEnabled |
String |
layoutPrototypeUuid |
long |
modifiedDate |
long |
mvccVersion |
String |
name |
long |
parentLayoutId |
long |
plid |
int |
priority |
boolean |
privateLayout |
String |
robots |
String |
sourcePrototypeLayoutUuid |
String |
themeId |
String |
title |
String |
type |
String |
typeSettings |
long |
userId |
String |
userName |
String |
uuid |
Constructor and Description |
---|
LayoutCacheModel() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
long |
getMvccVersion() |
int |
hashCode() |
void |
readExternal(ObjectInput objectInput) |
void |
setMvccVersion(long mvccVersion) |
com.liferay.portal.kernel.model.Layout |
toEntityModel() |
String |
toString() |
void |
writeExternal(ObjectOutput objectOutput) |
public long mvccVersion
public String uuid
public long plid
public long groupId
public long companyId
public long userId
public String userName
public long createDate
public long modifiedDate
public boolean privateLayout
public long layoutId
public long parentLayoutId
public String name
public String title
public String description
public String keywords
public String robots
public String type
public String typeSettings
public boolean hidden
public String friendlyURL
public long iconImageId
public String themeId
public String colorSchemeId
public String css
public int priority
public String layoutPrototypeUuid
public boolean layoutPrototypeLinkEnabled
public String sourcePrototypeLayoutUuid
public long lastPublishDate
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
public long getMvccVersion()
getMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
public void setMvccVersion(long mvccVersion)
setMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
public String toString()
toString
in class Object
public com.liferay.portal.kernel.model.Layout toEntityModel()
toEntityModel
in interface com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.Layout>
public void readExternal(ObjectInput objectInput) throws IOException
readExternal
in interface Externalizable
IOException
public void writeExternal(ObjectOutput objectOutput) throws IOException
writeExternal
in interface Externalizable
IOException