Package it.tidalwave.accounting.model
Interface Accounting
-
- All Superinterfaces:
it.tidalwave.util.As
- All Known Subinterfaces:
IBizImporter
public interface Accounting extends it.tidalwave.util.As
- Author:
- Fabrizio Giudici
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static Accounting
createNew()
CustomerRegistry
getCustomerRegistry()
InvoiceRegistry
getInvoiceRegistry()
ProjectRegistry
getProjectRegistry()
-
-
-
Method Detail
-
createNew
@Nonnull static Accounting createNew()
-
getCustomerRegistry
@Nonnull CustomerRegistry getCustomerRegistry()
- Returns:
- the
CustomerRegistry
-
getProjectRegistry
@Nonnull ProjectRegistry getProjectRegistry()
- Returns:
- the
ProjectRegistry
-
getInvoiceRegistry
@Nonnull InvoiceRegistry getInvoiceRegistry()
- Returns:
- the
InvoiceRegistry
-
-