public class InvoiceLine extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InvoiceLine.InvoiceLineBuilder |
| Constructor and Description |
|---|
InvoiceLine() |
InvoiceLine(String period,
String description,
int count,
double vatPercentage,
Amount amount) |
| Modifier and Type | Method and Description |
|---|---|
static InvoiceLine.InvoiceLineBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Amount |
getAmount() |
int |
getCount() |
String |
getDescription() |
String |
getPeriod() |
double |
getVatPercentage() |
int |
hashCode() |
void |
setAmount(Amount amount) |
void |
setCount(int count) |
void |
setDescription(String description) |
void |
setPeriod(String period) |
void |
setVatPercentage(double vatPercentage) |
String |
toString() |
public InvoiceLine(String period, String description, int count, double vatPercentage, Amount amount)
public InvoiceLine()
public static InvoiceLine.InvoiceLineBuilder builder()
public String getPeriod()
public String getDescription()
public int getCount()
public double getVatPercentage()
public Amount getAmount()
public void setPeriod(String period)
public void setDescription(String description)
public void setCount(int count)
public void setVatPercentage(double vatPercentage)
public void setAmount(Amount amount)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.