@Generated(value="")
public class GroupedProduct
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
entryProductExternalReferenceCode |
protected java.lang.Long |
entryProductId |
protected java.util.Map<java.lang.String,java.lang.String> |
entryProductName |
protected java.lang.Long |
id |
protected java.lang.Double |
priority |
protected java.lang.String |
productExternalReferenceCode |
protected java.lang.Long |
productId |
protected java.util.Map<java.lang.String,java.lang.String> |
productName |
protected java.lang.Integer |
quantity |
java.lang.String |
xClassName |
Constructor and Description |
---|
GroupedProduct() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object object) |
java.lang.String |
getEntryProductExternalReferenceCode() |
@DecimalMin(value="0") java.lang.Long |
getEntryProductId() |
@Valid java.util.Map<java.lang.String,java.lang.String> |
getEntryProductName() |
@DecimalMin(value="0") java.lang.Long |
getId() |
java.lang.Double |
getPriority() |
java.lang.String |
getProductExternalReferenceCode() |
@DecimalMin(value="0") java.lang.Long |
getProductId() |
@Valid java.util.Map<java.lang.String,java.lang.String> |
getProductName() |
@DecimalMin(value="0") java.lang.Integer |
getQuantity() |
int |
hashCode() |
void |
setEntryProductExternalReferenceCode(java.lang.String entryProductExternalReferenceCode) |
void |
setEntryProductExternalReferenceCode(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> entryProductExternalReferenceCodeUnsafeSupplier) |
void |
setEntryProductId(java.lang.Long entryProductId) |
void |
setEntryProductId(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> entryProductIdUnsafeSupplier) |
void |
setEntryProductName(java.util.Map<java.lang.String,java.lang.String> entryProductName) |
void |
setEntryProductName(com.liferay.petra.function.UnsafeSupplier<java.util.Map<java.lang.String,java.lang.String>,java.lang.Exception> entryProductNameUnsafeSupplier) |
void |
setId(java.lang.Long id) |
void |
setId(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> idUnsafeSupplier) |
void |
setPriority(java.lang.Double priority) |
void |
setPriority(com.liferay.petra.function.UnsafeSupplier<java.lang.Double,java.lang.Exception> priorityUnsafeSupplier) |
void |
setProductExternalReferenceCode(java.lang.String productExternalReferenceCode) |
void |
setProductExternalReferenceCode(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> productExternalReferenceCodeUnsafeSupplier) |
void |
setProductId(java.lang.Long productId) |
void |
setProductId(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> productIdUnsafeSupplier) |
void |
setProductName(java.util.Map<java.lang.String,java.lang.String> productName) |
void |
setProductName(com.liferay.petra.function.UnsafeSupplier<java.util.Map<java.lang.String,java.lang.String>,java.lang.Exception> productNameUnsafeSupplier) |
void |
setQuantity(java.lang.Integer quantity) |
void |
setQuantity(com.liferay.petra.function.UnsafeSupplier<java.lang.Integer,java.lang.Exception> quantityUnsafeSupplier) |
static GroupedProduct |
toDTO(java.lang.String json) |
java.lang.String |
toString() |
static GroupedProduct |
unsafeToDTO(java.lang.String json) |
protected java.lang.String entryProductExternalReferenceCode
protected java.lang.Long entryProductId
protected java.util.Map<java.lang.String,java.lang.String> entryProductName
protected java.lang.Long id
protected java.lang.Double priority
protected java.lang.String productExternalReferenceCode
protected java.lang.Long productId
protected java.util.Map<java.lang.String,java.lang.String> productName
protected java.lang.Integer quantity
public java.lang.String xClassName
public static GroupedProduct toDTO(java.lang.String json)
public static GroupedProduct unsafeToDTO(java.lang.String json)
public java.lang.String getEntryProductExternalReferenceCode()
public void setEntryProductExternalReferenceCode(java.lang.String entryProductExternalReferenceCode)
public void setEntryProductExternalReferenceCode(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> entryProductExternalReferenceCodeUnsafeSupplier)
@DecimalMin(value="0") public @DecimalMin(value="0") java.lang.Long getEntryProductId()
public void setEntryProductId(java.lang.Long entryProductId)
public void setEntryProductId(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> entryProductIdUnsafeSupplier)
@Valid public @Valid java.util.Map<java.lang.String,java.lang.String> getEntryProductName()
public void setEntryProductName(java.util.Map<java.lang.String,java.lang.String> entryProductName)
public void setEntryProductName(com.liferay.petra.function.UnsafeSupplier<java.util.Map<java.lang.String,java.lang.String>,java.lang.Exception> entryProductNameUnsafeSupplier)
@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.Double getPriority()
public void setPriority(java.lang.Double priority)
public void setPriority(com.liferay.petra.function.UnsafeSupplier<java.lang.Double,java.lang.Exception> priorityUnsafeSupplier)
public java.lang.String getProductExternalReferenceCode()
public void setProductExternalReferenceCode(java.lang.String productExternalReferenceCode)
public void setProductExternalReferenceCode(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> productExternalReferenceCodeUnsafeSupplier)
@DecimalMin(value="0") public @DecimalMin(value="0") java.lang.Long getProductId()
public void setProductId(java.lang.Long productId)
public void setProductId(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> productIdUnsafeSupplier)
@Valid public @Valid java.util.Map<java.lang.String,java.lang.String> getProductName()
public void setProductName(java.util.Map<java.lang.String,java.lang.String> productName)
public void setProductName(com.liferay.petra.function.UnsafeSupplier<java.util.Map<java.lang.String,java.lang.String>,java.lang.Exception> productNameUnsafeSupplier)
@DecimalMin(value="0") public @DecimalMin(value="0") java.lang.Integer getQuantity()
public void setQuantity(java.lang.Integer quantity)
public void setQuantity(com.liferay.petra.function.UnsafeSupplier<java.lang.Integer,java.lang.Exception> quantityUnsafeSupplier)
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