Uses of Interface
it.tidalwave.accounting.model.Project
-
Packages that use Project Package Description it.tidalwave.accounting.model it.tidalwave.accounting.model.spi -
-
Uses of Project in it.tidalwave.accounting.model
Methods in it.tidalwave.accounting.model that return Project Modifier and Type Method Description ProjectProject.Builder. create()Methods in it.tidalwave.accounting.model with parameters of type Project Modifier and Type Method Description voidProject.Builder.Callback. register(Project project)InvoiceRegistry.FinderInvoiceRegistry.Finder. withProject(Project project) -
Uses of Project in it.tidalwave.accounting.model.spi
Subinterfaces of Project in it.tidalwave.accounting.model.spi Modifier and Type Interface Description interfaceProjectSpiMethods in it.tidalwave.accounting.model.spi that return Project Modifier and Type Method Description ProjectObjectFactory. createProject(Project.Builder builder)ProjectInvoiceSpi. getProject()Returns the project associated to this invoice.
-