Liferay 6.1.2-ce-ga3

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.UserGroupGroupRoleBaseImpl
              extended by com.liferay.portal.model.impl.UserGroupGroupRoleImpl
All Implemented Interfaces:
BaseModel<UserGroupGroupRole>, ClassedModel, PersistedModel, UserGroupGroupRole, UserGroupGroupRoleModel, Serializable, Cloneable, Comparable<UserGroupGroupRole>

public class UserGroupGroupRoleImpl
extends UserGroupGroupRoleBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.UserGroupGroupRoleModelImpl
COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, GROUPID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, ROLEID_COLUMN_BITMASK, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, USERGROUPID_COLUMN_BITMASK
 
Constructor Summary
UserGroupGroupRoleImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portal.model.impl.UserGroupGroupRoleBaseImpl
persist
 
Methods inherited from class com.liferay.portal.model.impl.UserGroupGroupRoleModelImpl
clone, compareTo, equals, getColumnBitmask, getGroupId, getModelAttributes, getModelClass, getModelClassName, getOriginalGroupId, getOriginalRoleId, getOriginalUserGroupId, getPrimaryKey, getPrimaryKeyObj, getRoleId, getUserGroupId, hashCode, resetOriginalValues, setGroupId, setModelAttributes, setPrimaryKey, setPrimaryKeyObj, setRoleId, setUserGroupId, toCacheModel, toEscapedModel, toModel, toModels, toString, toUnescapedModel, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getExpandoBridge, getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, 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, setExpandoBridgeAttributes, setGroupId, setNew, setPrimaryKey, setPrimaryKeyObj, setRoleId, setUserGroupId, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 

Constructor Detail

UserGroupGroupRoleImpl

public UserGroupGroupRoleImpl()

Liferay 6.1.2-ce-ga3