public Money(string itemName, int itemAmount, itemTypes itemType, coinAmount cAmount) { this.itemName = itemName; this.itemAmount = itemAmount; this.itemType = itemType; this.cAmount = cAmount; }
public void setCoinAmount(coinAmount cAmount) { this.cAmount = cAmount; }