//idega 2001 - Tryggvi Larusson /* *Copyright 2001 idega.is All Rights Reserved. */ package com.idega.util.datastructures; import java.util.*; /** *@author <a href="mailto:tryggvi@idega.is">Tryggvi Larusson</a> *@version 1.0 */ public interface InheritablePropertyStorer{ /** * Returns the Map that is used for storage */ public Map getMap(); }