public class Table extends Object
Table()
String
getCaption()
List<Tr>
getTrList()
void
setCaption(String caption)
setTrList(List<Tr> trList)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Table()
public String getCaption()
public List<Tr> getTrList()
public void setCaption(String caption)
public void setTrList(List<Tr> trList)
Copyright © 2021. All rights reserved.