Class DataRow
java.lang.Object
io.vertx.tp.atom.modeling.element.DataRow
- All Implemented Interfaces:
Serializable
## DataRow
### 1. Intro
- Author:
- Lang
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidappendConsole(StringBuilder source) booleangetId()getKey()io.modello.specification.HRecordinthashCode()request(io.modello.specification.HRecord record) Request Data Processing<ID> DataRowsetKey(ID id) booleansucceed()Response Data Processing
-
Constructor Details
-
DataRow
-
-
Method Details
-
matrixKey
-
matrixData
-
getKey
-
setKey
-
getId
-
getRecord
public io.modello.specification.HRecord getRecord() -
request
Request Data Processing- Parameters:
record-HRecordInput new record or existing data record here.- Returns:
DataRow
-
success
Response Data Processing -
success
-
succeed
public boolean succeed() -
equals
-
hashCode
public int hashCode() -
appendConsole
-