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 final Class<Saveable>
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Save to a default destination.
  • Field Details

  • Method Details