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

org.kuali.ole.pojo.edi.SummarySection Maven / Gradle / Ivy

package org.kuali.ole.pojo.edi;

/**
 * Created by IntelliJ IDEA.
 * User: palanivel
 * Date: 3/6/12
 * Time: 5:51 PM
 * To change this template use File | Settings | File Templates.
 */
public class SummarySection {
    private String separatorInformation;

    public String getSeparatorInformation() {
        return separatorInformation;
    }

    public void setSeparatorInformation(String separatorInformation) {
        this.separatorInformation = separatorInformation;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy