![JAR search and dependency download from the Maven repository](/logo.png)
org.kuali.ole.OleOrderRecords Maven / Gradle / Ivy
package org.kuali.ole;
import org.kuali.ole.pojo.OleOrderRecord;
import java.util.ArrayList;
import java.util.List;
/**
* Created by IntelliJ IDEA.
* User: maheswarang
* Date: 4/10/12
* Time: 1:56 PM
* To change this template use File | Settings | File Templates.
*/
public class OleOrderRecords {
private List records = new ArrayList();
public List getRecords() {
return records;
}
public void setRecords(List records) {
this.records = records;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy