public class AttributesRow extends UserRow<AttributesColumn,AttributesTable>
columnTypes, table, values| Modifier | Constructor and Description |
|---|---|
|
AttributesRow(AttributesRow attributesRow)
Copy Constructor
|
protected |
AttributesRow(AttributesTable table)
Constructor to create an empty row
|
| Modifier and Type | Method and Description |
|---|---|
AttributesRow |
copy()
Copy the row
|
columnToContentValue, isValid, setValid, toContentValuescolumnCount, copyValue, getAsMap, getColumn, getColumn, getColumnIndex, getColumnName, getColumnNames, getId, getPkColumn, getPkColumnIndex, getRowColumnType, getRowColumnType, getRowColumnTypes, getTable, getValue, getValue, getValues, getValueString, getValueString, hasColumn, hasId, hasIdColumn, resetId, setValue, setValue, validateValueprotected AttributesRow(AttributesTable table)
table - attributes tablepublic AttributesRow(AttributesRow attributesRow)
attributesRow - attributes row to copypublic AttributesRow copy()