view gnv-artifacts/src/main/java/de/intevation/gnv/state/describedata/KeyValueDescibeData.java @ 353:00d2dd4b2a7f

Added the name Productname for "horizontale Schnittprofile". to the Resources so that it could be displaied properly in the GUI gnv-artifacts/trunk@426 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Tue, 15 Dec 2009 10:31:16 +0000
parents e964a3d8f7bc
children a6a33ef35809
line wrap: on
line source
/**
 *
 */
package de.intevation.gnv.state.describedata;

import java.io.Serializable;

/**
 * @author Tim Englich <tim.englich@intevation.de>
 * 
 */
public interface KeyValueDescibeData extends Serializable {

    public String getKey();

    public String getValue();

    public boolean isSelected();

    public void setSelected(boolean selected);

}

http://dive4elements.wald.intevation.org