public final class Row extends Object
| Constructor and Description |
|---|
Row()
Row constructor.
|
Row(String tableName,
Uuid uuid,
Map<String,Column> columns)
Row constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addColumn(String columnName,
Column data)
add Column.
|
boolean |
equals(Object obj) |
Column |
getColumn(String columnName)
Returns Column by ColumnSchema.
|
Collection<Column> |
getColumns()
Returns Collection of Column.
|
int |
hashCode() |
void |
setTableName(String tableName)
Set tableName value.
|
void |
setUuid(Uuid uuid)
Sets uuid value.
|
String |
tableName()
Returns tableName.
|
String |
toString() |
Uuid |
uuid()
Returns uuid.
|
public String tableName()
public void setTableName(String tableName)
tableName - table namepublic Uuid uuid()
public void setUuid(Uuid uuid)
uuid - new uuidpublic Column getColumn(String columnName)
columnName - column namepublic Collection<Column> getColumns()
public void addColumn(String columnName, Column data)
columnName - column namedata - Column entity