public class UserMappingRow extends UserCustomRow
columns, columnTypes, table, values| Modifier | Constructor and Description |
|---|---|
|
UserMappingRow(UserCustomRow userCustomRow)
Constructor
|
|
UserMappingRow(UserMappingRow userMappingRow)
Copy Constructor
|
protected |
UserMappingRow(UserMappingTable table)
Constructor to create an empty row
|
| Modifier and Type | Method and Description |
|---|---|
UserMappingRow |
copy()
Copy the row
|
long |
getBaseId()
Get the base ID
|
UserCustomColumn |
getBaseIdColumn()
Get the base ID column
|
int |
getBaseIdColumnIndex()
Get the base ID column index
|
long |
getRelatedId()
Get the related ID
|
UserCustomColumn |
getRelatedIdColumn()
Get the related ID column
|
int |
getRelatedIdColumnIndex()
Get the related ID column index
|
UserMappingTable |
getTable() |
void |
setBaseId(long baseId)
Set the base ID
|
void |
setRelatedId(long relatedId)
Set the related ID
|
getColumnscolumnToContentValue, isValid, setValid, toContentValuescolumnCount, copyValue, getAsMap, getColumn, getColumn, getColumnIndex, getColumnName, getColumnNames, getId, getPkColumn, getPkColumnIndex, getRowColumnType, getRowColumnType, getRowColumnTypes, getValue, getValue, getValues, getValueString, getValueString, hasColumn, hasId, hasIdColumn, resetId, setValue, setValue, validateValueprotected UserMappingRow(UserMappingTable table)
table - user mapping tablepublic UserMappingRow(UserCustomRow userCustomRow)
userCustomRow - user custom rowpublic UserMappingRow(UserMappingRow userMappingRow)
userMappingRow - user mapping row to copypublic UserMappingTable getTable()
getTable in class UserCoreRow<UserCustomColumn,UserCustomTable>public int getBaseIdColumnIndex()
public UserCustomColumn getBaseIdColumn()
public long getBaseId()
public void setBaseId(long baseId)
baseId - base IDpublic int getRelatedIdColumnIndex()
public UserCustomColumn getRelatedIdColumn()
public long getRelatedId()
public void setRelatedId(long relatedId)
relatedId - related IDpublic UserMappingRow copy()
copy in class UserCustomRow