Package com.liferay.account.model
Interface AccountEntryOrganizationRelModel
- All Superinterfaces:
com.liferay.portal.kernel.model.BaseModel<AccountEntryOrganizationRel>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<AccountEntryOrganizationRel>,com.liferay.portal.kernel.model.MVCCModel,Serializable,com.liferay.portal.kernel.model.ShardedModel
- All Known Subinterfaces:
AccountEntryOrganizationRel
- All Known Implementing Classes:
AccountEntryOrganizationRelWrapper
@ProviderType
public interface AccountEntryOrganizationRelModel
extends com.liferay.portal.kernel.model.BaseModel<AccountEntryOrganizationRel>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
The base model interface for the AccountEntryOrganizationRel service. Represents a row in the "AccountEntryOrganizationRel" database table, with each column mapped to a property of this class.
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.
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionlongReturns the account entry ID of this account entry organization rel.longReturns the account entry organization rel ID of this account entry organization rel.longReturns the company ID of this account entry organization rel.longReturns the mvcc version of this account entry organization rel.longReturns the organization ID of this account entry organization rel.longReturns the primary key of this account entry organization rel.voidsetAccountEntryId(long accountEntryId) Sets the account entry ID of this account entry organization rel.voidsetAccountEntryOrganizationRelId(long accountEntryOrganizationRelId) Sets the account entry organization rel ID of this account entry organization rel.voidsetCompanyId(long companyId) Sets the company ID of this account entry organization rel.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this account entry organization rel.voidsetOrganizationId(long organizationId) Sets the organization ID of this account entry organization rel.voidsetPrimaryKey(long primaryKey) Sets the primary key of this account entry organization 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 organization rel.- Returns:
- the primary key of this account entry organization rel
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this account entry organization rel.- Parameters:
primaryKey- the primary key of this account entry organization rel
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this account entry organization rel.- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this account entry organization rel
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this account entry organization rel.- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this account entry organization rel
-
getAccountEntryOrganizationRelId
long getAccountEntryOrganizationRelId()Returns the account entry organization rel ID of this account entry organization rel.- Returns:
- the account entry organization rel ID of this account entry organization rel
-
setAccountEntryOrganizationRelId
void setAccountEntryOrganizationRelId(long accountEntryOrganizationRelId) Sets the account entry organization rel ID of this account entry organization rel.- Parameters:
accountEntryOrganizationRelId- the account entry organization rel ID of this account entry organization rel
-
getCompanyId
long getCompanyId()Returns the company ID of this account entry organization rel.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this account entry organization rel
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this account entry organization rel.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this account entry organization rel
-
getAccountEntryId
long getAccountEntryId()Returns the account entry ID of this account entry organization rel.- Returns:
- the account entry ID of this account entry organization rel
-
setAccountEntryId
void setAccountEntryId(long accountEntryId) Sets the account entry ID of this account entry organization rel.- Parameters:
accountEntryId- the account entry ID of this account entry organization rel
-
getOrganizationId
long getOrganizationId()Returns the organization ID of this account entry organization rel.- Returns:
- the organization ID of this account entry organization rel
-
setOrganizationId
void setOrganizationId(long organizationId) Sets the organization ID of this account entry organization rel.- Parameters:
organizationId- the organization ID of this account entry organization rel
-
cloneWithOriginalValues
AccountEntryOrganizationRel cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<AccountEntryOrganizationRel>
-
toXmlString
-