@ProviderType public interface AccountGroupAccountEntryRelModel extends BaseModel<AccountGroupAccountEntryRel>, MVCCModel, ShardedModel
This interface and its corresponding implementation com.liferay.account.model.impl.AccountGroupAccountEntryRelModelImpl 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.AccountGroupAccountEntryRelImpl.
AccountGroupAccountEntryRel| Modifier and Type | Method and Description |
|---|---|
long |
getAccountEntryId()
Returns the account entry ID of this account group account entry rel.
|
long |
getAccountGroupAccountEntryRelId()
Returns the account group account entry rel ID of this account group account entry rel.
|
long |
getAccountGroupId()
Returns the account group ID of this account group account entry rel.
|
long |
getCompanyId()
Returns the company ID of this account group account entry rel.
|
long |
getMvccVersion()
Returns the mvcc version of this account group account entry rel.
|
long |
getPrimaryKey()
Returns the primary key of this account group account entry rel.
|
void |
setAccountEntryId(long accountEntryId)
Sets the account entry ID of this account group account entry rel.
|
void |
setAccountGroupAccountEntryRelId(long AccountGroupAccountEntryRelId)
Sets the account group account entry rel ID of this account group account entry rel.
|
void |
setAccountGroupId(long accountGroupId)
Sets the account group ID of this account group account entry rel.
|
void |
setCompanyId(long companyId)
Sets the company ID of this account group account entry rel.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this account group account entry rel.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this account group account entry rel.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamelong getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this account group account entry rellong getMvccVersion()
getMvccVersion in interface MVCCModelvoid setMvccVersion(long mvccVersion)
setMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this account group account entry rellong getAccountGroupAccountEntryRelId()
void setAccountGroupAccountEntryRelId(long AccountGroupAccountEntryRelId)
AccountGroupAccountEntryRelId - the account group account entry rel ID of this account group account entry rellong getCompanyId()
getCompanyId in interface ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface ShardedModelcompanyId - the company ID of this account group account entry rellong getAccountGroupId()
void setAccountGroupId(long accountGroupId)
accountGroupId - the account group ID of this account group account entry rellong getAccountEntryId()
void setAccountEntryId(long accountEntryId)
accountEntryId - the account entry ID of this account group account entry rel