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

edu.cornell.mannlib.semservices.bo.ConceptInfo Maven / Gradle / Ivy

/* $This file is distributed under the terms of the license in LICENSE$ */

package edu.cornell.mannlib.semservices.bo;


import java.util.List;


public class ConceptInfo extends SemanticServicesInfoBase {

    private List conceptList;
    /**
     *
     */
    public ConceptInfo() {
        super();
    }

    /**
     * @return the conceptList
     */
    public List getConceptList() {
        return conceptList;
    }

    /**
     * @param conceptList the conceptList to set
     */
    public void setConceptList(List conceptList) {
        this.conceptList = conceptList;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy