public class InventoryRecord extends Object
Constructor and Description |
---|
InventoryRecord(Date d,
MovementReason reason,
Location location,
List<InventoryLine> invlines)
Creates a new instance of InventoryRecord
|
Modifier and Type | Method and Description |
---|---|
Date |
getDate() |
List<InventoryLine> |
getLines() |
Location |
getLocation() |
MovementReason |
getReason() |
double |
getSubTotal() |
boolean |
isInput() |
String |
printDate() |
String |
printLocation() |
String |
printReason() |
String |
printSubTotal() |
public InventoryRecord(Date d, MovementReason reason, Location location, List<InventoryLine> invlines)
public Date getDate()
public MovementReason getReason()
public Location getLocation()
public List<InventoryLine> getLines()
public boolean isInput()
public double getSubTotal()
public String printDate()
public String printLocation()
public String printReason()
public String printSubTotal()
Copyright © 2021. All rights reserved.