Class InventoryTransaction
java.lang.Object
com.broadleafcommerce.cartoperation.domain.InventoryTransaction
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getId()
Quantity associated with this transaction representing the delta or change.Arbitrary external reference number.This is the contextId of the associatedSkuInventory
record.Indictes the type of transaction that this represents.int
hashCode()
void
void
setQuantity
(Integer quantity) Quantity associated with this transaction representing the delta or change.void
setReferenceNumber
(String referenceNumber) Arbitrary external reference number.void
setSkuInventoryId
(String skuInventoryId) This is the contextId of the associatedSkuInventory
record.void
setTransactionType
(String transactionType) Indictes the type of transaction that this represents.toString()
-
Constructor Details
-
InventoryTransaction
public InventoryTransaction()
-
-
Method Details
-
getId
-
getSkuInventoryId
This is the contextId of the associatedSkuInventory
record. -
getTransactionType
Indictes the type of transaction that this represents. -
getQuantity
Quantity associated with this transaction representing the delta or change. -
getReferenceNumber
Arbitrary external reference number. Typically this will be a PO number or a sales order number, but could also be another 1st or 3rd party system's reference number (e.g. a reference number for a write-off). -
setId
-
setSkuInventoryId
This is the contextId of the associatedSkuInventory
record. -
setTransactionType
Indictes the type of transaction that this represents. -
setQuantity
Quantity associated with this transaction representing the delta or change. -
setReferenceNumber
Arbitrary external reference number. Typically this will be a PO number or a sales order number, but could also be another 1st or 3rd party system's reference number (e.g. a reference number for a write-off). -
toString
-
equals
-
canEqual
-
hashCode
public int hashCode()
-