public class RowDto extends Object
RowDto()
List<CellDto>
getCellList()
String
getRowId()
void
setCellList(List<CellDto> cellList)
setRowId(String rowId)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public RowDto()
public String getRowId()
public void setRowId(String rowId)
public List<CellDto> getCellList()
public void setCellList(List<CellDto> cellList)
Copyright © 2024. All rights reserved.