public class Row extends Object
| Constructor and Description |
|---|
Row() |
| Modifier and Type | Method and Description |
|---|---|
void |
addColumn(List<String> columns)
Appends the List of Strings to the existing columns in the row
|
void |
addColumn(String colValue)
Adds a column to a row
|
List<String> |
getCols()
Returns the cols for the row.
|
String |
getMdkey() |
String |
getRawData()
Raw data used to create the columns for the row
|
int |
getRowNumber()
Returns the rowNumber.
|
String |
getValue(int colPosition)
Returns the value of a column for a specified column name
|
boolean |
isEmpty()
All columns in the row are empty
|
void |
setCols(List<String> cols)
Set the columns for the row.
|
void |
setEmpty(boolean empty)
When true, all columns in the row are empty
|
void |
setMdkey(String mdkey) |
void |
setRawData(String rawData)
Raw data used to create the columns for the row
|
void |
setRowNumber(int rowNumber)
Sets the rowNumber.
|
void |
setValue(int columnIndex,
String value)
Set the value of a column for a specified column name
|
public void addColumn(String colValue)
colValue - -
String value to add to the rowpublic void addColumn(List<String> columns)
columns - -
List of Strings to append to the rowpublic String getValue(int colPosition)
colPosition - -
int position of the column in the arraypublic void setValue(int columnIndex,
String value)
columnIndex - -
column number to changevalue - -
String column valuepublic int getRowNumber()
public void setRowNumber(int rowNumber)
rowNumber - The rowNumber to setpublic void setCols(List<String> cols)
cols - -
Vector of Stringspublic String getMdkey()
public void setMdkey(String mdkey)
mdkey - The mdkey to set.public boolean isEmpty()
public void setEmpty(boolean empty)
empty - the empty to setpublic String getRawData()
public void setRawData(String rawData)
rawData - the rawData to setCopyright © 2006–2021 Appendium - Portfolio Financing Platform. All rights reserved.