public class DatabaseRow extends APIBean
| Constructor and Description |
|---|
DatabaseRow()
Default constructor
|
DatabaseRow(java.lang.String[] values)
Constructor for implementation using.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getValues()
Returns the values of the row.
|
void |
setValues(java.lang.String[] values)
Sets the values of the row.
|