@Deprecated @ProviderType public interface OrgGroupRoleModel extends BaseModel<OrgGroupRole>, MVCCModel, ShardedModel
This interface and its corresponding implementation com.liferay.portal.model.impl.OrgGroupRoleModelImpl 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.OrgGroupRoleImpl.
OrgGroupRole| Modifier and Type | Method and Description |
|---|---|
OrgGroupRole |
cloneWithOriginalValues()
Deprecated.
|
long |
getCompanyId()
Deprecated.
Returns the company ID of this org group role.
|
long |
getGroupId()
Deprecated.
Returns the group ID of this org group role.
|
long |
getMvccVersion()
Deprecated.
Returns the mvcc version of this org group role.
|
long |
getOrganizationId()
Deprecated.
Returns the organization ID of this org group role.
|
OrgGroupRolePK |
getPrimaryKey()
Deprecated.
Returns the primary key of this org group role.
|
long |
getRoleId()
Deprecated.
Returns the role ID of this org group role.
|
void |
setCompanyId(long companyId)
Deprecated.
Sets the company ID of this org group role.
|
void |
setGroupId(long groupId)
Deprecated.
Sets the group ID of this org group role.
|
void |
setMvccVersion(long mvccVersion)
Deprecated.
Sets the mvcc version of this org group role.
|
void |
setOrganizationId(long organizationId)
Deprecated.
Sets the organization ID of this org group role.
|
void |
setPrimaryKey(OrgGroupRolePK primaryKey)
Deprecated.
Sets the primary key of this org group role.
|
void |
setRoleId(long roleId)
Deprecated.
Sets the role ID of this org group role.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNameOrgGroupRolePK getPrimaryKey()
void setPrimaryKey(OrgGroupRolePK primaryKey)
primaryKey - the primary key of this org group rolelong getMvccVersion()
getMvccVersion in interface MVCCModelvoid setMvccVersion(long mvccVersion)
setMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this org group rolelong getOrganizationId()
void setOrganizationId(long organizationId)
organizationId - the organization ID of this org group rolelong getGroupId()
void setGroupId(long groupId)
groupId - the group ID of this org group rolelong getRoleId()
void setRoleId(long roleId)
roleId - the role ID of this org group rolelong getCompanyId()
getCompanyId in interface ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface ShardedModelcompanyId - the company ID of this org group roleOrgGroupRole cloneWithOriginalValues()
cloneWithOriginalValues in interface BaseModel<OrgGroupRole>