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 Type
    Method
    Description
     
    long
    Returns the account entry ID of this account entry user rel.
    long
    Returns the account entry user rel ID of this account entry user rel.
    long
    Returns the account user ID of this account entry user rel.
    Returns the account user uuid of this account entry user rel.
    long
    Returns the company ID of this account entry user rel.
    long
    Returns the mvcc version of this account entry user rel.
    long
    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(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.
    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 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:
      getMvccVersion in interface com.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:
      setMvccVersion in interface com.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:
      getCompanyId in interface com.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:
      setCompanyId in interface com.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

      void setAccountUserUuid(String accountUserUuid)
      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:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<AccountEntryUserRel>
    • toXmlString

      default String toXmlString()