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