@Generated(value="")
public class ProductOptionValue
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected java.lang.Long |
id |
protected java.lang.String |
infoMessage |
protected java.lang.String |
key |
protected java.lang.String |
name |
protected java.lang.Boolean |
preselected |
protected java.lang.String |
price |
protected java.lang.String |
priceType |
protected java.lang.Double |
priority |
protected java.lang.Long |
productOptionId |
protected java.lang.String |
quantity |
protected java.lang.String |
relativePriceFormatted |
protected java.lang.Boolean |
selectable |
protected java.lang.Long |
skuId |
protected java.lang.String |
totalPrice |
protected java.lang.String |
unitOfMeasureKey |
protected java.lang.Boolean |
visible |
java.lang.String |
xClassName |
Constructor and Description |
---|
ProductOptionValue() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object object) |
@DecimalMin(value="0") java.lang.Long |
getId() |
java.lang.String |
getInfoMessage() |
java.lang.String |
getKey() |
java.lang.String |
getName() |
java.lang.Boolean |
getPreselected() |
java.lang.String |
getPrice() |
java.lang.String |
getPriceType() |
java.lang.Double |
getPriority() |
@DecimalMin(value="0") java.lang.Long |
getProductOptionId() |
java.lang.String |
getQuantity() |
java.lang.String |
getRelativePriceFormatted() |
java.lang.Boolean |
getSelectable() |
java.lang.Long |
getSkuId() |
java.lang.String |
getTotalPrice() |
java.lang.String |
getUnitOfMeasureKey() |
java.lang.Boolean |
getVisible() |
int |
hashCode() |
void |
setId(java.lang.Long id) |
void |
setId(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> idUnsafeSupplier) |
void |
setInfoMessage(java.lang.String infoMessage) |
void |
setInfoMessage(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> infoMessageUnsafeSupplier) |
void |
setKey(java.lang.String key) |
void |
setKey(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> keyUnsafeSupplier) |
void |
setName(java.lang.String name) |
void |
setName(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> nameUnsafeSupplier) |
void |
setPreselected(java.lang.Boolean preselected) |
void |
setPreselected(com.liferay.petra.function.UnsafeSupplier<java.lang.Boolean,java.lang.Exception> preselectedUnsafeSupplier) |
void |
setPrice(java.lang.String price) |
void |
setPrice(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> priceUnsafeSupplier) |
void |
setPriceType(java.lang.String priceType) |
void |
setPriceType(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> priceTypeUnsafeSupplier) |
void |
setPriority(java.lang.Double priority) |
void |
setPriority(com.liferay.petra.function.UnsafeSupplier<java.lang.Double,java.lang.Exception> priorityUnsafeSupplier) |
void |
setProductOptionId(java.lang.Long productOptionId) |
void |
setProductOptionId(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> productOptionIdUnsafeSupplier) |
void |
setQuantity(java.lang.String quantity) |
void |
setQuantity(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> quantityUnsafeSupplier) |
void |
setRelativePriceFormatted(java.lang.String relativePriceFormatted) |
void |
setRelativePriceFormatted(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> relativePriceFormattedUnsafeSupplier) |
void |
setSelectable(java.lang.Boolean selectable) |
void |
setSelectable(com.liferay.petra.function.UnsafeSupplier<java.lang.Boolean,java.lang.Exception> selectableUnsafeSupplier) |
void |
setSkuId(java.lang.Long skuId) |
void |
setSkuId(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> skuIdUnsafeSupplier) |
void |
setTotalPrice(java.lang.String totalPrice) |
void |
setTotalPrice(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> totalPriceUnsafeSupplier) |
void |
setUnitOfMeasureKey(java.lang.String unitOfMeasureKey) |
void |
setUnitOfMeasureKey(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> unitOfMeasureKeyUnsafeSupplier) |
void |
setVisible(java.lang.Boolean visible) |
void |
setVisible(com.liferay.petra.function.UnsafeSupplier<java.lang.Boolean,java.lang.Exception> visibleUnsafeSupplier) |
static ProductOptionValue |
toDTO(java.lang.String json) |
java.lang.String |
toString() |
static ProductOptionValue |
unsafeToDTO(java.lang.String json) |
protected java.lang.Long id
protected java.lang.String infoMessage
protected java.lang.String key
protected java.lang.String name
protected java.lang.Boolean preselected
protected java.lang.String price
protected java.lang.String priceType
protected java.lang.Double priority
protected java.lang.Long productOptionId
protected java.lang.String quantity
protected java.lang.String relativePriceFormatted
protected java.lang.Boolean selectable
protected java.lang.Long skuId
protected java.lang.String totalPrice
protected java.lang.String unitOfMeasureKey
protected java.lang.Boolean visible
public java.lang.String xClassName
public static ProductOptionValue toDTO(java.lang.String json)
public static ProductOptionValue unsafeToDTO(java.lang.String json)
@DecimalMin(value="0") public @DecimalMin(value="0") java.lang.Long getId()
public void setId(java.lang.Long id)
public void setId(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> idUnsafeSupplier)
public java.lang.String getInfoMessage()
public void setInfoMessage(java.lang.String infoMessage)
public void setInfoMessage(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> infoMessageUnsafeSupplier)
public java.lang.String getKey()
public void setKey(java.lang.String key)
public void setKey(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> keyUnsafeSupplier)
public java.lang.String getName()
public void setName(java.lang.String name)
public void setName(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> nameUnsafeSupplier)
public java.lang.Boolean getPreselected()
public void setPreselected(java.lang.Boolean preselected)
public void setPreselected(com.liferay.petra.function.UnsafeSupplier<java.lang.Boolean,java.lang.Exception> preselectedUnsafeSupplier)
public java.lang.String getPrice()
public void setPrice(java.lang.String price)
public void setPrice(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> priceUnsafeSupplier)
public java.lang.String getPriceType()
public void setPriceType(java.lang.String priceType)
public void setPriceType(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> priceTypeUnsafeSupplier)
public java.lang.Double getPriority()
public void setPriority(java.lang.Double priority)
public void setPriority(com.liferay.petra.function.UnsafeSupplier<java.lang.Double,java.lang.Exception> priorityUnsafeSupplier)
@DecimalMin(value="0") public @DecimalMin(value="0") java.lang.Long getProductOptionId()
public void setProductOptionId(java.lang.Long productOptionId)
public void setProductOptionId(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> productOptionIdUnsafeSupplier)
public java.lang.String getQuantity()
public void setQuantity(java.lang.String quantity)
public void setQuantity(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> quantityUnsafeSupplier)
public java.lang.String getRelativePriceFormatted()
public void setRelativePriceFormatted(java.lang.String relativePriceFormatted)
public void setRelativePriceFormatted(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> relativePriceFormattedUnsafeSupplier)
public java.lang.Boolean getSelectable()
public void setSelectable(java.lang.Boolean selectable)
public void setSelectable(com.liferay.petra.function.UnsafeSupplier<java.lang.Boolean,java.lang.Exception> selectableUnsafeSupplier)
public java.lang.Long getSkuId()
public void setSkuId(java.lang.Long skuId)
public void setSkuId(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> skuIdUnsafeSupplier)
public java.lang.String getTotalPrice()
public void setTotalPrice(java.lang.String totalPrice)
public void setTotalPrice(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> totalPriceUnsafeSupplier)
public java.lang.String getUnitOfMeasureKey()
public void setUnitOfMeasureKey(java.lang.String unitOfMeasureKey)
public void setUnitOfMeasureKey(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> unitOfMeasureKeyUnsafeSupplier)
public java.lang.Boolean getVisible()
public void setVisible(java.lang.Boolean visible)
public void setVisible(com.liferay.petra.function.UnsafeSupplier<java.lang.Boolean,java.lang.Exception> visibleUnsafeSupplier)
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object