Package it.tidalwave.accounting.role
Interface Saveable
-
- All Known Implementing Classes:
LoadableSaveableAccounting
public interface Saveable
A role which provides saving to a default destination.- Author:
- Fabrizio Giudici
- Stereotype:
- Role
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.Class<Saveable>
_Saveable_
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
save()
Save to a default destination.
-
-
-
Field Detail
-
_Saveable_
static final java.lang.Class<Saveable> _Saveable_
-
-