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 Project
Project.Builder. create()
Methods in it.tidalwave.accounting.model with parameters of type Project Modifier and Type Method Description void
Project.Builder.Callback. register(Project project)
InvoiceRegistry.Finder
InvoiceRegistry.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 interface
ProjectSpi
Methods in it.tidalwave.accounting.model.spi that return Project Modifier and Type Method Description Project
ObjectFactory. createProject(Project.Builder builder)
Project
InvoiceSpi. getProject()
Returns the project associated to this invoice.
-