Package com.liferay.portal.kernel.model
Interface UserGroupRoleModel
- All Superinterfaces:
BaseModel<UserGroupRole>
,ClassedModel
,Cloneable
,Comparable<UserGroupRole>
,CTModel<UserGroupRole>
,MVCCModel
,Serializable
,ShardedModel
- All Known Subinterfaces:
UserGroupRole
- All Known Implementing Classes:
UserGroupRoleWrapper
@ProviderType
public interface UserGroupRoleModel
extends BaseModel<UserGroupRole>, CTModel<UserGroupRole>, MVCCModel, ShardedModel
The base model interface for the UserGroupRole service. Represents a row in the "UserGroupRole" database table, with each column mapped to a property of this class.
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
.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the company ID of this user group role.long
Returns the ct collection ID of this user group role.long
Returns the group ID of this user group role.long
Returns the mvcc version of this user group role.long
Returns the primary key of this user group role.long
Returns the role ID of this user group role.long
Returns the user group role ID of this user group role.long
Returns the user ID of this user group role.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.default String
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this user group role.- Specified by:
getPrimaryKey
in interfaceCTModel<UserGroupRole>
- Returns:
- the primary key of this user group role
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this user group role.- Specified by:
setPrimaryKey
in interfaceCTModel<UserGroupRole>
- Parameters:
primaryKey
- the primary key of this user group role
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this user group role.- Specified by:
getMvccVersion
in interfaceMVCCModel
- Returns:
- the mvcc version of this user group role
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this user group role.- Specified by:
setMvccVersion
in interfaceMVCCModel
- Parameters:
mvccVersion
- the mvcc version of this user group role
-
getCtCollectionId
long getCtCollectionId()Returns the ct collection ID of this user group role.- Specified by:
getCtCollectionId
in interfaceCTModel<UserGroupRole>
- Returns:
- the ct collection ID of this user group role
-
setCtCollectionId
void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this user group role.- Specified by:
setCtCollectionId
in interfaceCTModel<UserGroupRole>
- Parameters:
ctCollectionId
- the ct collection ID of this user group role
-
getUserGroupRoleId
long getUserGroupRoleId()Returns the user group role ID of this user group role.- Returns:
- the user group role ID of this user group role
-
setUserGroupRoleId
void setUserGroupRoleId(long userGroupRoleId) Sets the user group role ID of this user group role.- Parameters:
userGroupRoleId
- the user group role ID of this user group role
-
getCompanyId
long getCompanyId()Returns the company ID of this user group role.- Specified by:
getCompanyId
in interfaceShardedModel
- Returns:
- the company ID of this user group role
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this user group role.- Specified by:
setCompanyId
in interfaceShardedModel
- Parameters:
companyId
- the company ID of this user group role
-
getUserId
long getUserId()Returns the user ID of this user group role.- Returns:
- the user ID of this user group role
-
setUserId
void setUserId(long userId) Sets the user ID of this user group role.- Parameters:
userId
- the user ID of this user group role
-
getUserUuid
String getUserUuid()Returns the user uuid of this user group role.- Returns:
- the user uuid of this user group role
-
setUserUuid
Sets the user uuid of this user group role.- Parameters:
userUuid
- the user uuid of this user group role
-
getGroupId
long getGroupId()Returns the group ID of this user group role.- Returns:
- the group ID of this user group role
-
setGroupId
void setGroupId(long groupId) Sets the group ID of this user group role.- Parameters:
groupId
- the group ID of this user group role
-
getRoleId
long getRoleId()Returns the role ID of this user group role.- Returns:
- the role ID of this user group role
-
setRoleId
void setRoleId(long roleId) Sets the role ID of this user group role.- Parameters:
roleId
- the role ID of this user group role
-
cloneWithOriginalValues
UserGroupRole cloneWithOriginalValues()- Specified by:
cloneWithOriginalValues
in interfaceBaseModel<UserGroupRole>
-
toXmlString
-