Class AccountEntryUserRelWrapper

java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AccountEntryUserRel>
com.liferay.account.model.AccountEntryUserRelWrapper
All Implemented Interfaces:
AccountEntryUserRel, AccountEntryUserRelModel, com.liferay.portal.kernel.model.BaseModel<AccountEntryUserRel>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.ModelWrapper<AccountEntryUserRel>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ShardedModel, Serializable, Cloneable, Comparable<AccountEntryUserRel>

public class AccountEntryUserRelWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AccountEntryUserRel> implements AccountEntryUserRel, com.liferay.portal.kernel.model.ModelWrapper<AccountEntryUserRel>

This class is a wrapper for AccountEntryUserRel.

See Also:
Generated:
  • Field Summary

    Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper

    model

    Fields inherited from interface com.liferay.account.model.AccountEntryUserRel

    ACCOUNT_ENTRY_USER_REL_ID_ACCESSOR
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
    com.liferay.portal.kernel.model.User
     
     
    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.
    com.liferay.portal.kernel.model.User
     
    List<com.liferay.portal.kernel.model.UserGroupRole>
     
    void
     
    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
     
    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.
     
    wrap(AccountEntryUserRel accountEntryUserRel)
     

    Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper

    clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel

    Methods inherited from class java.lang.Object

    finalize, getClass, notify, notifyAll, wait, wait, wait

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

    clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, 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

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

    getWrappedModel
  • Constructor Details

    • AccountEntryUserRelWrapper

      public AccountEntryUserRelWrapper(AccountEntryUserRel accountEntryUserRel)
  • Method Details

    • getModelAttributes

      public Map<String,Object> getModelAttributes()
      Specified by:
      getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<AccountEntryUserRel>
    • setModelAttributes

      public void setModelAttributes(Map<String,Object> attributes)
      Specified by:
      setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<AccountEntryUserRel>
    • cloneWithOriginalValues

      public AccountEntryUserRel cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface AccountEntryUserRelModel
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<AccountEntryUserRel>
    • fetchAccountEntry

      public AccountEntry fetchAccountEntry()
      Specified by:
      fetchAccountEntry in interface AccountEntryUserRel
    • fetchUser

      public com.liferay.portal.kernel.model.User fetchUser()
      Specified by:
      fetchUser in interface AccountEntryUserRel
    • getAccountEntry

      public AccountEntry getAccountEntry() throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getAccountEntry in interface AccountEntryUserRel
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAccountEntryId

      public long getAccountEntryId()
      Returns the account entry ID of this account entry user rel.
      Specified by:
      getAccountEntryId in interface AccountEntryUserRelModel
      Returns:
      the account entry ID of this account entry user rel
    • getAccountEntryUserRelId

      public long getAccountEntryUserRelId()
      Returns the account entry user rel ID of this account entry user rel.
      Specified by:
      getAccountEntryUserRelId in interface AccountEntryUserRelModel
      Returns:
      the account entry user rel ID of this account entry user rel
    • getAccountUserId

      public long getAccountUserId()
      Returns the account user ID of this account entry user rel.
      Specified by:
      getAccountUserId in interface AccountEntryUserRelModel
      Returns:
      the account user ID of this account entry user rel
    • getAccountUserUuid

      public String getAccountUserUuid()
      Returns the account user uuid of this account entry user rel.
      Specified by:
      getAccountUserUuid in interface AccountEntryUserRelModel
      Returns:
      the account user uuid of this account entry user rel
    • getCompanyId

      public long getCompanyId()
      Returns the company ID of this account entry user rel.
      Specified by:
      getCompanyId in interface AccountEntryUserRelModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Returns:
      the company ID of this account entry user rel
    • getMvccVersion

      public long getMvccVersion()
      Returns the mvcc version of this account entry user rel.
      Specified by:
      getMvccVersion in interface AccountEntryUserRelModel
      Specified by:
      getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Returns:
      the mvcc version of this account entry user rel
    • getPrimaryKey

      public long getPrimaryKey()
      Returns the primary key of this account entry user rel.
      Specified by:
      getPrimaryKey in interface AccountEntryUserRelModel
      Returns:
      the primary key of this account entry user rel
    • getUser

      public com.liferay.portal.kernel.model.User getUser() throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getUser in interface AccountEntryUserRel
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getUserGroupRoles

      public List<com.liferay.portal.kernel.model.UserGroupRole> getUserGroupRoles() throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getUserGroupRoles in interface AccountEntryUserRel
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • persist

      public void persist()
      Specified by:
      persist in interface com.liferay.portal.kernel.model.PersistedModel
    • setAccountEntryId

      public void setAccountEntryId(long accountEntryId)
      Sets the account entry ID of this account entry user rel.
      Specified by:
      setAccountEntryId in interface AccountEntryUserRelModel
      Parameters:
      accountEntryId - the account entry ID of this account entry user rel
    • setAccountEntryUserRelId

      public void setAccountEntryUserRelId(long accountEntryUserRelId)
      Sets the account entry user rel ID of this account entry user rel.
      Specified by:
      setAccountEntryUserRelId in interface AccountEntryUserRelModel
      Parameters:
      accountEntryUserRelId - the account entry user rel ID of this account entry user rel
    • setAccountUserId

      public void setAccountUserId(long accountUserId)
      Sets the account user ID of this account entry user rel.
      Specified by:
      setAccountUserId in interface AccountEntryUserRelModel
      Parameters:
      accountUserId - the account user ID of this account entry user rel
    • setAccountUserUuid

      public void setAccountUserUuid(String accountUserUuid)
      Sets the account user uuid of this account entry user rel.
      Specified by:
      setAccountUserUuid in interface AccountEntryUserRelModel
      Parameters:
      accountUserUuid - the account user uuid of this account entry user rel
    • setCompanyId

      public void setCompanyId(long companyId)
      Sets the company ID of this account entry user rel.
      Specified by:
      setCompanyId in interface AccountEntryUserRelModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Parameters:
      companyId - the company ID of this account entry user rel
    • setMvccVersion

      public void setMvccVersion(long mvccVersion)
      Sets the mvcc version of this account entry user rel.
      Specified by:
      setMvccVersion in interface AccountEntryUserRelModel
      Specified by:
      setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Parameters:
      mvccVersion - the mvcc version of this account entry user rel
    • setPrimaryKey

      public void setPrimaryKey(long primaryKey)
      Sets the primary key of this account entry user rel.
      Specified by:
      setPrimaryKey in interface AccountEntryUserRelModel
      Parameters:
      primaryKey - the primary key of this account entry user rel
    • toXmlString

      public String toXmlString()
      Specified by:
      toXmlString in interface AccountEntryUserRelModel
    • wrap

      protected AccountEntryUserRelWrapper wrap(AccountEntryUserRel accountEntryUserRel)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AccountEntryUserRel>