public class InventorySkuRef extends Object
Constructor and Description |
---|
InventorySkuRef() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getEan()
Meant to hold EAN, or European Article Number (a.k.a.
|
String |
getExternalId()
External (1st or 3rd party) system reference to a unique SKU.
|
String |
getGtin()
GTIN (Global Trade Item Number)
This holds all GTIN formats.
|
String |
getSkuCode()
This is the default way that Broadleaf uses for accessing
InventorySkuRef , especially
when doing inventory reservations (soft and hard). |
String |
getSkuName()
Optional field to store a human readable name for the SKU.
|
String |
getUpc()
Meant to hold UPC, or Universal Product Code.
|
int |
hashCode() |
void |
setEan(String ean)
Meant to hold EAN, or European Article Number (a.k.a.
|
void |
setExternalId(String externalId)
External (1st or 3rd party) system reference to a unique SKU.
|
void |
setGtin(String gtin)
GTIN (Global Trade Item Number)
This holds all GTIN formats.
|
void |
setSkuCode(String skuCode)
This is the default way that Broadleaf uses for accessing
InventorySkuRef , especially
when doing inventory reservations (soft and hard). |
void |
setSkuName(String skuName)
Optional field to store a human readable name for the SKU.
|
void |
setUpc(String upc)
Meant to hold UPC, or Universal Product Code.
|
String |
toString() |
public String getSkuCode()
InventorySkuRef
, especially
when doing inventory reservations (soft and hard). In most cases, this field should, at
least, be populated.public String getExternalId()
public String getUpc()
public String getEan()
public String getGtin()
public String getSkuName()
public void setSkuCode(String skuCode)
InventorySkuRef
, especially
when doing inventory reservations (soft and hard). In most cases, this field should, at
least, be populated.skuCode
- public void setExternalId(String externalId)
externalId
- public void setUpc(String upc)
upc
- public void setEan(String ean)
ean
- public void setGtin(String gtin)
gtin
- public void setSkuName(String skuName)
skuName
- protected boolean canEqual(Object other)
Copyright © 2021. All rights reserved.