public class InventoryTransaction extends Object
Constructor and Description |
---|
InventoryTransaction() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getId() |
Integer |
getQuantity()
Quantity associated with this transaction representing the delta or change.
|
String |
getReferenceNumber()
Arbitrary external reference number.
|
String |
getSkuInventoryId()
This is the contextId of the associated
SkuInventory record. |
String |
getTransactionType()
Indictes the type of transaction that this represents.
|
int |
hashCode() |
void |
setId(String id) |
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 associated
SkuInventory record. |
void |
setTransactionType(String transactionType)
Indictes the type of transaction that this represents.
|
String |
toString() |
public String getId()
public String getSkuInventoryId()
SkuInventory
record.public String getTransactionType()
public Integer getQuantity()
public String getReferenceNumber()
public void setId(String id)
public void setSkuInventoryId(String skuInventoryId)
SkuInventory
record.public void setTransactionType(String transactionType)
public void setQuantity(Integer quantity)
public void setReferenceNumber(String referenceNumber)
protected boolean canEqual(Object other)
Copyright © 2021. All rights reserved.