public class Cells extends Object
Constructor and Description |
---|
Cells() |
Modifier and Type | Method and Description |
---|---|
Integer |
getCellCount()
getCellCount
Gets Integer
|
List<LinkElement> |
getCellList()
getCellList
Gets List
|
LinkElement |
getColumns()
getColumns
Gets LinkElement
|
Link |
getLink()
getLink
Gets Link
|
Integer |
getMaxColumn()
getMaxColumn
Gets Integer
|
Integer |
getMaxRow()
getMaxRow
Gets Integer
|
LinkElement |
getRows()
getRows
Gets LinkElement
|
void |
setCellCount(Integer CellCount)
setCellCount
Sets Integer
|
void |
setCellList(List<LinkElement> CellList)
setCellList
Sets List
|
void |
setColumns(LinkElement Columns)
setColumns
Sets LinkElement
|
void |
setLink(Link link)
setLink
Sets Link
|
void |
setMaxColumn(Integer MaxColumn)
setMaxColumn
Sets Integer
|
void |
setMaxRow(Integer MaxRow)
setMaxRow
Sets Integer
|
void |
setRows(LinkElement Rows)
setRows
Sets LinkElement
|
String |
toString() |
public Integer getMaxRow()
public void setMaxRow(Integer MaxRow)
MaxRow
- Integerpublic Integer getMaxColumn()
public void setMaxColumn(Integer MaxColumn)
MaxColumn
- Integerpublic Integer getCellCount()
public void setCellCount(Integer CellCount)
CellCount
- Integerpublic LinkElement getRows()
public void setRows(LinkElement Rows)
Rows
- LinkElementpublic LinkElement getColumns()
public void setColumns(LinkElement Columns)
Columns
- LinkElementpublic List<LinkElement> getCellList()
public void setCellList(List<LinkElement> CellList)
CellList
- Listpublic Link getLink()
public void setLink(Link link)
link
- LinkCopyright © 2015. All rights reserved.