public class Bill extends Object
| Constructor and Description |
|---|
Bill() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getInvoice()
The invoice identification, unique only for specified order.
|
Long |
getOrder()
The unique identification of the order associated with the settled invoice.
|
Long |
getReceipt()
The receipt identification
|
int |
hashCode() |
Bill |
invoiceId(Long invoiceId) |
Bill |
orderId(Long orderId) |
void |
setInvoice(Long invoice) |
void |
setOrder(Long order) |
void |
setReceipt(Long receipt) |
String |
toString() |
public Long getReceipt()
public void setReceipt(Long receipt)
public Long getInvoice()
public void setInvoice(Long invoice)
public Long getOrder()
public void setOrder(Long order)
Copyright © 2023. All rights reserved.