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 Type
    Method
    Description
     
    long
    Returns the account entry ID of this account entry organization rel.
    long
    Returns the account entry organization rel ID of this account entry organization rel.
    long
    Returns the company ID of this account entry organization rel.
    long
    Returns the mvcc version of this account entry organization rel.
    long
    Returns the organization ID of this account entry organization rel.
    long
    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.
    default String
     

    Methods 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, toUnescapedModel

    Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel

    getModelClass, getModelClassName

    Methods 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:
      getMvccVersion in interface com.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:
      setMvccVersion in interface com.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:
      getCompanyId in interface com.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:
      setCompanyId in interface com.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:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<AccountEntryOrganizationRel>
    • toXmlString

      default String toXmlString()