Class InMemoryInvoice
java.lang.Object
it.tidalwave.accounting.model.impl.InMemoryInvoice
- All Implemented Interfaces:
Invoice
,InvoiceSpi
,it.tidalwave.role.Identifiable
,it.tidalwave.util.As
- Author:
- Fabrizio Giudici
-
Nested Class Summary
Nested classes/interfaces inherited from interface it.tidalwave.util.As
it.tidalwave.util.As.Type<T>
Nested classes/interfaces inherited from interface it.tidalwave.accounting.model.Invoice
Invoice.Builder
-
Field Summary
Fields inherited from interface it.tidalwave.role.Identifiable
_Identifiable_
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface it.tidalwave.util.As
as, as, asMany, asMany, maybeAs, maybeAs
Methods inherited from interface it.tidalwave.role.Identifiable
getId
Methods inherited from interface it.tidalwave.accounting.model.spi.InvoiceSpi
getEarnings, getNumber, getProject, getTax
-
Constructor Details
-
InMemoryInvoice
-
-
Method Details
-
findJobEvents
- Specified by:
findJobEvents
in interfaceInvoice
-
toBuilder
-