public class UserGroupRoleCacheModel
extends java.lang.Object
implements com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.UserGroupRole>, java.io.Externalizable, com.liferay.portal.kernel.model.MVCCModel
Modifier and Type | Field and Description |
---|---|
long |
companyId |
long |
groupId |
long |
mvccVersion |
long |
roleId |
com.liferay.portal.kernel.service.persistence.UserGroupRolePK |
userGroupRolePK |
long |
userId |
Constructor and Description |
---|
UserGroupRoleCacheModel() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object object) |
long |
getMvccVersion() |
int |
hashCode() |
void |
readExternal(java.io.ObjectInput objectInput) |
void |
setMvccVersion(long mvccVersion) |
com.liferay.portal.kernel.model.UserGroupRole |
toEntityModel() |
java.lang.String |
toString() |
void |
writeExternal(java.io.ObjectOutput objectOutput) |
public long mvccVersion
public long userId
public long groupId
public long roleId
public long companyId
public transient com.liferay.portal.kernel.service.persistence.UserGroupRolePK userGroupRolePK
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
public com.liferay.portal.kernel.model.UserGroupRole toEntityModel()
toEntityModel
in interface com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.UserGroupRole>
public void readExternal(java.io.ObjectInput objectInput) throws java.io.IOException
readExternal
in interface java.io.Externalizable
java.io.IOException
public void writeExternal(java.io.ObjectOutput objectOutput) throws java.io.IOException
writeExternal
in interface java.io.Externalizable
java.io.IOException