/* * Created on 13-ene-2004 * * To change the template for this generated file go to * Window>Preferences>Java>Code Generation>Code and Comments */ package gui.model.unit; import java.util.Vector; /** * @author jicidre * * To change the template for this generated type comment go to * Window>Preferences>Java>Code Generation>Code and Comments */ public interface Initializable { /** * @return */ public Vector getInitialParameters(); /** * @param vector */ public void setInitialParameters(Vector vector); }