Class AccountEntryOrganizationRelWrapper

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

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

This class is a wrapper for AccountEntryOrganizationRel.

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.AccountEntryOrganizationRel

    ACCOUNT_ENTRY_ORGANIZATION_REL_ID_ACCESSOR
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
    com.liferay.portal.kernel.model.Organization
     
     
    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.
    com.liferay.portal.kernel.model.Organization
     
    long
    Returns the organization ID of this account entry organization rel.
    long
    Returns the primary key of this account entry organization rel.
    void
     
    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
     
    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.
     
    wrap(AccountEntryOrganizationRel accountEntryOrganizationRel)
     

    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

    • AccountEntryOrganizationRelWrapper

      public AccountEntryOrganizationRelWrapper(AccountEntryOrganizationRel accountEntryOrganizationRel)
  • Method Details

    • getModelAttributes

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

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

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

      public AccountEntry fetchAccountEntry()
      Specified by:
      fetchAccountEntry in interface AccountEntryOrganizationRel
    • fetchOrganization

      public com.liferay.portal.kernel.model.Organization fetchOrganization()
      Specified by:
      fetchOrganization in interface AccountEntryOrganizationRel
    • getAccountEntry

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

      public long getAccountEntryId()
      Returns the account entry ID of this account entry organization rel.
      Specified by:
      getAccountEntryId in interface AccountEntryOrganizationRelModel
      Returns:
      the account entry ID of this account entry organization rel
    • getAccountEntryOrganizationRelId

      public long getAccountEntryOrganizationRelId()
      Returns the account entry organization rel ID of this account entry organization rel.
      Specified by:
      getAccountEntryOrganizationRelId in interface AccountEntryOrganizationRelModel
      Returns:
      the account entry organization rel ID of this account entry organization rel
    • getCompanyId

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

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

      public com.liferay.portal.kernel.model.Organization getOrganization() throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getOrganization in interface AccountEntryOrganizationRel
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getOrganizationId

      public long getOrganizationId()
      Returns the organization ID of this account entry organization rel.
      Specified by:
      getOrganizationId in interface AccountEntryOrganizationRelModel
      Returns:
      the organization ID of this account entry organization rel
    • getPrimaryKey

      public long getPrimaryKey()
      Returns the primary key of this account entry organization rel.
      Specified by:
      getPrimaryKey in interface AccountEntryOrganizationRelModel
      Returns:
      the primary key of this account entry organization rel
    • 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 organization rel.
      Specified by:
      setAccountEntryId in interface AccountEntryOrganizationRelModel
      Parameters:
      accountEntryId - the account entry ID of this account entry organization rel
    • setAccountEntryOrganizationRelId

      public void setAccountEntryOrganizationRelId(long accountEntryOrganizationRelId)
      Sets the account entry organization rel ID of this account entry organization rel.
      Specified by:
      setAccountEntryOrganizationRelId in interface AccountEntryOrganizationRelModel
      Parameters:
      accountEntryOrganizationRelId - the account entry organization rel ID of this account entry organization rel
    • setCompanyId

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

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

      public void setOrganizationId(long organizationId)
      Sets the organization ID of this account entry organization rel.
      Specified by:
      setOrganizationId in interface AccountEntryOrganizationRelModel
      Parameters:
      organizationId - the organization ID of this account entry organization rel
    • setPrimaryKey

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

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

      protected AccountEntryOrganizationRelWrapper wrap(AccountEntryOrganizationRel accountEntryOrganizationRel)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AccountEntryOrganizationRel>