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 Detail

      • _Saveable_

        static final java.lang.Class<Saveable> _Saveable_
    • Method Detail

      • save

        void save()
           throws java.io.IOException
        Save to a default destination.
        Throws:
        java.io.IOException - in case of error