Package it.tidalwave.accounting.role
Class LoadableSaveableAccounting
java.lang.Object
it.tidalwave.accounting.role.LoadableSaveableAccounting
@DciRole(datumType=it.tidalwave.accounting.model.Accounting.class)
public class LoadableSaveableAccounting
extends Object
implements Loadable, Saveable
- Author:
- Fabrizio Giudici
- Stereotype:
- role
-
Field Summary
FieldsFields inherited from interface it.tidalwave.accounting.role.Loadable
_Loadable_
Fields inherited from interface it.tidalwave.accounting.role.Saveable
_Saveable_
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
BLUEHOUR_FILE_NAME
- See Also:
-
-
Constructor Details
-
LoadableSaveableAccounting
public LoadableSaveableAccounting()
-
-
Method Details
-
load
Load from a default source.- Specified by:
load
in interfaceLoadable
- Returns:
- the loaded object
- Throws:
IOException
- in case of error
-
save
Save to a default destination.- Specified by:
save
in interfaceSaveable
- Throws:
IOException
- in case of error
-
getDataFile
-