Class WarehouseInventory
java.lang.Object
io.micronaut.data.tck.jdbc.entities.upsert.WarehouseInventory
@MappedEntity
@Index(columns={"sku","warehouse"},
unique=true)
public class WarehouseInventory
extends Object
-
Constructor Summary
ConstructorsConstructorDescriptionWarehouseInventory(@Nullable Long id, String sku, String warehouse, Integer quantity) WarehouseInventory(String sku, String warehouse, Integer quantity) -
Method Summary
Modifier and TypeMethodDescription@Nullable LonggetId()getSku()voidvoidsetQuantity(Integer quantity) voidvoidsetWarehouse(String warehouse)
-
Constructor Details
-
WarehouseInventory
public WarehouseInventory() -
WarehouseInventory
-
WarehouseInventory
-
-
Method Details
-
getId
-
setId
-
getSku
-
setSku
-
getWarehouse
-
setWarehouse
-
getQuantity
-
setQuantity
-