public class Invoice extends Object
| Constructor and Description |
|---|
Invoice()
No arg constructor is required for marshalling
|
Invoice(String id,
String customerId,
double amount,
Date date) |
| Modifier and Type | Method and Description |
|---|---|
double |
getAmount() |
String |
getCustomerId() |
Date |
getDate() |
String |
getId() |
void |
setAmount(double amount) |
void |
setCustomerId(String customerId) |
void |
setDate(Date date) |
void |
setId(String id) |
String |
toString() |
public String getId()
public void setId(String id)
public String getCustomerId()
public void setCustomerId(String customerId)
public double getAmount()
public void setAmount(double amount)
public Date getDate()
public void setDate(Date date)
Copyright © 2025 WSO2. All rights reserved.