Package it.tidalwave.accounting.model
Interface Invoice
- All Superinterfaces:
it.tidalwave.util.As,it.tidalwave.role.Identifiable
- All Known Subinterfaces:
InvoiceSpi
public interface Invoice
extends it.tidalwave.role.Identifiable, it.tidalwave.util.As
- Author:
- Fabrizio Giudici
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface it.tidalwave.util.As
it.tidalwave.util.As.Type<T> -
Field Summary
Fields inherited from interface it.tidalwave.role.Identifiable
_Identifiable_ -
Method Summary
Modifier and TypeMethodDescriptionit.tidalwave.util.Finder<JobEvent> Creates a finder for job events.Returns a builder pre-populated with all the attributes.Methods inherited from interface it.tidalwave.util.As
as, as, asMany, asMany, maybeAs, maybeAsMethods inherited from interface it.tidalwave.role.Identifiable
getId
-
Method Details
-
findJobEvents
Creates a finder for job events.- Returns:
- the finder
-
toBuilder
Returns a builder pre-populated with all the attributes.- Returns:
- the builder
-