public class CellData extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
columnId |
protected String |
columnLabel |
protected String |
columnName |
protected String |
rowId |
protected String |
value |
protected int |
viewColumnIndex |
protected int |
viewRowIndex |
| Constructor and Description |
|---|
CellData() |
CellData(String value,
String columnName,
String columnId,
String columnLabel,
String rowId,
int viewRowIndex,
int viewColumnIndex) |
| Modifier and Type | Method and Description |
|---|---|
String |
getColumnId() |
String |
getColumnLabel() |
String |
getColumnName() |
String |
getRowId() |
String |
getValue() |
int |
getViewColumnIndex() |
int |
getViewRowIndex() |
void |
setColumnId(String columnId) |
void |
setColumnLabel(String columnLabel) |
void |
setColumnName(String columnName) |
void |
setRowId(String rowId) |
void |
setValue(String value) |
void |
setViewColumnIndex(int viewColumnIndex) |
void |
setViewRowIndex(int viewRowIndex) |
String |
toString() |
protected String value
protected String columnName
protected String columnId
protected String columnLabel
protected String rowId
protected int viewRowIndex
protected int viewColumnIndex
public String getValue()
public void setValue(String value)
public String getColumnName()
public void setColumnName(String columnName)
public String getColumnId()
public void setColumnId(String columnId)
public String getColumnLabel()
public void setColumnLabel(String columnLabel)
public String getRowId()
public void setRowId(String rowId)
public int getViewRowIndex()
public void setViewRowIndex(int viewRowIndex)
public int getViewColumnIndex()
public void setViewColumnIndex(int viewColumnIndex)
Copyright © 2017. All Rights Reserved.