@ProviderType public interface AccountEntryOrganizationRelModel extends com.liferay.portal.kernel.model.BaseModel<AccountEntryOrganizationRel>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
This interface and its corresponding implementation com.liferay.account.model.impl.AccountEntryOrganizationRelModelImpl 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.AccountEntryOrganizationRelImpl.
AccountEntryOrganizationRel| Modifier and Type | Method and Description |
|---|---|
AccountEntryOrganizationRel |
cloneWithOriginalValues() |
long |
getAccountEntryId()
Returns the account entry ID of this account entry organization rel.
|
long |
getAccountEntryOrganizationRelId()
Returns the account entry organization rel ID of this account entry organization rel.
|
long |
getCompanyId()
Returns the company ID of this account entry organization rel.
|
long |
getMvccVersion()
Returns the mvcc version of this account entry organization rel.
|
long |
getOrganizationId()
Returns the organization ID of this account entry organization rel.
|
long |
getPrimaryKey()
Returns the primary key of this account entry organization rel.
|
void |
setAccountEntryId(long accountEntryId)
Sets the account entry ID of this account entry organization rel.
|
void |
setAccountEntryOrganizationRelId(long accountEntryOrganizationRelId)
Sets the account entry organization rel ID of this account entry organization rel.
|
void |
setCompanyId(long companyId)
Sets the company ID of this account entry organization rel.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this account entry organization rel.
|
void |
setOrganizationId(long organizationId)
Sets the organization ID of this account entry organization rel.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this account entry organization rel.
|
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 entry organization rellong 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 entry organization rellong getAccountEntryOrganizationRelId()
void setAccountEntryOrganizationRelId(long accountEntryOrganizationRelId)
accountEntryOrganizationRelId - the account entry organization rel ID of this account entry organization rellong 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 entry organization rellong getAccountEntryId()
void setAccountEntryId(long accountEntryId)
accountEntryId - the account entry ID of this account entry organization rellong getOrganizationId()
void setOrganizationId(long organizationId)
organizationId - the organization ID of this account entry organization relAccountEntryOrganizationRel cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<AccountEntryOrganizationRel>