Interface Invoice

All Superinterfaces:
it.tidalwave.util.As, it.tidalwave.role.Identifiable
All Known Subinterfaces:
InvoiceSpi

@Immutable public interface Invoice extends it.tidalwave.role.Identifiable, it.tidalwave.util.As
Author:
Fabrizio Giudici
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
     

    Nested 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 Type
    Method
    Description
    it.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, maybeAs

    Methods inherited from interface it.tidalwave.role.Identifiable

    getId
  • Method Details

    • findJobEvents

      @Nonnull it.tidalwave.util.Finder<JobEvent> findJobEvents()
      Creates a finder for job events.
      Returns:
      the finder
    • toBuilder

      @Nonnull Invoice.Builder toBuilder()
      Returns a builder pre-populated with all the attributes.
      Returns:
      the builder