Guest User

Untitled

a guest
Jun 13th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. public Invoice(String number, String description, int quantity, double price)
  2. {
  3. setPartNumber(number);
  4. setPartDescription(description);
  5. setPartQuantity(quantity);
  6. setPartPrice(price);
  7. }
Add Comment
Please, Sign In to add comment