Liferay 6.1.2-ce-ga3

com.liferay.portal.model.impl
Class GroupCacheModel

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

public class GroupCacheModel
extends Object
implements CacheModel<Group>, Serializable

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
           
 long liveGroupId
           
 String name
           
 long parentGroupId
           
 boolean site
           
 int type
           
 String typeSettings
           
 
Constructor Summary
GroupCacheModel()
           
 
Method Summary
 Group toEntityModel()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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

name

public String name

description

public String description

type

public int type

typeSettings

public String typeSettings

friendlyURL

public String friendlyURL

site

public boolean site

active

public boolean active
Constructor Detail

GroupCacheModel

public GroupCacheModel()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toEntityModel

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

Liferay 6.1.2-ce-ga3