view gnv-artifacts/src/main/java/de/intevation/gnv/artifacts/services/requestobjects/FIS.java @ 606:9efc1c256dbb

Added the support of the usecase that one FIS can be identified by different MapServices. In that case the parameters will be merged into the existing FIS. gnv-artifacts/trunk@672 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Tue, 09 Feb 2010 15:23:07 +0000
parents cf38b983d1f3
children 9a828e5a2390
line wrap: on
line source
/**
 *
 */
package de.intevation.gnv.artifacts.services.requestobjects;

import java.util.Collection;

/**
 * @author Tim Englich <tim.englich@intevation.de>
 *
 */
public interface FIS {
    
    String getID();
    Collection<Parameter> getParameter();
    void addParameter(Collection<Parameter> parameter);

}

http://dive4elements.wald.intevation.org