Package com.liferay.account.model
Interface AccountEntryUserRelModel
- All Superinterfaces:
com.liferay.portal.kernel.model.BaseModel<AccountEntryUserRel>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<AccountEntryUserRel>,com.liferay.portal.kernel.model.MVCCModel,Serializable,com.liferay.portal.kernel.model.ShardedModel
- All Known Subinterfaces:
AccountEntryUserRel
- All Known Implementing Classes:
AccountEntryUserRelWrapper
@ProviderType
public interface AccountEntryUserRelModel
extends com.liferay.portal.kernel.model.BaseModel<AccountEntryUserRel>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
The base model interface for the AccountEntryUserRel service. Represents a row in the "AccountEntryUserRel" database table, with each column mapped to a property of this class.
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.
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionlongReturns the account entry ID of this account entry user rel.longReturns the account entry user rel ID of this account entry user rel.longReturns the account user ID of this account entry user rel.Returns the account user uuid of this account entry user rel.longReturns the company ID of this account entry user rel.longReturns the mvcc version of this account entry user rel.longReturns the primary key of this account entry user rel.voidsetAccountEntryId(long accountEntryId) Sets the account entry ID of this account entry user rel.voidsetAccountEntryUserRelId(long accountEntryUserRelId) Sets the account entry user rel ID of this account entry user rel.voidsetAccountUserId(long accountUserId) Sets the account user ID of this account entry user rel.voidsetAccountUserUuid(String accountUserUuid) Sets the account user uuid of this account entry user rel.voidsetCompanyId(long companyId) Sets the company ID of this account entry user rel.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this account entry user rel.voidsetPrimaryKey(long primaryKey) Sets the primary key of this account entry user rel.default StringMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this account entry user rel.- Returns:
- the primary key of this account entry user rel
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this account entry user rel.- Parameters:
primaryKey- the primary key of this account entry user rel
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this account entry user rel.- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this account entry user rel
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this account entry user rel.- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this account entry user rel
-
getAccountEntryUserRelId
long getAccountEntryUserRelId()Returns the account entry user rel ID of this account entry user rel.- Returns:
- the account entry user rel ID of this account entry user rel
-
setAccountEntryUserRelId
void setAccountEntryUserRelId(long accountEntryUserRelId) Sets the account entry user rel ID of this account entry user rel.- Parameters:
accountEntryUserRelId- the account entry user rel ID of this account entry user rel
-
getCompanyId
long getCompanyId()Returns the company ID of this account entry user rel.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this account entry user rel
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this account entry user rel.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this account entry user rel
-
getAccountEntryId
long getAccountEntryId()Returns the account entry ID of this account entry user rel.- Returns:
- the account entry ID of this account entry user rel
-
setAccountEntryId
void setAccountEntryId(long accountEntryId) Sets the account entry ID of this account entry user rel.- Parameters:
accountEntryId- the account entry ID of this account entry user rel
-
getAccountUserId
long getAccountUserId()Returns the account user ID of this account entry user rel.- Returns:
- the account user ID of this account entry user rel
-
setAccountUserId
void setAccountUserId(long accountUserId) Sets the account user ID of this account entry user rel.- Parameters:
accountUserId- the account user ID of this account entry user rel
-
getAccountUserUuid
String getAccountUserUuid()Returns the account user uuid of this account entry user rel.- Returns:
- the account user uuid of this account entry user rel
-
setAccountUserUuid
Sets the account user uuid of this account entry user rel.- Parameters:
accountUserUuid- the account user uuid of this account entry user rel
-
cloneWithOriginalValues
AccountEntryUserRel cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<AccountEntryUserRel>
-
toXmlString
-