Interface CPConfigurationEntryModel

All Superinterfaces:
com.liferay.portal.kernel.model.AttachedModel, com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<CPConfigurationEntry>, com.liferay.portal.kernel.model.ClassedModel, Cloneable, Comparable<CPConfigurationEntry>, com.liferay.portal.kernel.model.change.tracking.CTModel<CPConfigurationEntry>, com.liferay.portal.kernel.model.ExternalReferenceCodeModel, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.MVCCModel, Serializable, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedAuditedModel, com.liferay.portal.kernel.model.StagedModel, com.liferay.portal.kernel.model.TypedModel
All Known Subinterfaces:
CPConfigurationEntry
All Known Implementing Classes:
CPConfigurationEntryWrapper

@ProviderType public interface CPConfigurationEntryModel extends com.liferay.portal.kernel.model.AttachedModel, com.liferay.portal.kernel.model.BaseModel<CPConfigurationEntry>, com.liferay.portal.kernel.model.change.tracking.CTModel<CPConfigurationEntry>, com.liferay.portal.kernel.model.ExternalReferenceCodeModel, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedAuditedModel
The base model interface for the CPConfigurationEntry service. Represents a row in the "CPConfigurationEntry" database table, with each column mapped to a property of this class.

This interface and its corresponding implementation com.liferay.commerce.product.model.impl.CPConfigurationEntryModelImpl 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.commerce.product.model.impl.CPConfigurationEntryImpl.

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
     
    Returns the allowed order quantities of this cp configuration entry.
    boolean
    Returns the back orders of this cp configuration entry.
    Returns the fully qualified class name of this cp configuration entry.
    long
    Returns the class name ID of this cp configuration entry.
    long
    Returns the class pk of this cp configuration entry.
    long
    Returns the commerce availability estimate ID of this cp configuration entry.
    long
    Returns the company ID of this cp configuration entry.
    long
    Returns the cp configuration entry ID of this cp configuration entry.
    long
    Returns the cp configuration list ID of this cp configuration entry.
    Returns the cp definition inventory engine of this cp configuration entry.
    long
    Returns the cp tax category ID of this cp configuration entry.
    Returns the create date of this cp configuration entry.
    long
    Returns the ct collection ID of this cp configuration entry.
    double
    Returns the depth of this cp configuration entry.
    boolean
    Returns the display availability of this cp configuration entry.
    boolean
    Returns the display stock quantity of this cp configuration entry.
    Returns the external reference code of this cp configuration entry.
    boolean
    Returns the free shipping of this cp configuration entry.
    long
    Returns the group ID of this cp configuration entry.
    double
    Returns the height of this cp configuration entry.
    Returns the low stock activity of this cp configuration entry.
    Returns the max order quantity of this cp configuration entry.
    Returns the min order quantity of this cp configuration entry.
    Returns the min stock quantity of this cp configuration entry.
    Returns the modified date of this cp configuration entry.
    Returns the multiple order quantity of this cp configuration entry.
    long
    Returns the mvcc version of this cp configuration entry.
    long
    Returns the primary key of this cp configuration entry.
    boolean
    Returns the purchasable of this cp configuration entry.
    boolean
    Returns the shippable of this cp configuration entry.
    double
    Returns the shipping extra price of this cp configuration entry.
    boolean
    Returns the ship separately of this cp configuration entry.
    boolean
    Returns the tax exempt of this cp configuration entry.
    long
    Returns the user ID of this cp configuration entry.
    Returns the user name of this cp configuration entry.
    Returns the user uuid of this cp configuration entry.
    Returns the uuid of this cp configuration entry.
    boolean
    Returns the visible of this cp configuration entry.
    double
    Returns the weight of this cp configuration entry.
    double
    Returns the width of this cp configuration entry.
    boolean
    Returns true if this cp configuration entry is back orders.
    boolean
    Returns true if this cp configuration entry is display availability.
    boolean
    Returns true if this cp configuration entry is display stock quantity.
    boolean
    Returns true if this cp configuration entry is free shipping.
    boolean
    Returns true if this cp configuration entry is purchasable.
    boolean
    Returns true if this cp configuration entry is shippable.
    boolean
    Returns true if this cp configuration entry is ship separately.
    boolean
    Returns true if this cp configuration entry is tax exempt.
    boolean
    Returns true if this cp configuration entry is visible.
    void
    setAllowedOrderQuantities(String allowedOrderQuantities)
    Sets the allowed order quantities of this cp configuration entry.
    void
    setBackOrders(boolean backOrders)
    Sets whether this cp configuration entry is back orders.
    void
    setClassName(String className)
     
    void
    setClassNameId(long classNameId)
    Sets the class name ID of this cp configuration entry.
    void
    setClassPK(long classPK)
    Sets the class pk of this cp configuration entry.
    void
    setCommerceAvailabilityEstimateId(long commerceAvailabilityEstimateId)
    Sets the commerce availability estimate ID of this cp configuration entry.
    void
    setCompanyId(long companyId)
    Sets the company ID of this cp configuration entry.
    void
    setCPConfigurationEntryId(long CPConfigurationEntryId)
    Sets the cp configuration entry ID of this cp configuration entry.
    void
    setCPConfigurationListId(long CPConfigurationListId)
    Sets the cp configuration list ID of this cp configuration entry.
    void
    setCPDefinitionInventoryEngine(String CPDefinitionInventoryEngine)
    Sets the cp definition inventory engine of this cp configuration entry.
    void
    setCPTaxCategoryId(long CPTaxCategoryId)
    Sets the cp tax category ID of this cp configuration entry.
    void
    setCreateDate(Date createDate)
    Sets the create date of this cp configuration entry.
    void
    setCtCollectionId(long ctCollectionId)
    Sets the ct collection ID of this cp configuration entry.
    void
    setDepth(double depth)
    Sets the depth of this cp configuration entry.
    void
    setDisplayAvailability(boolean displayAvailability)
    Sets whether this cp configuration entry is display availability.
    void
    setDisplayStockQuantity(boolean displayStockQuantity)
    Sets whether this cp configuration entry is display stock quantity.
    void
    setExternalReferenceCode(String externalReferenceCode)
    Sets the external reference code of this cp configuration entry.
    void
    setFreeShipping(boolean freeShipping)
    Sets whether this cp configuration entry is free shipping.
    void
    setGroupId(long groupId)
    Sets the group ID of this cp configuration entry.
    void
    setHeight(double height)
    Sets the height of this cp configuration entry.
    void
    setLowStockActivity(String lowStockActivity)
    Sets the low stock activity of this cp configuration entry.
    void
    setMaxOrderQuantity(BigDecimal maxOrderQuantity)
    Sets the max order quantity of this cp configuration entry.
    void
    setMinOrderQuantity(BigDecimal minOrderQuantity)
    Sets the min order quantity of this cp configuration entry.
    void
    setMinStockQuantity(BigDecimal minStockQuantity)
    Sets the min stock quantity of this cp configuration entry.
    void
    setModifiedDate(Date modifiedDate)
    Sets the modified date of this cp configuration entry.
    void
    setMultipleOrderQuantity(BigDecimal multipleOrderQuantity)
    Sets the multiple order quantity of this cp configuration entry.
    void
    setMvccVersion(long mvccVersion)
    Sets the mvcc version of this cp configuration entry.
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this cp configuration entry.
    void
    setPurchasable(boolean purchasable)
    Sets whether this cp configuration entry is purchasable.
    void
    setShippable(boolean shippable)
    Sets whether this cp configuration entry is shippable.
    void
    setShippingExtraPrice(double shippingExtraPrice)
    Sets the shipping extra price of this cp configuration entry.
    void
    setShipSeparately(boolean shipSeparately)
    Sets whether this cp configuration entry is ship separately.
    void
    setTaxExempt(boolean taxExempt)
    Sets whether this cp configuration entry is tax exempt.
    void
    setUserId(long userId)
    Sets the user ID of this cp configuration entry.
    void
    setUserName(String userName)
    Sets the user name of this cp configuration entry.
    void
    setUserUuid(String userUuid)
    Sets the user uuid of this cp configuration entry.
    void
    Sets the uuid of this cp configuration entry.
    void
    setVisible(boolean visible)
    Sets whether this cp configuration entry is visible.
    void
    setWeight(double weight)
    Sets the weight of this cp configuration entry.
    void
    setWidth(double width)
    Sets the width of this cp configuration entry.
    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

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

    clone, getStagedModelType
  • Method Details

    • getPrimaryKey

      long getPrimaryKey()
      Returns the primary key of this cp configuration entry.
      Specified by:
      getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<CPConfigurationEntry>
      Returns:
      the primary key of this cp configuration entry
    • setPrimaryKey

      void setPrimaryKey(long primaryKey)
      Sets the primary key of this cp configuration entry.
      Specified by:
      setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<CPConfigurationEntry>
      Parameters:
      primaryKey - the primary key of this cp configuration entry
    • getMvccVersion

      long getMvccVersion()
      Returns the mvcc version of this cp configuration entry.
      Specified by:
      getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Returns:
      the mvcc version of this cp configuration entry
    • setMvccVersion

      void setMvccVersion(long mvccVersion)
      Sets the mvcc version of this cp configuration entry.
      Specified by:
      setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Parameters:
      mvccVersion - the mvcc version of this cp configuration entry
    • getCtCollectionId

      long getCtCollectionId()
      Returns the ct collection ID of this cp configuration entry.
      Specified by:
      getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<CPConfigurationEntry>
      Returns:
      the ct collection ID of this cp configuration entry
    • setCtCollectionId

      void setCtCollectionId(long ctCollectionId)
      Sets the ct collection ID of this cp configuration entry.
      Specified by:
      setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<CPConfigurationEntry>
      Parameters:
      ctCollectionId - the ct collection ID of this cp configuration entry
    • getUuid

      @AutoEscape String getUuid()
      Returns the uuid of this cp configuration entry.
      Specified by:
      getUuid in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the uuid of this cp configuration entry
    • setUuid

      void setUuid(String uuid)
      Sets the uuid of this cp configuration entry.
      Specified by:
      setUuid in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      uuid - the uuid of this cp configuration entry
    • getExternalReferenceCode

      @AutoEscape String getExternalReferenceCode()
      Returns the external reference code of this cp configuration entry.
      Specified by:
      getExternalReferenceCode in interface com.liferay.portal.kernel.model.ExternalReferenceCodeModel
      Returns:
      the external reference code of this cp configuration entry
    • setExternalReferenceCode

      void setExternalReferenceCode(String externalReferenceCode)
      Sets the external reference code of this cp configuration entry.
      Specified by:
      setExternalReferenceCode in interface com.liferay.portal.kernel.model.ExternalReferenceCodeModel
      Parameters:
      externalReferenceCode - the external reference code of this cp configuration entry
    • getCPConfigurationEntryId

      long getCPConfigurationEntryId()
      Returns the cp configuration entry ID of this cp configuration entry.
      Returns:
      the cp configuration entry ID of this cp configuration entry
    • setCPConfigurationEntryId

      void setCPConfigurationEntryId(long CPConfigurationEntryId)
      Sets the cp configuration entry ID of this cp configuration entry.
      Parameters:
      CPConfigurationEntryId - the cp configuration entry ID of this cp configuration entry
    • getGroupId

      long getGroupId()
      Returns the group ID of this cp configuration entry.
      Specified by:
      getGroupId in interface com.liferay.portal.kernel.model.GroupedModel
      Returns:
      the group ID of this cp configuration entry
    • setGroupId

      void setGroupId(long groupId)
      Sets the group ID of this cp configuration entry.
      Specified by:
      setGroupId in interface com.liferay.portal.kernel.model.GroupedModel
      Parameters:
      groupId - the group ID of this cp configuration entry
    • getCompanyId

      long getCompanyId()
      Returns the company ID of this cp configuration entry.
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the company ID of this cp configuration entry
    • setCompanyId

      void setCompanyId(long companyId)
      Sets the company ID of this cp configuration entry.
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      companyId - the company ID of this cp configuration entry
    • getUserId

      long getUserId()
      Returns the user ID of this cp configuration entry.
      Specified by:
      getUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Returns:
      the user ID of this cp configuration entry
    • setUserId

      void setUserId(long userId)
      Sets the user ID of this cp configuration entry.
      Specified by:
      setUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Parameters:
      userId - the user ID of this cp configuration entry
    • getUserUuid

      String getUserUuid()
      Returns the user uuid of this cp configuration entry.
      Specified by:
      getUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Returns:
      the user uuid of this cp configuration entry
    • setUserUuid

      void setUserUuid(String userUuid)
      Sets the user uuid of this cp configuration entry.
      Specified by:
      setUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Parameters:
      userUuid - the user uuid of this cp configuration entry
    • getUserName

      @AutoEscape String getUserName()
      Returns the user name of this cp configuration entry.
      Specified by:
      getUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Returns:
      the user name of this cp configuration entry
    • setUserName

      void setUserName(String userName)
      Sets the user name of this cp configuration entry.
      Specified by:
      setUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Parameters:
      userName - the user name of this cp configuration entry
    • getCreateDate

      Date getCreateDate()
      Returns the create date of this cp configuration entry.
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the create date of this cp configuration entry
    • setCreateDate

      void setCreateDate(Date createDate)
      Sets the create date of this cp configuration entry.
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      createDate - the create date of this cp configuration entry
    • getModifiedDate

      Date getModifiedDate()
      Returns the modified date of this cp configuration entry.
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the modified date of this cp configuration entry
    • setModifiedDate

      void setModifiedDate(Date modifiedDate)
      Sets the modified date of this cp configuration entry.
      Specified by:
      setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setModifiedDate in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      modifiedDate - the modified date of this cp configuration entry
    • getClassName

      String getClassName()
      Returns the fully qualified class name of this cp configuration entry.
      Specified by:
      getClassName in interface com.liferay.portal.kernel.model.TypedModel
      Returns:
      the fully qualified class name of this cp configuration entry
    • setClassName

      void setClassName(String className)
    • getClassNameId

      long getClassNameId()
      Returns the class name ID of this cp configuration entry.
      Specified by:
      getClassNameId in interface com.liferay.portal.kernel.model.TypedModel
      Returns:
      the class name ID of this cp configuration entry
    • setClassNameId

      void setClassNameId(long classNameId)
      Sets the class name ID of this cp configuration entry.
      Specified by:
      setClassNameId in interface com.liferay.portal.kernel.model.TypedModel
      Parameters:
      classNameId - the class name ID of this cp configuration entry
    • getClassPK

      long getClassPK()
      Returns the class pk of this cp configuration entry.
      Specified by:
      getClassPK in interface com.liferay.portal.kernel.model.AttachedModel
      Returns:
      the class pk of this cp configuration entry
    • setClassPK

      void setClassPK(long classPK)
      Sets the class pk of this cp configuration entry.
      Specified by:
      setClassPK in interface com.liferay.portal.kernel.model.AttachedModel
      Parameters:
      classPK - the class pk of this cp configuration entry
    • getCPConfigurationListId

      long getCPConfigurationListId()
      Returns the cp configuration list ID of this cp configuration entry.
      Returns:
      the cp configuration list ID of this cp configuration entry
    • setCPConfigurationListId

      void setCPConfigurationListId(long CPConfigurationListId)
      Sets the cp configuration list ID of this cp configuration entry.
      Parameters:
      CPConfigurationListId - the cp configuration list ID of this cp configuration entry
    • getCPTaxCategoryId

      long getCPTaxCategoryId()
      Returns the cp tax category ID of this cp configuration entry.
      Returns:
      the cp tax category ID of this cp configuration entry
    • setCPTaxCategoryId

      void setCPTaxCategoryId(long CPTaxCategoryId)
      Sets the cp tax category ID of this cp configuration entry.
      Parameters:
      CPTaxCategoryId - the cp tax category ID of this cp configuration entry
    • getAllowedOrderQuantities

      @AutoEscape String getAllowedOrderQuantities()
      Returns the allowed order quantities of this cp configuration entry.
      Returns:
      the allowed order quantities of this cp configuration entry
    • setAllowedOrderQuantities

      void setAllowedOrderQuantities(String allowedOrderQuantities)
      Sets the allowed order quantities of this cp configuration entry.
      Parameters:
      allowedOrderQuantities - the allowed order quantities of this cp configuration entry
    • getBackOrders

      boolean getBackOrders()
      Returns the back orders of this cp configuration entry.
      Returns:
      the back orders of this cp configuration entry
    • isBackOrders

      boolean isBackOrders()
      Returns true if this cp configuration entry is back orders.
      Returns:
      true if this cp configuration entry is back orders; false otherwise
    • setBackOrders

      void setBackOrders(boolean backOrders)
      Sets whether this cp configuration entry is back orders.
      Parameters:
      backOrders - the back orders of this cp configuration entry
    • getCommerceAvailabilityEstimateId

      long getCommerceAvailabilityEstimateId()
      Returns the commerce availability estimate ID of this cp configuration entry.
      Returns:
      the commerce availability estimate ID of this cp configuration entry
    • setCommerceAvailabilityEstimateId

      void setCommerceAvailabilityEstimateId(long commerceAvailabilityEstimateId)
      Sets the commerce availability estimate ID of this cp configuration entry.
      Parameters:
      commerceAvailabilityEstimateId - the commerce availability estimate ID of this cp configuration entry
    • getCPDefinitionInventoryEngine

      @AutoEscape String getCPDefinitionInventoryEngine()
      Returns the cp definition inventory engine of this cp configuration entry.
      Returns:
      the cp definition inventory engine of this cp configuration entry
    • setCPDefinitionInventoryEngine

      void setCPDefinitionInventoryEngine(String CPDefinitionInventoryEngine)
      Sets the cp definition inventory engine of this cp configuration entry.
      Parameters:
      CPDefinitionInventoryEngine - the cp definition inventory engine of this cp configuration entry
    • getDepth

      double getDepth()
      Returns the depth of this cp configuration entry.
      Returns:
      the depth of this cp configuration entry
    • setDepth

      void setDepth(double depth)
      Sets the depth of this cp configuration entry.
      Parameters:
      depth - the depth of this cp configuration entry
    • getDisplayAvailability

      boolean getDisplayAvailability()
      Returns the display availability of this cp configuration entry.
      Returns:
      the display availability of this cp configuration entry
    • isDisplayAvailability

      boolean isDisplayAvailability()
      Returns true if this cp configuration entry is display availability.
      Returns:
      true if this cp configuration entry is display availability; false otherwise
    • setDisplayAvailability

      void setDisplayAvailability(boolean displayAvailability)
      Sets whether this cp configuration entry is display availability.
      Parameters:
      displayAvailability - the display availability of this cp configuration entry
    • getDisplayStockQuantity

      boolean getDisplayStockQuantity()
      Returns the display stock quantity of this cp configuration entry.
      Returns:
      the display stock quantity of this cp configuration entry
    • isDisplayStockQuantity

      boolean isDisplayStockQuantity()
      Returns true if this cp configuration entry is display stock quantity.
      Returns:
      true if this cp configuration entry is display stock quantity; false otherwise
    • setDisplayStockQuantity

      void setDisplayStockQuantity(boolean displayStockQuantity)
      Sets whether this cp configuration entry is display stock quantity.
      Parameters:
      displayStockQuantity - the display stock quantity of this cp configuration entry
    • getFreeShipping

      boolean getFreeShipping()
      Returns the free shipping of this cp configuration entry.
      Returns:
      the free shipping of this cp configuration entry
    • isFreeShipping

      boolean isFreeShipping()
      Returns true if this cp configuration entry is free shipping.
      Returns:
      true if this cp configuration entry is free shipping; false otherwise
    • setFreeShipping

      void setFreeShipping(boolean freeShipping)
      Sets whether this cp configuration entry is free shipping.
      Parameters:
      freeShipping - the free shipping of this cp configuration entry
    • getHeight

      double getHeight()
      Returns the height of this cp configuration entry.
      Returns:
      the height of this cp configuration entry
    • setHeight

      void setHeight(double height)
      Sets the height of this cp configuration entry.
      Parameters:
      height - the height of this cp configuration entry
    • getLowStockActivity

      @AutoEscape String getLowStockActivity()
      Returns the low stock activity of this cp configuration entry.
      Returns:
      the low stock activity of this cp configuration entry
    • setLowStockActivity

      void setLowStockActivity(String lowStockActivity)
      Sets the low stock activity of this cp configuration entry.
      Parameters:
      lowStockActivity - the low stock activity of this cp configuration entry
    • getMaxOrderQuantity

      BigDecimal getMaxOrderQuantity()
      Returns the max order quantity of this cp configuration entry.
      Returns:
      the max order quantity of this cp configuration entry
    • setMaxOrderQuantity

      void setMaxOrderQuantity(BigDecimal maxOrderQuantity)
      Sets the max order quantity of this cp configuration entry.
      Parameters:
      maxOrderQuantity - the max order quantity of this cp configuration entry
    • getMinOrderQuantity

      BigDecimal getMinOrderQuantity()
      Returns the min order quantity of this cp configuration entry.
      Returns:
      the min order quantity of this cp configuration entry
    • setMinOrderQuantity

      void setMinOrderQuantity(BigDecimal minOrderQuantity)
      Sets the min order quantity of this cp configuration entry.
      Parameters:
      minOrderQuantity - the min order quantity of this cp configuration entry
    • getMinStockQuantity

      BigDecimal getMinStockQuantity()
      Returns the min stock quantity of this cp configuration entry.
      Returns:
      the min stock quantity of this cp configuration entry
    • setMinStockQuantity

      void setMinStockQuantity(BigDecimal minStockQuantity)
      Sets the min stock quantity of this cp configuration entry.
      Parameters:
      minStockQuantity - the min stock quantity of this cp configuration entry
    • getMultipleOrderQuantity

      BigDecimal getMultipleOrderQuantity()
      Returns the multiple order quantity of this cp configuration entry.
      Returns:
      the multiple order quantity of this cp configuration entry
    • setMultipleOrderQuantity

      void setMultipleOrderQuantity(BigDecimal multipleOrderQuantity)
      Sets the multiple order quantity of this cp configuration entry.
      Parameters:
      multipleOrderQuantity - the multiple order quantity of this cp configuration entry
    • getPurchasable

      boolean getPurchasable()
      Returns the purchasable of this cp configuration entry.
      Returns:
      the purchasable of this cp configuration entry
    • isPurchasable

      boolean isPurchasable()
      Returns true if this cp configuration entry is purchasable.
      Returns:
      true if this cp configuration entry is purchasable; false otherwise
    • setPurchasable

      void setPurchasable(boolean purchasable)
      Sets whether this cp configuration entry is purchasable.
      Parameters:
      purchasable - the purchasable of this cp configuration entry
    • getShippable

      boolean getShippable()
      Returns the shippable of this cp configuration entry.
      Returns:
      the shippable of this cp configuration entry
    • isShippable

      boolean isShippable()
      Returns true if this cp configuration entry is shippable.
      Returns:
      true if this cp configuration entry is shippable; false otherwise
    • setShippable

      void setShippable(boolean shippable)
      Sets whether this cp configuration entry is shippable.
      Parameters:
      shippable - the shippable of this cp configuration entry
    • getShippingExtraPrice

      double getShippingExtraPrice()
      Returns the shipping extra price of this cp configuration entry.
      Returns:
      the shipping extra price of this cp configuration entry
    • setShippingExtraPrice

      void setShippingExtraPrice(double shippingExtraPrice)
      Sets the shipping extra price of this cp configuration entry.
      Parameters:
      shippingExtraPrice - the shipping extra price of this cp configuration entry
    • getShipSeparately

      boolean getShipSeparately()
      Returns the ship separately of this cp configuration entry.
      Returns:
      the ship separately of this cp configuration entry
    • isShipSeparately

      boolean isShipSeparately()
      Returns true if this cp configuration entry is ship separately.
      Returns:
      true if this cp configuration entry is ship separately; false otherwise
    • setShipSeparately

      void setShipSeparately(boolean shipSeparately)
      Sets whether this cp configuration entry is ship separately.
      Parameters:
      shipSeparately - the ship separately of this cp configuration entry
    • getTaxExempt

      boolean getTaxExempt()
      Returns the tax exempt of this cp configuration entry.
      Returns:
      the tax exempt of this cp configuration entry
    • isTaxExempt

      boolean isTaxExempt()
      Returns true if this cp configuration entry is tax exempt.
      Returns:
      true if this cp configuration entry is tax exempt; false otherwise
    • setTaxExempt

      void setTaxExempt(boolean taxExempt)
      Sets whether this cp configuration entry is tax exempt.
      Parameters:
      taxExempt - the tax exempt of this cp configuration entry
    • getVisible

      boolean getVisible()
      Returns the visible of this cp configuration entry.
      Returns:
      the visible of this cp configuration entry
    • isVisible

      boolean isVisible()
      Returns true if this cp configuration entry is visible.
      Returns:
      true if this cp configuration entry is visible; false otherwise
    • setVisible

      void setVisible(boolean visible)
      Sets whether this cp configuration entry is visible.
      Parameters:
      visible - the visible of this cp configuration entry
    • getWeight

      double getWeight()
      Returns the weight of this cp configuration entry.
      Returns:
      the weight of this cp configuration entry
    • setWeight

      void setWeight(double weight)
      Sets the weight of this cp configuration entry.
      Parameters:
      weight - the weight of this cp configuration entry
    • getWidth

      double getWidth()
      Returns the width of this cp configuration entry.
      Returns:
      the width of this cp configuration entry
    • setWidth

      void setWidth(double width)
      Sets the width of this cp configuration entry.
      Parameters:
      width - the width of this cp configuration entry
    • cloneWithOriginalValues

      CPConfigurationEntry cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<CPConfigurationEntry>
    • toXmlString

      default String toXmlString()