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

org.bidib.jbidibc.experimental.excel.model.CvData Maven / Gradle / Ivy

There is a newer version: 2.0.29
Show newest version
package org.bidib.jbidibc.experimental.excel.model;

public class CvData {

    private String cvName;

    private String cvDefaultValue;

    private String cvValue;

    private String cvDescription;

    /**
     * @return the cvName
     */
    public String getCvName() {
        return cvName;
    }

    /**
     * @param cvName
     *            the cvName to set
     */
    public void setCvName(String cvName) {
        this.cvName = cvName;
    }

    /**
     * @return the cvDefaultValue
     */
    public String getCvDefaultValue() {
        return cvDefaultValue;
    }

    /**
     * @param cvDefaultValue
     *            the cvDefaultValue to set
     */
    public void setCvDefaultValue(String cvDefaultValue) {
        this.cvDefaultValue = cvDefaultValue;
    }

    /**
     * @return the cvValue
     */
    public String getCvValue() {
        return cvValue;
    }

    /**
     * @param cvValue
     *            the cvValue to set
     */
    public void setCvValue(String cvValue) {
        this.cvValue = cvValue;
    }

    /**
     * @return the cvDescription
     */
    public String getCvDescription() {
        return cvDescription;
    }

    /**
     * @param cvDescription
     *            the cvDescription to set
     */
    public void setCvDescription(String cvDescription) {
        this.cvDescription = cvDescription;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy