Uses of Class
nl.paston.apollon.model.Customer
-
Packages that use Customer Package Description nl.paston.apollon.model nl.paston.apollon.model.dto nl.paston.apollon.model.projections.search -
-
Uses of Customer in nl.paston.apollon.model
Methods in nl.paston.apollon.model that return Customer Modifier and Type Method Description CustomerPolicyCase. getCustomer()Methods in nl.paston.apollon.model with parameters of type Customer Modifier and Type Method Description voidPolicyCase. setCustomer(Customer customer) -
Uses of Customer in nl.paston.apollon.model.dto
Constructors in nl.paston.apollon.model.dto with parameters of type Customer Constructor Description CustomerDTO(Customer customer)CustomerWithCasesDTO(Customer customer)CustomerWithCasesDTO(Customer customer, String channel) -
Uses of Customer in nl.paston.apollon.model.projections.search
Constructors in nl.paston.apollon.model.projections.search with parameters of type Customer Constructor Description CustomerSearchResult(Customer customer)
-