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

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

package org.kuali.maven.ec2.pojo;

import java.util.List;

public class Table {
    List columns;
    List rows;

    public List getColumns() {
        return columns;
    }

    public void setColumns(List columns) {
        this.columns = columns;
    }

    public List getRows() {
        return rows;
    }

    public void setRows(List rows) {
        this.rows = rows;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy