Class Sale
Requirements.analysis

public class Sale
A sale is a simple transaction with a sense of who (Cashier), what (SaleDetails), and when (timestamp).
Stereotype:
moment-interval
See Also:  Node Documentation

Field Summary
private CashSale
private Cashier
private int
private int
private int
Method Summary
void
Field Detail
lnkCashier
private Cashier lnkCashier
supplierCardinality:
1
clientCardinality:
1..*

timestamp
private int timestamp

total
private int total

attribute1
private CashSale attribute1

tax
private int tax
Method Detail
calcTotal
public void calcTotal()