All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.bidib.wizard.api.model.LabelAware Maven / Gradle / Ivy

The newest version!
package org.bidib.wizard.api.model;

import java.io.Serializable;

public interface LabelAware extends Serializable {
    /**
     * @return the label
     */
    String getLabel();

    /**
     * @param label
     *            the label to set
     */
    void setLabel(String label);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy