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 BigDecimalprotected Booleanprotected BigDecimalprotected Booleanprotected BigDecimalprotected Booleanprotected BigDecimalprotected BigDecimal -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@DecimalMin("0") @Valid BigDecimalgetDepth()@DecimalMin("0") @Valid BigDecimal@DecimalMin("0") @Valid BigDecimal@DecimalMin("0") @Valid BigDecimal@DecimalMin("0") @Valid BigDecimalgetWidth()inthashCode()voidsetDepth(com.liferay.petra.function.UnsafeSupplier<BigDecimal, Exception> depthUnsafeSupplier) voidsetDepth(BigDecimal depth) voidsetFreeShipping(com.liferay.petra.function.UnsafeSupplier<Boolean, Exception> freeShippingUnsafeSupplier) voidsetFreeShipping(Boolean freeShipping) voidsetHeight(com.liferay.petra.function.UnsafeSupplier<BigDecimal, Exception> heightUnsafeSupplier) voidsetHeight(BigDecimal height) voidsetShippable(com.liferay.petra.function.UnsafeSupplier<Boolean, Exception> shippableUnsafeSupplier) voidsetShippable(Boolean shippable) voidsetShippingExtraPrice(com.liferay.petra.function.UnsafeSupplier<BigDecimal, Exception> shippingExtraPriceUnsafeSupplier) voidsetShippingExtraPrice(BigDecimal shippingExtraPrice) voidsetShippingSeparately(com.liferay.petra.function.UnsafeSupplier<Boolean, Exception> shippingSeparatelyUnsafeSupplier) voidsetShippingSeparately(Boolean shippingSeparately) voidsetWeight(com.liferay.petra.function.UnsafeSupplier<BigDecimal, Exception> weightUnsafeSupplier) voidsetWeight(BigDecimal weight) voidsetWidth(com.liferay.petra.function.UnsafeSupplier<BigDecimal, Exception> widthUnsafeSupplier) voidsetWidth(BigDecimal width) static ProductShippingConfigurationtoString()static ProductShippingConfigurationunsafeToDTO(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
-