@ProviderType public interface AccountEntryUserRelModel extends com.liferay.portal.kernel.model.BaseModel<AccountEntryUserRel>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
This interface and its corresponding implementation com.liferay.account.model.impl.AccountEntryUserRelModelImpl
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.AccountEntryUserRelImpl
.
AccountEntryUserRel
Modifier and Type | Method and Description |
---|---|
long |
getAccountEntryId()
Returns the account entry ID of this account entry user rel.
|
long |
getAccountEntryUserRelId()
Returns the account entry user rel ID of this account entry user rel.
|
long |
getAccountUserId()
Returns the account user ID of this account entry user rel.
|
java.lang.String |
getAccountUserUuid()
Returns the account user uuid of this account entry user rel.
|
long |
getCompanyId()
Returns the company ID of this account entry user rel.
|
long |
getMvccVersion()
Returns the mvcc version of this account entry user rel.
|
long |
getPrimaryKey()
Returns the primary key of this account entry user rel.
|
void |
setAccountEntryId(long accountEntryId)
Sets the account entry ID of this account entry user rel.
|
void |
setAccountEntryUserRelId(long accountEntryUserRelId)
Sets the account entry user rel ID of this account entry user rel.
|
void |
setAccountUserId(long accountUserId)
Sets the account user ID of this account entry user rel.
|
void |
setAccountUserUuid(java.lang.String accountUserUuid)
Sets the account user uuid of this account entry user rel.
|
void |
setCompanyId(long companyId)
Sets the company ID of this account entry user rel.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this account entry user rel.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this account entry user rel.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlString
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey
- the primary key of this account entry user rellong getMvccVersion()
getMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
void setMvccVersion(long mvccVersion)
setMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
mvccVersion
- the mvcc version of this account entry user rellong getAccountEntryUserRelId()
void setAccountEntryUserRelId(long accountEntryUserRelId)
accountEntryUserRelId
- the account entry user rel ID of this account entry user rellong getCompanyId()
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
void setCompanyId(long companyId)
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
companyId
- the company ID of this account entry user rellong getAccountEntryId()
void setAccountEntryId(long accountEntryId)
accountEntryId
- the account entry ID of this account entry user rellong getAccountUserId()
void setAccountUserId(long accountUserId)
accountUserId
- the account user ID of this account entry user reljava.lang.String getAccountUserUuid()
void setAccountUserUuid(java.lang.String accountUserUuid)
accountUserUuid
- the account user uuid of this account entry user rel