001    /*
002     @license.text@ 
003     */
004    package biz.hammurapi.legacy.persistence;
005    
006    /**
007     * @author Pavel Vlasov
008     * @version $Revision: 1.1 $
009     */
010    public interface Persistable {
011            String store(Storage storage) throws PersistenceException;
012    }