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

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

package org.kuali.ole.pojo.edi;

import java.util.ArrayList;
import java.util.List;

/**
 * Created by IntelliJ IDEA.
 * User: htcuser
 * Date: 4/18/12
 * Time: 9:24 PM
 * To change this template use File | Settings | File Templates.
 */
public class EDIOrders {
    private List orders = new ArrayList();

    public List getOrders() {
        return orders;
    }

    public void setOrders(List orders) {
        this.orders = orders;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy