@ProviderType public interface UserGroupRoleModel extends BaseModel<UserGroupRole>, CTModel<UserGroupRole>, MVCCModel, ShardedModel
This interface and its corresponding implementation com.liferay.portal.model.impl.UserGroupRoleModelImpl
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.UserGroupRoleImpl
.
UserGroupRole
Modifier and Type | Method and Description |
---|---|
UserGroupRole |
cloneWithOriginalValues() |
long |
getCompanyId()
Returns the company ID of this user group role.
|
long |
getCtCollectionId()
Returns the ct collection ID of this user group role.
|
long |
getGroupId()
Returns the group ID of this user group role.
|
long |
getMvccVersion()
Returns the mvcc version of this user group role.
|
long |
getPrimaryKey()
Returns the primary key of this user group role.
|
long |
getRoleId()
Returns the role ID of this user group role.
|
long |
getUserGroupRoleId()
Returns the user group role ID of this user group role.
|
long |
getUserId()
Returns the user ID of this user group role.
|
String |
getUserUuid()
Returns the user uuid of this user group role.
|
void |
setCompanyId(long companyId)
Sets the company ID of this user group role.
|
void |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID of this user group role.
|
void |
setGroupId(long groupId)
Sets the group ID of this user group role.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this user group role.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this user group role.
|
void |
setRoleId(long roleId)
Sets the role ID of this user group role.
|
void |
setUserGroupRoleId(long userGroupRoleId)
Sets the user group role ID of this user group role.
|
void |
setUserId(long userId)
Sets the user ID of this user group role.
|
void |
setUserUuid(String userUuid)
Sets the user uuid of this user group role.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlString
getModelClass, getModelClassName
long getPrimaryKey()
getPrimaryKey
in interface CTModel<UserGroupRole>
void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface CTModel<UserGroupRole>
primaryKey
- the primary key of this user group rolelong getMvccVersion()
getMvccVersion
in interface MVCCModel
void setMvccVersion(long mvccVersion)
setMvccVersion
in interface MVCCModel
mvccVersion
- the mvcc version of this user group rolelong getCtCollectionId()
getCtCollectionId
in interface CTModel<UserGroupRole>
void setCtCollectionId(long ctCollectionId)
setCtCollectionId
in interface CTModel<UserGroupRole>
ctCollectionId
- the ct collection ID of this user group rolelong getUserGroupRoleId()
void setUserGroupRoleId(long userGroupRoleId)
userGroupRoleId
- the user group role ID of this user group rolelong getCompanyId()
getCompanyId
in interface ShardedModel
void setCompanyId(long companyId)
setCompanyId
in interface ShardedModel
companyId
- the company ID of this user group rolelong getUserId()
void setUserId(long userId)
userId
- the user ID of this user group roleString getUserUuid()
void setUserUuid(String userUuid)
userUuid
- the user uuid of this user group rolelong getGroupId()
void setGroupId(long groupId)
groupId
- the group ID of this user group rolelong getRoleId()
void setRoleId(long roleId)
roleId
- the role ID of this user group roleUserGroupRole cloneWithOriginalValues()
cloneWithOriginalValues
in interface BaseModel<UserGroupRole>