public class SimpleAttributesRow extends UserCustomRow
columns, columnTypes, table, values| Modifier | Constructor and Description |
|---|---|
|
SimpleAttributesRow(SimpleAttributesRow simpleAttributesRow)
Copy Constructor
|
protected |
SimpleAttributesRow(SimpleAttributesTable table)
Constructor to create an empty row
|
|
SimpleAttributesRow(UserCustomRow userCustomRow)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
SimpleAttributesRow |
copy()
Copy the row
|
long |
getId()
Get the id
|
UserCustomColumn |
getIdColumn()
Get the id column
|
int |
getIdColumnIndex()
Get the id column index
|
SimpleAttributesTable |
getTable() |
getColumnscolumnToContentValue, isValid, setValid, toContentValuescolumnCount, copyValue, getAsMap, getColumn, getColumn, getColumnIndex, getColumnName, getColumnNames, getPkColumn, getPkColumnIndex, getRowColumnType, getRowColumnType, getRowColumnTypes, getValue, getValue, getValues, getValueString, getValueString, hasColumn, hasId, hasIdColumn, resetId, setId, setValue, setValue, validateValueprotected SimpleAttributesRow(SimpleAttributesTable table)
table - simple attributes tablepublic SimpleAttributesRow(UserCustomRow userCustomRow)
userCustomRow - user custom rowpublic SimpleAttributesRow(SimpleAttributesRow simpleAttributesRow)
simpleAttributesRow - simple attributes row to copypublic SimpleAttributesTable getTable()
getTable in class UserCoreRow<UserCustomColumn,UserCustomTable>public int getIdColumnIndex()
public UserCustomColumn getIdColumn()
public long getId()
getId in class UserCoreRow<UserCustomColumn,UserCustomTable>public SimpleAttributesRow copy()
copy in class UserCustomRow