@ProviderType
public class LayoutBranchCacheModel
extends java.lang.Object
implements com.liferay.portal.model.CacheModel<com.liferay.portal.model.LayoutBranch>, java.io.Externalizable, com.liferay.portal.model.MVCCModel
LayoutBranch,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
long |
companyId |
java.lang.String |
description |
long |
groupId |
long |
layoutBranchId |
long |
layoutSetBranchId |
boolean |
master |
long |
mvccVersion |
java.lang.String |
name |
long |
plid |
long |
userId |
java.lang.String |
userName |
| Constructor and Description |
|---|
LayoutBranchCacheModel() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
long |
getMvccVersion() |
int |
hashCode() |
void |
readExternal(java.io.ObjectInput objectInput) |
void |
setMvccVersion(long mvccVersion) |
com.liferay.portal.model.LayoutBranch |
toEntityModel() |
java.lang.String |
toString() |
void |
writeExternal(java.io.ObjectOutput objectOutput) |
public long mvccVersion
public long layoutBranchId
public long groupId
public long companyId
public long userId
public java.lang.String userName
public long layoutSetBranchId
public long plid
public java.lang.String name
public java.lang.String description
public boolean master
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic long getMvccVersion()
getMvccVersion in interface com.liferay.portal.model.MVCCModelpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface com.liferay.portal.model.MVCCModelpublic java.lang.String toString()
toString in class java.lang.Objectpublic com.liferay.portal.model.LayoutBranch toEntityModel()
toEntityModel in interface com.liferay.portal.model.CacheModel<com.liferay.portal.model.LayoutBranch>public void readExternal(java.io.ObjectInput objectInput)
throws java.io.IOException
readExternal in interface java.io.Externalizablejava.io.IOExceptionpublic void writeExternal(java.io.ObjectOutput objectOutput)
throws java.io.IOException
writeExternal in interface java.io.Externalizablejava.io.IOException