Class CommerceShippingFixedOptionRelWrapper

java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceShippingFixedOptionRel>
com.liferay.commerce.shipping.engine.fixed.model.CommerceShippingFixedOptionRelWrapper
All Implemented Interfaces:
CommerceShippingFixedOptionRel, CommerceShippingFixedOptionRelModel, com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<CommerceShippingFixedOptionRel>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.ModelWrapper<CommerceShippingFixedOptionRel>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ShardedModel, Serializable, Cloneable, Comparable<CommerceShippingFixedOptionRel>

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

This class is a wrapper for CommerceShippingFixedOptionRel.

See Also:
Generated:
  • Field Summary

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

    model

    Fields inherited from interface com.liferay.commerce.shipping.engine.fixed.model.CommerceShippingFixedOptionRel

    COMMERCE_SHIPPING_FIXED_OPTION_REL_ID_ACCESSOR
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    com.liferay.commerce.inventory.model.CommerceInventoryWarehouse
     
    long
    Returns the commerce inventory warehouse ID of this commerce shipping fixed option rel.
     
    long
    Returns the commerce shipping fixed option ID of this commerce shipping fixed option rel.
    long
    Returns the commerce shipping fixed option rel ID of this commerce shipping fixed option rel.
    com.liferay.commerce.model.CommerceShippingMethod
     
    long
    Returns the commerce shipping method ID of this commerce shipping fixed option rel.
    long
    Returns the company ID of this commerce shipping fixed option rel.
    com.liferay.portal.kernel.model.Country
     
    long
    Returns the country ID of this commerce shipping fixed option rel.
    Returns the create date of this commerce shipping fixed option rel.
    Returns the fixed price of this commerce shipping fixed option rel.
    long
    Returns the group ID of this commerce shipping fixed option rel.
     
    Returns the modified date of this commerce shipping fixed option rel.
    long
    Returns the mvcc version of this commerce shipping fixed option rel.
    long
    Returns the primary key of this commerce shipping fixed option rel.
    double
    Returns the rate percentage of this commerce shipping fixed option rel.
    Returns the rate unit weight price of this commerce shipping fixed option rel.
    com.liferay.portal.kernel.model.Region
     
    long
    Returns the region ID of this commerce shipping fixed option rel.
    long
    Returns the user ID of this commerce shipping fixed option rel.
    Returns the user name of this commerce shipping fixed option rel.
    Returns the user uuid of this commerce shipping fixed option rel.
    double
    Returns the weight from of this commerce shipping fixed option rel.
    double
    Returns the weight to of this commerce shipping fixed option rel.
    Returns the zip of this commerce shipping fixed option rel.
    void
     
    void
    setCommerceInventoryWarehouseId(long commerceInventoryWarehouseId)
    Sets the commerce inventory warehouse ID of this commerce shipping fixed option rel.
    void
    setCommerceShippingFixedOptionId(long commerceShippingFixedOptionId)
    Sets the commerce shipping fixed option ID of this commerce shipping fixed option rel.
    void
    setCommerceShippingFixedOptionRelId(long commerceShippingFixedOptionRelId)
    Sets the commerce shipping fixed option rel ID of this commerce shipping fixed option rel.
    void
    setCommerceShippingMethodId(long commerceShippingMethodId)
    Sets the commerce shipping method ID of this commerce shipping fixed option rel.
    void
    setCompanyId(long companyId)
    Sets the company ID of this commerce shipping fixed option rel.
    void
    setCountryId(long countryId)
    Sets the country ID of this commerce shipping fixed option rel.
    void
    setCreateDate(Date createDate)
    Sets the create date of this commerce shipping fixed option rel.
    void
    Sets the fixed price of this commerce shipping fixed option rel.
    void
    setGroupId(long groupId)
    Sets the group ID of this commerce shipping fixed option rel.
    void
     
    void
    setModifiedDate(Date modifiedDate)
    Sets the modified date of this commerce shipping fixed option rel.
    void
    setMvccVersion(long mvccVersion)
    Sets the mvcc version of this commerce shipping fixed option rel.
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this commerce shipping fixed option rel.
    void
    setRatePercentage(double ratePercentage)
    Sets the rate percentage of this commerce shipping fixed option rel.
    void
    setRateUnitWeightPrice(BigDecimal rateUnitWeightPrice)
    Sets the rate unit weight price of this commerce shipping fixed option rel.
    void
    setRegionId(long regionId)
    Sets the region ID of this commerce shipping fixed option rel.
    void
    setUserId(long userId)
    Sets the user ID of this commerce shipping fixed option rel.
    void
    setUserName(String userName)
    Sets the user name of this commerce shipping fixed option rel.
    void
    setUserUuid(String userUuid)
    Sets the user uuid of this commerce shipping fixed option rel.
    void
    setWeightFrom(double weightFrom)
    Sets the weight from of this commerce shipping fixed option rel.
    void
    setWeightTo(double weightTo)
    Sets the weight to of this commerce shipping fixed option rel.
    void
    Sets the zip of this commerce shipping fixed option rel.
     
    wrap(CommerceShippingFixedOptionRel commerceShippingFixedOptionRel)
     

    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

  • Method Details

    • getModelAttributes

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

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

      public CommerceShippingFixedOptionRel cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<CommerceShippingFixedOptionRel>
      Specified by:
      cloneWithOriginalValues in interface CommerceShippingFixedOptionRelModel
    • getCommerceInventoryWarehouse

      public com.liferay.commerce.inventory.model.CommerceInventoryWarehouse getCommerceInventoryWarehouse() throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCommerceInventoryWarehouse in interface CommerceShippingFixedOptionRel
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommerceInventoryWarehouseId

      public long getCommerceInventoryWarehouseId()
      Returns the commerce inventory warehouse ID of this commerce shipping fixed option rel.
      Specified by:
      getCommerceInventoryWarehouseId in interface CommerceShippingFixedOptionRelModel
      Returns:
      the commerce inventory warehouse ID of this commerce shipping fixed option rel
    • getCommerceShippingFixedOption

      public CommerceShippingFixedOption getCommerceShippingFixedOption() throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCommerceShippingFixedOption in interface CommerceShippingFixedOptionRel
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommerceShippingFixedOptionId

      public long getCommerceShippingFixedOptionId()
      Returns the commerce shipping fixed option ID of this commerce shipping fixed option rel.
      Specified by:
      getCommerceShippingFixedOptionId in interface CommerceShippingFixedOptionRelModel
      Returns:
      the commerce shipping fixed option ID of this commerce shipping fixed option rel
    • getCommerceShippingFixedOptionRelId

      public long getCommerceShippingFixedOptionRelId()
      Returns the commerce shipping fixed option rel ID of this commerce shipping fixed option rel.
      Specified by:
      getCommerceShippingFixedOptionRelId in interface CommerceShippingFixedOptionRelModel
      Returns:
      the commerce shipping fixed option rel ID of this commerce shipping fixed option rel
    • getCommerceShippingMethod

      public com.liferay.commerce.model.CommerceShippingMethod getCommerceShippingMethod() throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCommerceShippingMethod in interface CommerceShippingFixedOptionRel
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommerceShippingMethodId

      public long getCommerceShippingMethodId()
      Returns the commerce shipping method ID of this commerce shipping fixed option rel.
      Specified by:
      getCommerceShippingMethodId in interface CommerceShippingFixedOptionRelModel
      Returns:
      the commerce shipping method ID of this commerce shipping fixed option rel
    • getCompanyId

      public long getCompanyId()
      Returns the company ID of this commerce shipping fixed option rel.
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCompanyId in interface CommerceShippingFixedOptionRelModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Returns:
      the company ID of this commerce shipping fixed option rel
    • getCountry

      public com.liferay.portal.kernel.model.Country getCountry() throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCountry in interface CommerceShippingFixedOptionRel
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCountryId

      public long getCountryId()
      Returns the country ID of this commerce shipping fixed option rel.
      Specified by:
      getCountryId in interface CommerceShippingFixedOptionRelModel
      Returns:
      the country ID of this commerce shipping fixed option rel
    • getCreateDate

      public Date getCreateDate()
      Returns the create date of this commerce shipping fixed option rel.
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCreateDate in interface CommerceShippingFixedOptionRelModel
      Returns:
      the create date of this commerce shipping fixed option rel
    • getFixedPrice

      public BigDecimal getFixedPrice()
      Returns the fixed price of this commerce shipping fixed option rel.
      Specified by:
      getFixedPrice in interface CommerceShippingFixedOptionRelModel
      Returns:
      the fixed price of this commerce shipping fixed option rel
    • getGroupId

      public long getGroupId()
      Returns the group ID of this commerce shipping fixed option rel.
      Specified by:
      getGroupId in interface CommerceShippingFixedOptionRelModel
      Specified by:
      getGroupId in interface com.liferay.portal.kernel.model.GroupedModel
      Returns:
      the group ID of this commerce shipping fixed option rel
    • getModifiedDate

      public Date getModifiedDate()
      Returns the modified date of this commerce shipping fixed option rel.
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getModifiedDate in interface CommerceShippingFixedOptionRelModel
      Returns:
      the modified date of this commerce shipping fixed option rel
    • getMvccVersion

      public long getMvccVersion()
      Returns the mvcc version of this commerce shipping fixed option rel.
      Specified by:
      getMvccVersion in interface CommerceShippingFixedOptionRelModel
      Specified by:
      getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Returns:
      the mvcc version of this commerce shipping fixed option rel
    • getPrimaryKey

      public long getPrimaryKey()
      Returns the primary key of this commerce shipping fixed option rel.
      Specified by:
      getPrimaryKey in interface CommerceShippingFixedOptionRelModel
      Returns:
      the primary key of this commerce shipping fixed option rel
    • getRatePercentage

      public double getRatePercentage()
      Returns the rate percentage of this commerce shipping fixed option rel.
      Specified by:
      getRatePercentage in interface CommerceShippingFixedOptionRelModel
      Returns:
      the rate percentage of this commerce shipping fixed option rel
    • getRateUnitWeightPrice

      public BigDecimal getRateUnitWeightPrice()
      Returns the rate unit weight price of this commerce shipping fixed option rel.
      Specified by:
      getRateUnitWeightPrice in interface CommerceShippingFixedOptionRelModel
      Returns:
      the rate unit weight price of this commerce shipping fixed option rel
    • getRegion

      public com.liferay.portal.kernel.model.Region getRegion() throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getRegion in interface CommerceShippingFixedOptionRel
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getRegionId

      public long getRegionId()
      Returns the region ID of this commerce shipping fixed option rel.
      Specified by:
      getRegionId in interface CommerceShippingFixedOptionRelModel
      Returns:
      the region ID of this commerce shipping fixed option rel
    • getUserId

      public long getUserId()
      Returns the user ID of this commerce shipping fixed option rel.
      Specified by:
      getUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserId in interface CommerceShippingFixedOptionRelModel
      Returns:
      the user ID of this commerce shipping fixed option rel
    • getUserName

      public String getUserName()
      Returns the user name of this commerce shipping fixed option rel.
      Specified by:
      getUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserName in interface CommerceShippingFixedOptionRelModel
      Returns:
      the user name of this commerce shipping fixed option rel
    • getUserUuid

      public String getUserUuid()
      Returns the user uuid of this commerce shipping fixed option rel.
      Specified by:
      getUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserUuid in interface CommerceShippingFixedOptionRelModel
      Returns:
      the user uuid of this commerce shipping fixed option rel
    • getWeightFrom

      public double getWeightFrom()
      Returns the weight from of this commerce shipping fixed option rel.
      Specified by:
      getWeightFrom in interface CommerceShippingFixedOptionRelModel
      Returns:
      the weight from of this commerce shipping fixed option rel
    • getWeightTo

      public double getWeightTo()
      Returns the weight to of this commerce shipping fixed option rel.
      Specified by:
      getWeightTo in interface CommerceShippingFixedOptionRelModel
      Returns:
      the weight to of this commerce shipping fixed option rel
    • getZip

      public String getZip()
      Returns the zip of this commerce shipping fixed option rel.
      Specified by:
      getZip in interface CommerceShippingFixedOptionRelModel
      Returns:
      the zip of this commerce shipping fixed option rel
    • persist

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

      public void setCommerceInventoryWarehouseId(long commerceInventoryWarehouseId)
      Sets the commerce inventory warehouse ID of this commerce shipping fixed option rel.
      Specified by:
      setCommerceInventoryWarehouseId in interface CommerceShippingFixedOptionRelModel
      Parameters:
      commerceInventoryWarehouseId - the commerce inventory warehouse ID of this commerce shipping fixed option rel
    • setCommerceShippingFixedOptionId

      public void setCommerceShippingFixedOptionId(long commerceShippingFixedOptionId)
      Sets the commerce shipping fixed option ID of this commerce shipping fixed option rel.
      Specified by:
      setCommerceShippingFixedOptionId in interface CommerceShippingFixedOptionRelModel
      Parameters:
      commerceShippingFixedOptionId - the commerce shipping fixed option ID of this commerce shipping fixed option rel
    • setCommerceShippingFixedOptionRelId

      public void setCommerceShippingFixedOptionRelId(long commerceShippingFixedOptionRelId)
      Sets the commerce shipping fixed option rel ID of this commerce shipping fixed option rel.
      Specified by:
      setCommerceShippingFixedOptionRelId in interface CommerceShippingFixedOptionRelModel
      Parameters:
      commerceShippingFixedOptionRelId - the commerce shipping fixed option rel ID of this commerce shipping fixed option rel
    • setCommerceShippingMethodId

      public void setCommerceShippingMethodId(long commerceShippingMethodId)
      Sets the commerce shipping method ID of this commerce shipping fixed option rel.
      Specified by:
      setCommerceShippingMethodId in interface CommerceShippingFixedOptionRelModel
      Parameters:
      commerceShippingMethodId - the commerce shipping method ID of this commerce shipping fixed option rel
    • setCompanyId

      public void setCompanyId(long companyId)
      Sets the company ID of this commerce shipping fixed option rel.
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCompanyId in interface CommerceShippingFixedOptionRelModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Parameters:
      companyId - the company ID of this commerce shipping fixed option rel
    • setCountryId

      public void setCountryId(long countryId)
      Sets the country ID of this commerce shipping fixed option rel.
      Specified by:
      setCountryId in interface CommerceShippingFixedOptionRelModel
      Parameters:
      countryId - the country ID of this commerce shipping fixed option rel
    • setCreateDate

      public void setCreateDate(Date createDate)
      Sets the create date of this commerce shipping fixed option rel.
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCreateDate in interface CommerceShippingFixedOptionRelModel
      Parameters:
      createDate - the create date of this commerce shipping fixed option rel
    • setFixedPrice

      public void setFixedPrice(BigDecimal fixedPrice)
      Sets the fixed price of this commerce shipping fixed option rel.
      Specified by:
      setFixedPrice in interface CommerceShippingFixedOptionRelModel
      Parameters:
      fixedPrice - the fixed price of this commerce shipping fixed option rel
    • setGroupId

      public void setGroupId(long groupId)
      Sets the group ID of this commerce shipping fixed option rel.
      Specified by:
      setGroupId in interface CommerceShippingFixedOptionRelModel
      Specified by:
      setGroupId in interface com.liferay.portal.kernel.model.GroupedModel
      Parameters:
      groupId - the group ID of this commerce shipping fixed option rel
    • setModifiedDate

      public void setModifiedDate(Date modifiedDate)
      Sets the modified date of this commerce shipping fixed option rel.
      Specified by:
      setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setModifiedDate in interface CommerceShippingFixedOptionRelModel
      Parameters:
      modifiedDate - the modified date of this commerce shipping fixed option rel
    • setMvccVersion

      public void setMvccVersion(long mvccVersion)
      Sets the mvcc version of this commerce shipping fixed option rel.
      Specified by:
      setMvccVersion in interface CommerceShippingFixedOptionRelModel
      Specified by:
      setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Parameters:
      mvccVersion - the mvcc version of this commerce shipping fixed option rel
    • setPrimaryKey

      public void setPrimaryKey(long primaryKey)
      Sets the primary key of this commerce shipping fixed option rel.
      Specified by:
      setPrimaryKey in interface CommerceShippingFixedOptionRelModel
      Parameters:
      primaryKey - the primary key of this commerce shipping fixed option rel
    • setRatePercentage

      public void setRatePercentage(double ratePercentage)
      Sets the rate percentage of this commerce shipping fixed option rel.
      Specified by:
      setRatePercentage in interface CommerceShippingFixedOptionRelModel
      Parameters:
      ratePercentage - the rate percentage of this commerce shipping fixed option rel
    • setRateUnitWeightPrice

      public void setRateUnitWeightPrice(BigDecimal rateUnitWeightPrice)
      Sets the rate unit weight price of this commerce shipping fixed option rel.
      Specified by:
      setRateUnitWeightPrice in interface CommerceShippingFixedOptionRelModel
      Parameters:
      rateUnitWeightPrice - the rate unit weight price of this commerce shipping fixed option rel
    • setRegionId

      public void setRegionId(long regionId)
      Sets the region ID of this commerce shipping fixed option rel.
      Specified by:
      setRegionId in interface CommerceShippingFixedOptionRelModel
      Parameters:
      regionId - the region ID of this commerce shipping fixed option rel
    • setUserId

      public void setUserId(long userId)
      Sets the user ID of this commerce shipping fixed option rel.
      Specified by:
      setUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserId in interface CommerceShippingFixedOptionRelModel
      Parameters:
      userId - the user ID of this commerce shipping fixed option rel
    • setUserName

      public void setUserName(String userName)
      Sets the user name of this commerce shipping fixed option rel.
      Specified by:
      setUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserName in interface CommerceShippingFixedOptionRelModel
      Parameters:
      userName - the user name of this commerce shipping fixed option rel
    • setUserUuid

      public void setUserUuid(String userUuid)
      Sets the user uuid of this commerce shipping fixed option rel.
      Specified by:
      setUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserUuid in interface CommerceShippingFixedOptionRelModel
      Parameters:
      userUuid - the user uuid of this commerce shipping fixed option rel
    • setWeightFrom

      public void setWeightFrom(double weightFrom)
      Sets the weight from of this commerce shipping fixed option rel.
      Specified by:
      setWeightFrom in interface CommerceShippingFixedOptionRelModel
      Parameters:
      weightFrom - the weight from of this commerce shipping fixed option rel
    • setWeightTo

      public void setWeightTo(double weightTo)
      Sets the weight to of this commerce shipping fixed option rel.
      Specified by:
      setWeightTo in interface CommerceShippingFixedOptionRelModel
      Parameters:
      weightTo - the weight to of this commerce shipping fixed option rel
    • setZip

      public void setZip(String zip)
      Sets the zip of this commerce shipping fixed option rel.
      Specified by:
      setZip in interface CommerceShippingFixedOptionRelModel
      Parameters:
      zip - the zip of this commerce shipping fixed option rel
    • toXmlString

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

      protected CommerceShippingFixedOptionRelWrapper wrap(CommerceShippingFixedOptionRel commerceShippingFixedOptionRel)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceShippingFixedOptionRel>