public class UserGroupGroupRoleWrapper extends BaseModelWrapper<UserGroupGroupRole> implements ModelWrapper<UserGroupGroupRole>, UserGroupGroupRole
This class is a wrapper for UserGroupGroupRole.
UserGroupGroupRole,
Serialized FormmodelGROUP_ID_ACCESSOR, ROLE_ID_ACCESSOR, USER_GROUP_ID_ACCESSOR| Constructor and Description |
|---|
UserGroupGroupRoleWrapper(UserGroupGroupRole userGroupGroupRole) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCompanyId()
Returns the company ID of this user group group role.
|
Group |
getGroup() |
long |
getGroupId()
Returns the group ID of this user group group role.
|
Map<String,Object> |
getModelAttributes() |
long |
getMvccVersion()
Returns the mvcc version of this user group group role.
|
UserGroupGroupRolePK |
getPrimaryKey()
Returns the primary key of this user group group role.
|
Role |
getRole() |
long |
getRoleId()
Returns the role ID of this user group group role.
|
UserGroup |
getUserGroup() |
long |
getUserGroupId()
Returns the user group ID of this user group group role.
|
void |
persist()
NOTE FOR DEVELOPERS:
Never modify or reference this class directly.
|
void |
setCompanyId(long companyId)
Sets the company ID of this user group group role.
|
void |
setGroupId(long groupId)
Sets the group ID of this user group group role.
|
void |
setModelAttributes(Map<String,Object> attributes) |
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this user group group role.
|
void |
setPrimaryKey(UserGroupGroupRolePK primaryKey)
Sets the primary key of this user group group role.
|
void |
setRoleId(long roleId)
Sets the role ID of this user group group role.
|
void |
setUserGroupId(long userGroupId)
Sets the user group ID of this user group group role.
|
protected UserGroupGroupRoleWrapper |
wrap(UserGroupGroupRole userGroupGroupRole) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlStringgetWrappedModelclone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamepublic UserGroupGroupRoleWrapper(UserGroupGroupRole userGroupGroupRole)
public Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<UserGroupGroupRole>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<UserGroupGroupRole>public long getCompanyId()
getCompanyId in interface ShardedModelgetCompanyId in interface UserGroupGroupRoleModelpublic Group getGroup() throws PortalException
getGroup in interface UserGroupGroupRolePortalExceptionpublic long getGroupId()
getGroupId in interface UserGroupGroupRoleModelpublic long getMvccVersion()
getMvccVersion in interface MVCCModelgetMvccVersion in interface UserGroupGroupRoleModelpublic UserGroupGroupRolePK getPrimaryKey()
getPrimaryKey in interface UserGroupGroupRoleModelpublic Role getRole() throws PortalException
getRole in interface UserGroupGroupRolePortalExceptionpublic long getRoleId()
getRoleId in interface UserGroupGroupRoleModelpublic UserGroup getUserGroup() throws PortalException
getUserGroup in interface UserGroupGroupRolePortalExceptionpublic long getUserGroupId()
getUserGroupId in interface UserGroupGroupRoleModelpublic void persist()
UserGroupGroupRole interface instead.persist in interface PersistedModelpublic void setCompanyId(long companyId)
setCompanyId in interface ShardedModelsetCompanyId in interface UserGroupGroupRoleModelcompanyId - the company ID of this user group group rolepublic void setGroupId(long groupId)
setGroupId in interface UserGroupGroupRoleModelgroupId - the group ID of this user group group rolepublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface MVCCModelsetMvccVersion in interface UserGroupGroupRoleModelmvccVersion - the mvcc version of this user group group rolepublic void setPrimaryKey(UserGroupGroupRolePK primaryKey)
setPrimaryKey in interface UserGroupGroupRoleModelprimaryKey - the primary key of this user group group rolepublic void setRoleId(long roleId)
setRoleId in interface UserGroupGroupRoleModelroleId - the role ID of this user group group rolepublic void setUserGroupId(long userGroupId)
setUserGroupId in interface UserGroupGroupRoleModeluserGroupId - the user group ID of this user group group roleprotected UserGroupGroupRoleWrapper wrap(UserGroupGroupRole userGroupGroupRole)
wrap in class BaseModelWrapper<UserGroupGroupRole>