Interface CustomerSpi

  • All Superinterfaces:
    it.tidalwave.util.As, Customer, it.tidalwave.role.Identifiable

    public interface CustomerSpi
    extends Customer
    Author:
    Fabrizio Giudici
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface it.tidalwave.util.As

        it.tidalwave.util.As.Defaults, it.tidalwave.util.As.NotFoundBehaviour<T extends java.lang.Object>
    • Field Summary

      • Fields inherited from interface it.tidalwave.role.Identifiable

        _Identifiable_
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      • Methods inherited from interface it.tidalwave.util.As

        as, as, asMany, asOptional, maybeAs
      • Methods inherited from interface it.tidalwave.role.Identifiable

        getId
    • Method Detail

      • getName

        @Nonnull
        java.lang.String getName()