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.Builder
ProjectRegistry. addProject()
Returns aProject.Builder
for adding aProject
to the registry.static Project.Builder
Project. builder()
Project.Builder
Project. toBuilder()
Returns a builder pre-populated with all the attributes.Project.Builder
Project.Builder. with(Project.Builder builder)
Methods in it.tidalwave.accounting.model with parameters of type Project.Builder Modifier and Type Method Description Project.Builder
Project.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 Project
ObjectFactory. createProject(Project.Builder builder)
-