Class SkuInventoryAdjustmentDTO
java.lang.Object
com.broadleafcommerce.inventory.domain.SkuInventoryAdjustmentDTO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanintinthashCode()voidsetBatchId(String batchId) voidsetExistingReservation(InventoryTransaction existingReservation) voidsetInventory(SkuInventory inventory) voidsetQuantityRequested(int quantityRequested) voidsetReferenceNumber(String referenceNumber) toString()
-
Constructor Details
-
SkuInventoryAdjustmentDTO
public SkuInventoryAdjustmentDTO()
-
-
Method Details
-
getInventory
-
getQuantityRequested
public int getQuantityRequested() -
getReferenceNumber
-
getBatchId
-
getExistingReservation
-
setInventory
-
setQuantityRequested
public void setQuantityRequested(int quantityRequested) -
setReferenceNumber
-
setBatchId
-
setExistingReservation
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-