@ProviderType public interface AccountRoleModel extends com.liferay.portal.kernel.model.BaseModel<AccountRole>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
This interface and its corresponding implementation com.liferay.account.model.impl.AccountRoleModelImpl 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.account.model.impl.AccountRoleImpl.
AccountRole| Modifier and Type | Method and Description |
|---|---|
AccountRole |
cloneWithOriginalValues() |
long |
getAccountEntryId()
Returns the account entry ID of this account role.
|
long |
getAccountRoleId()
Returns the account role ID of this account role.
|
long |
getCompanyId()
Returns the company ID of this account role.
|
long |
getMvccVersion()
Returns the mvcc version of this account role.
|
long |
getPrimaryKey()
Returns the primary key of this account role.
|
long |
getRoleId()
Returns the role ID of this account role.
|
void |
setAccountEntryId(long accountEntryId)
Sets the account entry ID of this account role.
|
void |
setAccountRoleId(long accountRoleId)
Sets the account role ID of this account role.
|
void |
setCompanyId(long companyId)
Sets the company ID of this account role.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this account role.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this account role.
|
void |
setRoleId(long roleId)
Sets the role ID of this account role.
|
default java.lang.String |
toXmlString() |
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModellong getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this account rolelong getMvccVersion()
getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelvoid setMvccVersion(long mvccVersion)
setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this account rolelong getAccountRoleId()
void setAccountRoleId(long accountRoleId)
accountRoleId - the account role ID of this account rolelong getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this account rolelong getAccountEntryId()
void setAccountEntryId(long accountEntryId)
accountEntryId - the account entry ID of this account rolelong getRoleId()
void setRoleId(long roleId)
roleId - the role ID of this account roleAccountRole cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<AccountRole>default java.lang.String toXmlString()