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

org.kuali.maven.ec2.pojo.Row Maven / Gradle / Ivy

package org.kuali.maven.ec2.pojo;

import java.util.List;

public class Row {
    List elements;

    public List getElements() {
        return elements;
    }

    public void setElements(List elements) {
        this.elements = elements;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy