@ProviderType public interface UserGroupRoleModel extends BaseModel<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 |
|---|---|
long |
getCompanyId()
Returns the company 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.
|
UserGroupRolePK |
getPrimaryKey()
Returns the primary key of this user group role.
|
long |
getRoleId()
Returns the 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 |
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(UserGroupRolePK primaryKey)
Sets the primary key of this user group role.
|
void |
setRoleId(long roleId)
Sets the 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, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNameUserGroupRolePK getPrimaryKey()
void setPrimaryKey(UserGroupRolePK primaryKey)
primaryKey - the primary key of this user group rolelong getMvccVersion()
getMvccVersion in interface MVCCModelvoid setMvccVersion(long mvccVersion)
setMvccVersion in interface MVCCModelmvccVersion - the mvcc version 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 rolelong getCompanyId()
getCompanyId in interface ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface ShardedModelcompanyId - the company ID of this user group role