Liferay 7.0-ce-b4

com.liferay.portal.model.impl
Class GroupCacheModel

java.lang.Object
  extended by com.liferay.portal.model.impl.GroupCacheModel
All Implemented Interfaces:
CacheModel<Group>, MVCCModel, Externalizable, Serializable

@ProviderType
public class GroupCacheModel
extends Object
implements CacheModel<Group>, Externalizable, MVCCModel

The cache model class for representing Group in entity cache.

See Also:
Group, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
 boolean active
           
 long classNameId
           
 long classPK
           
 long companyId
           
 long creatorUserId
           
 String description
           
 String friendlyURL
           
 long groupId
           
 String groupKey
           
 boolean inheritContent
           
 long liveGroupId
           
 boolean manualMembership
           
 int membershipRestriction
           
 long mvccVersion
           
 String name
           
 long parentGroupId
           
 int remoteStagingGroupCount
           
 boolean site
           
 String treePath
           
 int type
           
 String typeSettings
           
 String uuid
           
 
Constructor Summary
GroupCacheModel()
           
 
Method Summary
 boolean equals(Object obj)
           
 long getMvccVersion()
           
 int hashCode()
           
 void readExternal(ObjectInput objectInput)
           
 void setMvccVersion(long mvccVersion)
           
 Group toEntityModel()
           
 String toString()
           
 void writeExternal(ObjectOutput objectOutput)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

mvccVersion

public long mvccVersion

uuid

public String uuid

groupId

public long groupId

companyId

public long companyId

creatorUserId

public long creatorUserId

classNameId

public long classNameId

classPK

public long classPK

parentGroupId

public long parentGroupId

liveGroupId

public long liveGroupId

treePath

public String treePath

groupKey

public String groupKey

name

public String name

description

public String description

type

public int type

typeSettings

public String typeSettings

manualMembership

public boolean manualMembership

membershipRestriction

public int membershipRestriction

friendlyURL

public String friendlyURL

site

public boolean site

remoteStagingGroupCount

public int remoteStagingGroupCount

inheritContent

public boolean inheritContent

active

public boolean active
Constructor Detail

GroupCacheModel

public GroupCacheModel()
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getMvccVersion

public long getMvccVersion()
Specified by:
getMvccVersion in interface MVCCModel

setMvccVersion

public void setMvccVersion(long mvccVersion)
Specified by:
setMvccVersion in interface MVCCModel

toString

public String toString()
Overrides:
toString in class Object

toEntityModel

public Group toEntityModel()
Specified by:
toEntityModel in interface CacheModel<Group>

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

Liferay 7.0-ce-b4