Class ProductShippingConfiguration
java.lang.Object
com.liferay.headless.commerce.admin.catalog.dto.v1_0.ProductShippingConfiguration
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BigDecimal
protected Boolean
protected BigDecimal
protected Boolean
protected BigDecimal
protected Boolean
protected BigDecimal
protected BigDecimal
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
@DecimalMin("0") @Valid BigDecimal
getDepth()
@DecimalMin("0") @Valid BigDecimal
@DecimalMin("0") @Valid BigDecimal
@DecimalMin("0") @Valid BigDecimal
@DecimalMin("0") @Valid BigDecimal
getWidth()
int
hashCode()
void
setDepth
(com.liferay.petra.function.UnsafeSupplier<BigDecimal, Exception> depthUnsafeSupplier) void
setDepth
(BigDecimal depth) void
setFreeShipping
(com.liferay.petra.function.UnsafeSupplier<Boolean, Exception> freeShippingUnsafeSupplier) void
setFreeShipping
(Boolean freeShipping) void
setHeight
(com.liferay.petra.function.UnsafeSupplier<BigDecimal, Exception> heightUnsafeSupplier) void
setHeight
(BigDecimal height) void
setShippable
(com.liferay.petra.function.UnsafeSupplier<Boolean, Exception> shippableUnsafeSupplier) void
setShippable
(Boolean shippable) void
setShippingExtraPrice
(com.liferay.petra.function.UnsafeSupplier<BigDecimal, Exception> shippingExtraPriceUnsafeSupplier) void
setShippingExtraPrice
(BigDecimal shippingExtraPrice) void
setShippingSeparately
(com.liferay.petra.function.UnsafeSupplier<Boolean, Exception> shippingSeparatelyUnsafeSupplier) void
setShippingSeparately
(Boolean shippingSeparately) void
setWeight
(com.liferay.petra.function.UnsafeSupplier<BigDecimal, Exception> weightUnsafeSupplier) void
setWeight
(BigDecimal weight) void
setWidth
(com.liferay.petra.function.UnsafeSupplier<BigDecimal, Exception> widthUnsafeSupplier) void
setWidth
(BigDecimal width) static ProductShippingConfiguration
toString()
static ProductShippingConfiguration
unsafeToDTO
(String json)
-
Field Details
-
depth
-
freeShipping
-
height
-
shippable
-
shippingExtraPrice
-
shippingSeparately
-
weight
-
width
-
xClassName
-
-
Constructor Details
-
ProductShippingConfiguration
public ProductShippingConfiguration()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getDepth
-
setDepth
-
setDepth
public void setDepth(com.liferay.petra.function.UnsafeSupplier<BigDecimal, Exception> depthUnsafeSupplier) -
getFreeShipping
-
setFreeShipping
-
setFreeShipping
-
getHeight
-
setHeight
-
setHeight
public void setHeight(com.liferay.petra.function.UnsafeSupplier<BigDecimal, Exception> heightUnsafeSupplier) -
getShippable
-
setShippable
-
setShippable
-
getShippingExtraPrice
-
setShippingExtraPrice
-
setShippingExtraPrice
public void setShippingExtraPrice(com.liferay.petra.function.UnsafeSupplier<BigDecimal, Exception> shippingExtraPriceUnsafeSupplier) -
getShippingSeparately
-
setShippingSeparately
-
setShippingSeparately
-
getWeight
-
setWeight
-
setWeight
public void setWeight(com.liferay.petra.function.UnsafeSupplier<BigDecimal, Exception> weightUnsafeSupplier) -
getWidth
-
setWidth
-
setWidth
public void setWidth(com.liferay.petra.function.UnsafeSupplier<BigDecimal, Exception> widthUnsafeSupplier) -
equals
-
hashCode
public int hashCode() -
toString
-