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.BuilderCustomerRegistry. addCustomer()Returns aProject.Builderfor adding aCustomerto the registry.static Customer.BuilderCustomer. builder()Customer.BuilderCustomer. toBuilder()Returns a builder pre-populated with all the attributes.Customer.BuilderCustomer.Builder. with(Customer.Builder builder)Methods in it.tidalwave.accounting.model with parameters of type Customer.Builder Modifier and Type Method Description Customer.BuilderCustomer.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 CustomerObjectFactory. createCustomer(Customer.Builder builder)
-