Package com.liferay.portal.kernel.model
Interface UserGroupGroupRoleModel
- All Superinterfaces:
BaseModel<UserGroupGroupRole>,ClassedModel,Cloneable,Comparable<UserGroupGroupRole>,CTModel<UserGroupGroupRole>,MVCCModel,Serializable,ShardedModel
- All Known Subinterfaces:
UserGroupGroupRole
- All Known Implementing Classes:
UserGroupGroupRoleWrapper
@ProviderType
public interface UserGroupGroupRoleModel
extends BaseModel<UserGroupGroupRole>, CTModel<UserGroupGroupRole>, MVCCModel, ShardedModel
The base model interface for the UserGroupGroupRole service. Represents a row in the "UserGroupGroupRole" database table, with each column mapped to a property of this class.
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.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Method Summary
Modifier and TypeMethodDescriptionlongReturns the company ID of this user group group role.longReturns the ct collection ID of this user group group role.longReturns the group ID of this user group group role.longReturns the mvcc version of this user group group role.longReturns the primary key of this user group group role.longReturns the role ID of this user group group role.longReturns the user group group role ID of this user group group role.longReturns the user group ID of this user group group role.voidsetCompanyId(long companyId) Sets the company ID of this user group group role.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this user group group role.voidsetGroupId(long groupId) Sets the group ID of this user group group role.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this user group group role.voidsetPrimaryKey(long primaryKey) Sets the primary key of this user group group role.voidsetRoleId(long roleId) Sets the role ID of this user group group role.voidsetUserGroupGroupRoleId(long userGroupGroupRoleId) Sets the user group group role ID of this user group group role.voidsetUserGroupId(long userGroupId) Sets the user group ID of this user group group role.default StringMethods 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, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this user group group role.- Specified by:
getPrimaryKeyin interfaceCTModel<UserGroupGroupRole>- Returns:
- the primary key of this user group group role
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this user group group role.- Specified by:
setPrimaryKeyin interfaceCTModel<UserGroupGroupRole>- Parameters:
primaryKey- the primary key of this user group group role
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this user group group role.- Specified by:
getMvccVersionin interfaceMVCCModel- Returns:
- the mvcc version of this user group group role
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this user group group role.- Specified by:
setMvccVersionin interfaceMVCCModel- Parameters:
mvccVersion- the mvcc version of this user group group role
-
getCtCollectionId
long getCtCollectionId()Returns the ct collection ID of this user group group role.- Specified by:
getCtCollectionIdin interfaceCTModel<UserGroupGroupRole>- Returns:
- the ct collection ID of this user group group role
-
setCtCollectionId
void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this user group group role.- Specified by:
setCtCollectionIdin interfaceCTModel<UserGroupGroupRole>- Parameters:
ctCollectionId- the ct collection ID of this user group group role
-
getUserGroupGroupRoleId
long getUserGroupGroupRoleId()Returns the user group group role ID of this user group group role.- Returns:
- the user group group role ID of this user group group role
-
setUserGroupGroupRoleId
void setUserGroupGroupRoleId(long userGroupGroupRoleId) Sets the user group group role ID of this user group group role.- Parameters:
userGroupGroupRoleId- the user group group role ID of this user group group role
-
getCompanyId
long getCompanyId()Returns the company ID of this user group group role.- Specified by:
getCompanyIdin interfaceShardedModel- Returns:
- the company ID of this user group group role
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this user group group role.- Specified by:
setCompanyIdin interfaceShardedModel- Parameters:
companyId- the company ID of this user group group role
-
getUserGroupId
long getUserGroupId()Returns the user group ID of this user group group role.- Returns:
- the user group ID of this user group group role
-
setUserGroupId
void setUserGroupId(long userGroupId) Sets the user group ID of this user group group role.- Parameters:
userGroupId- the user group ID of this user group group role
-
getGroupId
long getGroupId()Returns the group ID of this user group group role.- Returns:
- the group ID of this user group group role
-
setGroupId
void setGroupId(long groupId) Sets the group ID of this user group group role.- Parameters:
groupId- the group ID of this user group group role
-
getRoleId
long getRoleId()Returns the role ID of this user group group role.- Returns:
- the role ID of this user group group role
-
setRoleId
void setRoleId(long roleId) Sets the role ID of this user group group role.- Parameters:
roleId- the role ID of this user group group role
-
cloneWithOriginalValues
UserGroupGroupRole cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfaceBaseModel<UserGroupGroupRole>
-
toXmlString
-