public class Bean extends Object
| Constructor and Description |
|---|
Bean() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getFee() |
String |
getInvoiceNumber() |
String |
getReference() |
Double |
getTotalCost() |
void |
setFee(Double fee) |
void |
setInvoiceNumber(String invoiceNumber) |
void |
setReference(String reference) |
void |
setTotalCost(Double totalCost) |
String |
toString() |
public Double getFee()
public void setFee(Double fee)
public Double getTotalCost()
public void setTotalCost(Double totalCost)
public String getReference()
public void setReference(String reference)
public String getInvoiceNumber()
public void setInvoiceNumber(String invoiceNumber)
Copyright © 2019 Gizbel Technologies Private Limited. All rights reserved.