public class ChangeInvoiceOp extends Object implements Operation
| Constructor and Description |
|---|
ChangeInvoiceOp(int id,
String newTitle,
int paidBy)
Create operation.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getId()
Get existing invoice ID.
|
String |
getNewTitle()
Get new title.
|
int |
getPaidBy()
Get new "paid by" person ID.
|
public ChangeInvoiceOp(int id,
String newTitle,
int paidBy)
id - ID of existing invoicenewTitle - new titlepaidBy - new "paid pay" person IDpublic int getId()
public String getNewTitle()
public int getPaidBy()
Copyright © 2015 illucIT Software GmbH. All rights reserved.