Package it.tidalwave.accounting.model
Interface Customer
- All Superinterfaces:
it.tidalwave.util.As
,it.tidalwave.role.Identifiable
- All Known Subinterfaces:
CustomerSpi
public interface Customer
extends it.tidalwave.role.Identifiable, it.tidalwave.util.As
This class models a customer.
- 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 TypeMethodDescriptionstatic Customer.Builder
builder()
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
-
builder
-
findProjects
-
toBuilder
Returns a builder pre-populated with all the attributes.- Returns:
- the builder
-