Uses of Class
org.wso2.msf4j.example.model.Customer
-
Packages that use Customer Package Description org.wso2.msf4j.example.client.api org.wso2.msf4j.example.model -
-
Uses of Customer in org.wso2.msf4j.example.client.api
Methods in org.wso2.msf4j.example.client.api that return Customer Modifier and Type Method Description CustomerCustomerServiceAPI. getCustomer(java.lang.String id) -
Uses of Customer in org.wso2.msf4j.example.model
Methods in org.wso2.msf4j.example.model that return Customer Modifier and Type Method Description CustomerInvoiceReport. getCustomer()Methods in org.wso2.msf4j.example.model with parameters of type Customer Modifier and Type Method Description voidInvoiceReport. setCustomer(Customer customer)Constructors in org.wso2.msf4j.example.model with parameters of type Customer Constructor Description InvoiceReport(java.lang.String id, Customer customer, double amount, java.util.Date date)InvoiceReport(Invoice invoice, Customer customer)
-