public class DynaSheetRow
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
DynaSheetRow() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DynaSheetCell> |
getCells()
Gets the
cells. |
java.lang.Long |
getId()
Gets the
id. |
boolean |
isReadOnly()
Gets the
readOnly. |
void |
setCells(java.util.List<DynaSheetCell> cells)
Sets the
cells. |
void |
setId(java.lang.Long id)
Sets the
id. |
void |
setReadOnly(boolean readOnly)
Sets the
readOnly. |
public java.util.List<DynaSheetCell> getCells()
cells.cells.public void setCells(java.util.List<DynaSheetCell> cells)
cells.cells - The cells to set.Copyright © 2011–2021. All rights reserved.