public interface Item extends BaseData
Invoice item.| Modifier and Type | Method and Description |
|---|---|
Integer |
getGroupToPay()
Get the ID of the
Person who should pay for the item alone
(optional). |
Integer |
getPaidBy()
|
Integer |
getPersonToPay()
Get the ID of the
Person who should pay for the item alone
(optional). |
long |
getPrice()
Get the price in the base unit (cents).
|
int |
getQuantity()
Get the quantity of the items (multiplicator for
getPrice() to
calculate getTotal()). |
String |
getTitle()
Get the title of the item
|
default long |
getTotal()
Get the total price of the item (price * quantity) in the base unit
(cents).
|
String getTitle()
int getQuantity()
getPrice() to
calculate getTotal()). This number must be positive.long getPrice()
default long getTotal()
Integer getPaidBy()
Person or nullInteger getPersonToPay()
Person who should pay for the item alone
(optional).Person or nullCopyright © 2015 illucIT Software GmbH. All rights reserved.