Liferay 6.1.2-ce-ga3

com.liferay.portal.model.impl
Class UserGroupCacheModel

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

public class UserGroupCacheModel
extends Object
implements CacheModel<UserGroup>, Serializable

The cache model class for representing UserGroup in entity cache.

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

Field Summary
 boolean addedByLDAPImport
           
 long companyId
           
 String description
           
 String name
           
 long parentUserGroupId
           
 long userGroupId
           
 
Constructor Summary
UserGroupCacheModel()
           
 
Method Summary
 UserGroup toEntityModel()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

userGroupId

public long userGroupId

companyId

public long companyId

parentUserGroupId

public long parentUserGroupId

name

public String name

description

public String description

addedByLDAPImport

public boolean addedByLDAPImport
Constructor Detail

UserGroupCacheModel

public UserGroupCacheModel()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toEntityModel

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

Liferay 6.1.2-ce-ga3