public class Bill extends Object
| Constructor and Description |
|---|
Bill() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getId()
The unique identification of the bill (cash register document).
|
Long |
getInvoiceId()
The invoice identification, unique only for specified order.
|
Long |
getOrderId()
The unique identification of the order associated with the settled invoice.
|
int |
hashCode() |
Bill |
id(Long id) |
Bill |
invoiceId(Long invoiceId) |
Bill |
orderId(Long orderId) |
void |
setId(Long id) |
void |
setInvoiceId(Long invoiceId) |
void |
setOrderId(Long orderId) |
String |
toString() |
public Long getId()
public void setId(Long id)
public Long getInvoiceId()
public void setInvoiceId(Long invoiceId)
public Long getOrderId()
public void setOrderId(Long orderId)
Copyright © 2020. All rights reserved.