Uses of Class
it.tidalwave.accounting.model.Customer.Builder
-
Packages that use Customer.Builder Package Description it.tidalwave.accounting.model it.tidalwave.accounting.model.spi -
-
Uses of Customer.Builder in it.tidalwave.accounting.model
Methods in it.tidalwave.accounting.model that return Customer.Builder Modifier and Type Method Description Customer.Builder
CustomerRegistry. addCustomer()
Returns aProject.Builder
for adding aCustomer
to the registry.static Customer.Builder
Customer. builder()
Customer.Builder
Customer. toBuilder()
Returns a builder pre-populated with all the attributes.Customer.Builder
Customer.Builder. with(Customer.Builder builder)
Methods in it.tidalwave.accounting.model with parameters of type Customer.Builder Modifier and Type Method Description Customer.Builder
Customer.Builder. with(Customer.Builder builder)
-
Uses of Customer.Builder in it.tidalwave.accounting.model.spi
Methods in it.tidalwave.accounting.model.spi with parameters of type Customer.Builder Modifier and Type Method Description Customer
ObjectFactory. createCustomer(Customer.Builder builder)
-