@ProviderType public interface UserGroupGroupRoleModel extends BaseModel<UserGroupGroupRole>, CTModel<UserGroupGroupRole>, MVCCModel, ShardedModel
This interface and its corresponding implementation com.liferay.portal.model.impl.UserGroupGroupRoleModelImpl
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.portal.model.impl.UserGroupGroupRoleImpl
.
UserGroupGroupRole
Modifier and Type | Method and Description |
---|---|
UserGroupGroupRole |
cloneWithOriginalValues() |
long |
getCompanyId()
Returns the company ID of this user group group role.
|
long |
getCtCollectionId()
Returns the ct collection ID of this user group group role.
|
long |
getGroupId()
Returns the group ID of this user group group role.
|
long |
getMvccVersion()
Returns the mvcc version of this user group group role.
|
long |
getPrimaryKey()
Returns the primary key of this user group group role.
|
long |
getRoleId()
Returns the role ID of this user group group role.
|
long |
getUserGroupGroupRoleId()
Returns the user group group role ID of this user group group role.
|
long |
getUserGroupId()
Returns the user group ID of this user group group role.
|
void |
setCompanyId(long companyId)
Sets the company ID of this user group group role.
|
void |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID of this user group group role.
|
void |
setGroupId(long groupId)
Sets the group ID of this user group group role.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this user group group role.
|
void |
setPrimaryKey(long 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 |
setUserGroupGroupRoleId(long userGroupGroupRoleId)
Sets the user group group role ID of this user group group role.
|
void |
setUserGroupId(long userGroupId)
Sets the user group ID of this user group group role.
|
default String |
toXmlString() |
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
getModelClass, getModelClassName
long getPrimaryKey()
getPrimaryKey
in interface CTModel<UserGroupGroupRole>
void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface CTModel<UserGroupGroupRole>
primaryKey
- the primary key of this user group group rolelong getMvccVersion()
getMvccVersion
in interface MVCCModel
void setMvccVersion(long mvccVersion)
setMvccVersion
in interface MVCCModel
mvccVersion
- the mvcc version of this user group group rolelong getCtCollectionId()
getCtCollectionId
in interface CTModel<UserGroupGroupRole>
void setCtCollectionId(long ctCollectionId)
setCtCollectionId
in interface CTModel<UserGroupGroupRole>
ctCollectionId
- the ct collection ID of this user group group rolelong getUserGroupGroupRoleId()
void setUserGroupGroupRoleId(long userGroupGroupRoleId)
userGroupGroupRoleId
- the user group group role ID of this user group group rolelong getCompanyId()
getCompanyId
in interface ShardedModel
void setCompanyId(long companyId)
setCompanyId
in interface ShardedModel
companyId
- the company ID of this user group group rolelong getUserGroupId()
void setUserGroupId(long userGroupId)
userGroupId
- the user group ID of this user group group rolelong getGroupId()
void setGroupId(long groupId)
groupId
- the group ID of this user group group rolelong getRoleId()
void setRoleId(long roleId)
roleId
- the role ID of this user group group roleUserGroupGroupRole cloneWithOriginalValues()
cloneWithOriginalValues
in interface BaseModel<UserGroupGroupRole>
default String toXmlString()