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

org.openl.rules.ui.tablewizard.Parameter Maven / Gradle / Ivy

There is a newer version: 5.27.9
Show newest version
package org.openl.rules.ui.tablewizard;

/**
 * @author Aliaksandr Antonik.
 */
public class Parameter extends TypeNamePair {
    private String businessName;

    public String getBusinessName() {
        return businessName;
    }

    public void setBusinessName(String businessName) {
        this.businessName = businessName;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy