Uses of Class
it.tidalwave.accounting.model.Project.Builder
-
Packages that use Project.Builder Package Description it.tidalwave.accounting.model it.tidalwave.accounting.model.spi -
-
Uses of Project.Builder in it.tidalwave.accounting.model
Methods in it.tidalwave.accounting.model that return Project.Builder Modifier and Type Method Description Project.BuilderProjectRegistry. addProject()Returns aProject.Builderfor adding aProjectto the registry.static Project.BuilderProject. builder()Project.BuilderProject. toBuilder()Returns a builder pre-populated with all the attributes.Project.BuilderProject.Builder. with(Project.Builder builder)Methods in it.tidalwave.accounting.model with parameters of type Project.Builder Modifier and Type Method Description Project.BuilderProject.Builder. with(Project.Builder builder) -
Uses of Project.Builder in it.tidalwave.accounting.model.spi
Methods in it.tidalwave.accounting.model.spi with parameters of type Project.Builder Modifier and Type Method Description ProjectObjectFactory. createProject(Project.Builder builder)
-