public class TableData extends Object
TableData(List<Header> headers, List<ContentRow> rows)
List<Header>
getHeaders()
List<ContentRow>
getRows()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TableData(List<Header> headers, List<ContentRow> rows)
public List<Header> getHeaders()
public List<ContentRow> getRows()
Copyright © 2023 Bstek. All rights reserved.