Class CommercePaymentMethodGroupRelWrapper

java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommercePaymentMethodGroupRel>
com.liferay.commerce.payment.model.CommercePaymentMethodGroupRelWrapper
All Implemented Interfaces:
CommercePaymentMethodGroupRel, CommercePaymentMethodGroupRelModel, com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<CommercePaymentMethodGroupRel>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.LocalizedModel, com.liferay.portal.kernel.model.ModelWrapper<CommercePaymentMethodGroupRel>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ShardedModel, Serializable, Cloneable, Comparable<CommercePaymentMethodGroupRel>

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

This class is a wrapper for CommercePaymentMethodGroupRel.

See Also:
Generated:
  • Field Summary

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

    model

    Fields inherited from interface com.liferay.commerce.payment.model.CommercePaymentMethodGroupRel

    COMMERCE_PAYMENT_METHOD_GROUP_REL_ID_ACCESSOR
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    boolean
    Returns the active of this commerce payment method group rel.
     
    long
    Returns the commerce payment method group rel ID of this commerce payment method group rel.
    long
    Returns the company ID of this commerce payment method group rel.
    Returns the create date of this commerce payment method group rel.
     
    Returns the description of this commerce payment method group rel.
    getDescription(String languageId)
    Returns the localized description of this commerce payment method group rel in the language.
    getDescription(String languageId, boolean useDefault)
    Returns the localized description of this commerce payment method group rel in the language, optionally using the default language if no localization exists for the requested language.
    Returns the localized description of this commerce payment method group rel in the language.
    getDescription(Locale locale, boolean useDefault)
    Returns the localized description of this commerce payment method group rel in the language, optionally using the default language if no localization exists for the requested language.
     
     
    Returns a map of the locales and localized descriptions of this commerce payment method group rel.
    long
    Returns the group ID of this commerce payment method group rel.
    long
    Returns the image ID of this commerce payment method group rel.
    getImageURL(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay)
     
     
    Returns the modified date of this commerce payment method group rel.
    long
    Returns the mvcc version of this commerce payment method group rel.
    Returns the name of this commerce payment method group rel.
    getName(String languageId)
    Returns the localized name of this commerce payment method group rel in the language.
    getName(String languageId, boolean useDefault)
    Returns the localized name of this commerce payment method group rel in the language, optionally using the default language if no localization exists for the requested language.
    getName(Locale locale)
    Returns the localized name of this commerce payment method group rel in the language.
    getName(Locale locale, boolean useDefault)
    Returns the localized name of this commerce payment method group rel in the language, optionally using the default language if no localization exists for the requested language.
     
     
    Returns a map of the locales and localized names of this commerce payment method group rel.
    Returns the payment integration key of this commerce payment method group rel.
    long
    Returns the primary key of this commerce payment method group rel.
    double
    Returns the priority of this commerce payment method group rel.
    Returns the type settings of this commerce payment method group rel.
    com.liferay.portal.kernel.util.UnicodeProperties
     
    long
    Returns the user ID of this commerce payment method group rel.
    Returns the user name of this commerce payment method group rel.
    Returns the user uuid of this commerce payment method group rel.
    boolean
    Returns true if this commerce payment method group rel is active.
    void
     
    void
     
    void
     
    void
    setActive(boolean active)
    Sets whether this commerce payment method group rel is active.
    void
    setCommercePaymentMethodGroupRelId(long commercePaymentMethodGroupRelId)
    Sets the commerce payment method group rel ID of this commerce payment method group rel.
    void
    setCompanyId(long companyId)
    Sets the company ID of this commerce payment method group rel.
    void
    setCreateDate(Date createDate)
    Sets the create date of this commerce payment method group rel.
    void
    setDescription(String description)
    Sets the description of this commerce payment method group rel.
    void
    setDescription(String description, Locale locale)
    Sets the localized description of this commerce payment method group rel in the language.
    void
    setDescription(String description, Locale locale, Locale defaultLocale)
    Sets the localized description of this commerce payment method group rel in the language, and sets the default locale.
    void
     
    void
    Sets the localized descriptions of this commerce payment method group rel from the map of locales and localized descriptions.
    void
    setDescriptionMap(Map<Locale,String> descriptionMap, Locale defaultLocale)
    Sets the localized descriptions of this commerce payment method group rel from the map of locales and localized descriptions, and sets the default locale.
    void
    setGroupId(long groupId)
    Sets the group ID of this commerce payment method group rel.
    void
    setImageId(long imageId)
    Sets the image ID of this commerce payment method group rel.
    void
     
    void
    setModifiedDate(Date modifiedDate)
    Sets the modified date of this commerce payment method group rel.
    void
    setMvccVersion(long mvccVersion)
    Sets the mvcc version of this commerce payment method group rel.
    void
    Sets the name of this commerce payment method group rel.
    void
    setName(String name, Locale locale)
    Sets the localized name of this commerce payment method group rel in the language.
    void
    setName(String name, Locale locale, Locale defaultLocale)
    Sets the localized name of this commerce payment method group rel in the language, and sets the default locale.
    void
     
    void
    Sets the localized names of this commerce payment method group rel from the map of locales and localized names.
    void
    setNameMap(Map<Locale,String> nameMap, Locale defaultLocale)
    Sets the localized names of this commerce payment method group rel from the map of locales and localized names, and sets the default locale.
    void
    setPaymentIntegrationKey(String paymentIntegrationKey)
    Sets the payment integration key of this commerce payment method group rel.
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this commerce payment method group rel.
    void
    setPriority(double priority)
    Sets the priority of this commerce payment method group rel.
    void
    setTypeSettings(String typeSettings)
    Sets the type settings of this commerce payment method group rel.
    void
    setUserId(long userId)
    Sets the user ID of this commerce payment method group rel.
    void
    setUserName(String userName)
    Sets the user name of this commerce payment method group rel.
    void
    setUserUuid(String userUuid)
    Sets the user uuid of this commerce payment method group rel.
     
    wrap(CommercePaymentMethodGroupRel commercePaymentMethodGroupRel)
     

    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

    • CommercePaymentMethodGroupRelWrapper

      public CommercePaymentMethodGroupRelWrapper(CommercePaymentMethodGroupRel commercePaymentMethodGroupRel)
  • Method Details

    • getModelAttributes

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

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

      public CommercePaymentMethodGroupRel cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<CommercePaymentMethodGroupRel>
      Specified by:
      cloneWithOriginalValues in interface CommercePaymentMethodGroupRelModel
    • getActive

      public boolean getActive()
      Returns the active of this commerce payment method group rel.
      Specified by:
      getActive in interface CommercePaymentMethodGroupRelModel
      Returns:
      the active of this commerce payment method group rel
    • getAvailableLanguageIds

      public String[] getAvailableLanguageIds()
      Specified by:
      getAvailableLanguageIds in interface CommercePaymentMethodGroupRelModel
      Specified by:
      getAvailableLanguageIds in interface com.liferay.portal.kernel.model.LocalizedModel
    • getCommercePaymentMethodGroupRelId

      public long getCommercePaymentMethodGroupRelId()
      Returns the commerce payment method group rel ID of this commerce payment method group rel.
      Specified by:
      getCommercePaymentMethodGroupRelId in interface CommercePaymentMethodGroupRelModel
      Returns:
      the commerce payment method group rel ID of this commerce payment method group rel
    • getCompanyId

      public long getCompanyId()
      Returns the company ID of this commerce payment method group rel.
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCompanyId in interface CommercePaymentMethodGroupRelModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Returns:
      the company ID of this commerce payment method group rel
    • getCreateDate

      public Date getCreateDate()
      Returns the create date of this commerce payment method group rel.
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCreateDate in interface CommercePaymentMethodGroupRelModel
      Returns:
      the create date of this commerce payment method group rel
    • getDefaultLanguageId

      public String getDefaultLanguageId()
      Specified by:
      getDefaultLanguageId in interface CommercePaymentMethodGroupRelModel
      Specified by:
      getDefaultLanguageId in interface com.liferay.portal.kernel.model.LocalizedModel
    • getDescription

      public String getDescription()
      Returns the description of this commerce payment method group rel.
      Specified by:
      getDescription in interface CommercePaymentMethodGroupRelModel
      Returns:
      the description of this commerce payment method group rel
    • getDescription

      public String getDescription(Locale locale)
      Returns the localized description of this commerce payment method group rel in the language. Uses the default language if no localization exists for the requested language.
      Specified by:
      getDescription in interface CommercePaymentMethodGroupRelModel
      Parameters:
      locale - the locale of the language
      Returns:
      the localized description of this commerce payment method group rel
    • getDescription

      public String getDescription(Locale locale, boolean useDefault)
      Returns the localized description of this commerce payment method group rel in the language, optionally using the default language if no localization exists for the requested language.
      Specified by:
      getDescription in interface CommercePaymentMethodGroupRelModel
      Parameters:
      locale - the local of the language
      useDefault - whether to use the default language if no localization exists for the requested language
      Returns:
      the localized description of this commerce payment method group rel. If useDefault is false and no localization exists for the requested language, an empty string will be returned.
    • getDescription

      public String getDescription(String languageId)
      Returns the localized description of this commerce payment method group rel in the language. Uses the default language if no localization exists for the requested language.
      Specified by:
      getDescription in interface CommercePaymentMethodGroupRelModel
      Parameters:
      languageId - the ID of the language
      Returns:
      the localized description of this commerce payment method group rel
    • getDescription

      public String getDescription(String languageId, boolean useDefault)
      Returns the localized description of this commerce payment method group rel in the language, optionally using the default language if no localization exists for the requested language.
      Specified by:
      getDescription in interface CommercePaymentMethodGroupRelModel
      Parameters:
      languageId - the ID of the language
      useDefault - whether to use the default language if no localization exists for the requested language
      Returns:
      the localized description of this commerce payment method group rel
    • getDescriptionCurrentLanguageId

      public String getDescriptionCurrentLanguageId()
      Specified by:
      getDescriptionCurrentLanguageId in interface CommercePaymentMethodGroupRelModel
    • getDescriptionCurrentValue

      public String getDescriptionCurrentValue()
      Specified by:
      getDescriptionCurrentValue in interface CommercePaymentMethodGroupRelModel
    • getDescriptionMap

      public Map<Locale,String> getDescriptionMap()
      Returns a map of the locales and localized descriptions of this commerce payment method group rel.
      Specified by:
      getDescriptionMap in interface CommercePaymentMethodGroupRelModel
      Returns:
      the locales and localized descriptions of this commerce payment method group rel
    • getGroupId

      public long getGroupId()
      Returns the group ID of this commerce payment method group rel.
      Specified by:
      getGroupId in interface CommercePaymentMethodGroupRelModel
      Specified by:
      getGroupId in interface com.liferay.portal.kernel.model.GroupedModel
      Returns:
      the group ID of this commerce payment method group rel
    • getImageId

      public long getImageId()
      Returns the image ID of this commerce payment method group rel.
      Specified by:
      getImageId in interface CommercePaymentMethodGroupRelModel
      Returns:
      the image ID of this commerce payment method group rel
    • getImageURL

      public String getImageURL(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay)
      Specified by:
      getImageURL in interface CommercePaymentMethodGroupRel
    • getModifiedDate

      public Date getModifiedDate()
      Returns the modified date of this commerce payment method group rel.
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getModifiedDate in interface CommercePaymentMethodGroupRelModel
      Returns:
      the modified date of this commerce payment method group rel
    • getMvccVersion

      public long getMvccVersion()
      Returns the mvcc version of this commerce payment method group rel.
      Specified by:
      getMvccVersion in interface CommercePaymentMethodGroupRelModel
      Specified by:
      getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Returns:
      the mvcc version of this commerce payment method group rel
    • getName

      public String getName()
      Returns the name of this commerce payment method group rel.
      Specified by:
      getName in interface CommercePaymentMethodGroupRelModel
      Returns:
      the name of this commerce payment method group rel
    • getName

      public String getName(Locale locale)
      Returns the localized name of this commerce payment method group rel in the language. Uses the default language if no localization exists for the requested language.
      Specified by:
      getName in interface CommercePaymentMethodGroupRelModel
      Parameters:
      locale - the locale of the language
      Returns:
      the localized name of this commerce payment method group rel
    • getName

      public String getName(Locale locale, boolean useDefault)
      Returns the localized name of this commerce payment method group rel in the language, optionally using the default language if no localization exists for the requested language.
      Specified by:
      getName in interface CommercePaymentMethodGroupRelModel
      Parameters:
      locale - the local of the language
      useDefault - whether to use the default language if no localization exists for the requested language
      Returns:
      the localized name of this commerce payment method group rel. If useDefault is false and no localization exists for the requested language, an empty string will be returned.
    • getName

      public String getName(String languageId)
      Returns the localized name of this commerce payment method group rel in the language. Uses the default language if no localization exists for the requested language.
      Specified by:
      getName in interface CommercePaymentMethodGroupRelModel
      Parameters:
      languageId - the ID of the language
      Returns:
      the localized name of this commerce payment method group rel
    • getName

      public String getName(String languageId, boolean useDefault)
      Returns the localized name of this commerce payment method group rel in the language, optionally using the default language if no localization exists for the requested language.
      Specified by:
      getName in interface CommercePaymentMethodGroupRelModel
      Parameters:
      languageId - the ID of the language
      useDefault - whether to use the default language if no localization exists for the requested language
      Returns:
      the localized name of this commerce payment method group rel
    • getNameCurrentLanguageId

      public String getNameCurrentLanguageId()
      Specified by:
      getNameCurrentLanguageId in interface CommercePaymentMethodGroupRelModel
    • getNameCurrentValue

      public String getNameCurrentValue()
      Specified by:
      getNameCurrentValue in interface CommercePaymentMethodGroupRelModel
    • getNameMap

      public Map<Locale,String> getNameMap()
      Returns a map of the locales and localized names of this commerce payment method group rel.
      Specified by:
      getNameMap in interface CommercePaymentMethodGroupRelModel
      Returns:
      the locales and localized names of this commerce payment method group rel
    • getPaymentIntegrationKey

      public String getPaymentIntegrationKey()
      Returns the payment integration key of this commerce payment method group rel.
      Specified by:
      getPaymentIntegrationKey in interface CommercePaymentMethodGroupRelModel
      Returns:
      the payment integration key of this commerce payment method group rel
    • getPrimaryKey

      public long getPrimaryKey()
      Returns the primary key of this commerce payment method group rel.
      Specified by:
      getPrimaryKey in interface CommercePaymentMethodGroupRelModel
      Returns:
      the primary key of this commerce payment method group rel
    • getPriority

      public double getPriority()
      Returns the priority of this commerce payment method group rel.
      Specified by:
      getPriority in interface CommercePaymentMethodGroupRelModel
      Returns:
      the priority of this commerce payment method group rel
    • getTypeSettings

      public String getTypeSettings()
      Returns the type settings of this commerce payment method group rel.
      Specified by:
      getTypeSettings in interface CommercePaymentMethodGroupRelModel
      Returns:
      the type settings of this commerce payment method group rel
    • getTypeSettingsUnicodeProperties

      public com.liferay.portal.kernel.util.UnicodeProperties getTypeSettingsUnicodeProperties()
      Specified by:
      getTypeSettingsUnicodeProperties in interface CommercePaymentMethodGroupRel
    • getUserId

      public long getUserId()
      Returns the user ID of this commerce payment method group rel.
      Specified by:
      getUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserId in interface CommercePaymentMethodGroupRelModel
      Returns:
      the user ID of this commerce payment method group rel
    • getUserName

      public String getUserName()
      Returns the user name of this commerce payment method group rel.
      Specified by:
      getUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserName in interface CommercePaymentMethodGroupRelModel
      Returns:
      the user name of this commerce payment method group rel
    • getUserUuid

      public String getUserUuid()
      Returns the user uuid of this commerce payment method group rel.
      Specified by:
      getUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserUuid in interface CommercePaymentMethodGroupRelModel
      Returns:
      the user uuid of this commerce payment method group rel
    • isActive

      public boolean isActive()
      Returns true if this commerce payment method group rel is active.
      Specified by:
      isActive in interface CommercePaymentMethodGroupRelModel
      Returns:
      true if this commerce payment method group rel is active; false otherwise
    • persist

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

      public void prepareLocalizedFieldsForImport() throws com.liferay.portal.kernel.exception.LocaleException
      Specified by:
      prepareLocalizedFieldsForImport in interface CommercePaymentMethodGroupRelModel
      Specified by:
      prepareLocalizedFieldsForImport in interface com.liferay.portal.kernel.model.LocalizedModel
      Throws:
      com.liferay.portal.kernel.exception.LocaleException
    • prepareLocalizedFieldsForImport

      public void prepareLocalizedFieldsForImport(Locale defaultImportLocale) throws com.liferay.portal.kernel.exception.LocaleException
      Specified by:
      prepareLocalizedFieldsForImport in interface CommercePaymentMethodGroupRelModel
      Specified by:
      prepareLocalizedFieldsForImport in interface com.liferay.portal.kernel.model.LocalizedModel
      Throws:
      com.liferay.portal.kernel.exception.LocaleException
    • setActive

      public void setActive(boolean active)
      Sets whether this commerce payment method group rel is active.
      Specified by:
      setActive in interface CommercePaymentMethodGroupRelModel
      Parameters:
      active - the active of this commerce payment method group rel
    • setCommercePaymentMethodGroupRelId

      public void setCommercePaymentMethodGroupRelId(long commercePaymentMethodGroupRelId)
      Sets the commerce payment method group rel ID of this commerce payment method group rel.
      Specified by:
      setCommercePaymentMethodGroupRelId in interface CommercePaymentMethodGroupRelModel
      Parameters:
      commercePaymentMethodGroupRelId - the commerce payment method group rel ID of this commerce payment method group rel
    • setCompanyId

      public void setCompanyId(long companyId)
      Sets the company ID of this commerce payment method group rel.
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCompanyId in interface CommercePaymentMethodGroupRelModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Parameters:
      companyId - the company ID of this commerce payment method group rel
    • setCreateDate

      public void setCreateDate(Date createDate)
      Sets the create date of this commerce payment method group rel.
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCreateDate in interface CommercePaymentMethodGroupRelModel
      Parameters:
      createDate - the create date of this commerce payment method group rel
    • setDescription

      public void setDescription(String description)
      Sets the description of this commerce payment method group rel.
      Specified by:
      setDescription in interface CommercePaymentMethodGroupRelModel
      Parameters:
      description - the description of this commerce payment method group rel
    • setDescription

      public void setDescription(String description, Locale locale)
      Sets the localized description of this commerce payment method group rel in the language.
      Specified by:
      setDescription in interface CommercePaymentMethodGroupRelModel
      Parameters:
      description - the localized description of this commerce payment method group rel
      locale - the locale of the language
    • setDescription

      public void setDescription(String description, Locale locale, Locale defaultLocale)
      Sets the localized description of this commerce payment method group rel in the language, and sets the default locale.
      Specified by:
      setDescription in interface CommercePaymentMethodGroupRelModel
      Parameters:
      description - the localized description of this commerce payment method group rel
      locale - the locale of the language
      defaultLocale - the default locale
    • setDescriptionCurrentLanguageId

      public void setDescriptionCurrentLanguageId(String languageId)
      Specified by:
      setDescriptionCurrentLanguageId in interface CommercePaymentMethodGroupRelModel
    • setDescriptionMap

      public void setDescriptionMap(Map<Locale,String> descriptionMap)
      Sets the localized descriptions of this commerce payment method group rel from the map of locales and localized descriptions.
      Specified by:
      setDescriptionMap in interface CommercePaymentMethodGroupRelModel
      Parameters:
      descriptionMap - the locales and localized descriptions of this commerce payment method group rel
    • setDescriptionMap

      public void setDescriptionMap(Map<Locale,String> descriptionMap, Locale defaultLocale)
      Sets the localized descriptions of this commerce payment method group rel from the map of locales and localized descriptions, and sets the default locale.
      Specified by:
      setDescriptionMap in interface CommercePaymentMethodGroupRelModel
      Parameters:
      descriptionMap - the locales and localized descriptions of this commerce payment method group rel
      defaultLocale - the default locale
    • setGroupId

      public void setGroupId(long groupId)
      Sets the group ID of this commerce payment method group rel.
      Specified by:
      setGroupId in interface CommercePaymentMethodGroupRelModel
      Specified by:
      setGroupId in interface com.liferay.portal.kernel.model.GroupedModel
      Parameters:
      groupId - the group ID of this commerce payment method group rel
    • setImageId

      public void setImageId(long imageId)
      Sets the image ID of this commerce payment method group rel.
      Specified by:
      setImageId in interface CommercePaymentMethodGroupRelModel
      Parameters:
      imageId - the image ID of this commerce payment method group rel
    • setModifiedDate

      public void setModifiedDate(Date modifiedDate)
      Sets the modified date of this commerce payment method group rel.
      Specified by:
      setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setModifiedDate in interface CommercePaymentMethodGroupRelModel
      Parameters:
      modifiedDate - the modified date of this commerce payment method group rel
    • setMvccVersion

      public void setMvccVersion(long mvccVersion)
      Sets the mvcc version of this commerce payment method group rel.
      Specified by:
      setMvccVersion in interface CommercePaymentMethodGroupRelModel
      Specified by:
      setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Parameters:
      mvccVersion - the mvcc version of this commerce payment method group rel
    • setName

      public void setName(String name)
      Sets the name of this commerce payment method group rel.
      Specified by:
      setName in interface CommercePaymentMethodGroupRelModel
      Parameters:
      name - the name of this commerce payment method group rel
    • setName

      public void setName(String name, Locale locale)
      Sets the localized name of this commerce payment method group rel in the language.
      Specified by:
      setName in interface CommercePaymentMethodGroupRelModel
      Parameters:
      name - the localized name of this commerce payment method group rel
      locale - the locale of the language
    • setName

      public void setName(String name, Locale locale, Locale defaultLocale)
      Sets the localized name of this commerce payment method group rel in the language, and sets the default locale.
      Specified by:
      setName in interface CommercePaymentMethodGroupRelModel
      Parameters:
      name - the localized name of this commerce payment method group rel
      locale - the locale of the language
      defaultLocale - the default locale
    • setNameCurrentLanguageId

      public void setNameCurrentLanguageId(String languageId)
      Specified by:
      setNameCurrentLanguageId in interface CommercePaymentMethodGroupRelModel
    • setNameMap

      public void setNameMap(Map<Locale,String> nameMap)
      Sets the localized names of this commerce payment method group rel from the map of locales and localized names.
      Specified by:
      setNameMap in interface CommercePaymentMethodGroupRelModel
      Parameters:
      nameMap - the locales and localized names of this commerce payment method group rel
    • setNameMap

      public void setNameMap(Map<Locale,String> nameMap, Locale defaultLocale)
      Sets the localized names of this commerce payment method group rel from the map of locales and localized names, and sets the default locale.
      Specified by:
      setNameMap in interface CommercePaymentMethodGroupRelModel
      Parameters:
      nameMap - the locales and localized names of this commerce payment method group rel
      defaultLocale - the default locale
    • setPaymentIntegrationKey

      public void setPaymentIntegrationKey(String paymentIntegrationKey)
      Sets the payment integration key of this commerce payment method group rel.
      Specified by:
      setPaymentIntegrationKey in interface CommercePaymentMethodGroupRelModel
      Parameters:
      paymentIntegrationKey - the payment integration key of this commerce payment method group rel
    • setPrimaryKey

      public void setPrimaryKey(long primaryKey)
      Sets the primary key of this commerce payment method group rel.
      Specified by:
      setPrimaryKey in interface CommercePaymentMethodGroupRelModel
      Parameters:
      primaryKey - the primary key of this commerce payment method group rel
    • setPriority

      public void setPriority(double priority)
      Sets the priority of this commerce payment method group rel.
      Specified by:
      setPriority in interface CommercePaymentMethodGroupRelModel
      Parameters:
      priority - the priority of this commerce payment method group rel
    • setTypeSettings

      public void setTypeSettings(String typeSettings)
      Sets the type settings of this commerce payment method group rel.
      Specified by:
      setTypeSettings in interface CommercePaymentMethodGroupRelModel
      Parameters:
      typeSettings - the type settings of this commerce payment method group rel
    • setUserId

      public void setUserId(long userId)
      Sets the user ID of this commerce payment method group rel.
      Specified by:
      setUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserId in interface CommercePaymentMethodGroupRelModel
      Parameters:
      userId - the user ID of this commerce payment method group rel
    • setUserName

      public void setUserName(String userName)
      Sets the user name of this commerce payment method group rel.
      Specified by:
      setUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserName in interface CommercePaymentMethodGroupRelModel
      Parameters:
      userName - the user name of this commerce payment method group rel
    • setUserUuid

      public void setUserUuid(String userUuid)
      Sets the user uuid of this commerce payment method group rel.
      Specified by:
      setUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserUuid in interface CommercePaymentMethodGroupRelModel
      Parameters:
      userUuid - the user uuid of this commerce payment method group rel
    • toXmlString

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

      protected CommercePaymentMethodGroupRelWrapper wrap(CommercePaymentMethodGroupRel commercePaymentMethodGroupRel)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommercePaymentMethodGroupRel>