Liferay 6.0.5

com.liferay.portal.model.impl
Class UserGroupGroupRoleImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<UserGroupGroupRole>
      extended by com.liferay.portal.model.impl.UserGroupGroupRoleModelImpl
          extended by com.liferay.portal.model.impl.UserGroupGroupRoleImpl
All Implemented Interfaces:
BaseModel<UserGroupGroupRole>, UserGroupGroupRole, UserGroupGroupRoleModel, Serializable, Cloneable, Comparable<UserGroupGroupRole>

public class UserGroupGroupRoleImpl
extends UserGroupGroupRoleModelImpl
implements UserGroupGroupRole

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.UserGroupGroupRoleModelImpl
DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
UserGroupGroupRoleImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portal.model.impl.UserGroupGroupRoleModelImpl
clone, compareTo, equals, getGroupId, getPrimaryKey, getPrimaryKeyObj, getRoleId, getUserGroupId, hashCode, setGroupId, setPrimaryKey, setRoleId, setUserGroupId, toEscapedModel, toModel, toModels, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getExpandoBridge, isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setExpandoBridgeAttributes, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.model.UserGroupGroupRoleModel
clone, compareTo, getExpandoBridge, getGroupId, getPrimaryKey, getPrimaryKeyObj, getRoleId, getUserGroupId, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setExpandoBridgeAttributes, setGroupId, setNew, setPrimaryKey, setRoleId, setUserGroupId, toEscapedModel, toString, toXmlString
 

Constructor Detail

UserGroupGroupRoleImpl

public UserGroupGroupRoleImpl()

Liferay 6.0.5