public interface MatchRecordInterface
| Modifier and Type | Method and Description |
|---|---|
String |
getAcceptance() |
String |
getAction() |
String |
getActionText() |
INode |
getBaseNode() |
RecordInterface |
getBaseRecord(MatchSchemaInterface schema) |
long |
getBaseRecordEID() |
String |
getBaseRecordID() |
String |
getBaseRecordKey() |
String |
getBaserecordsystem() |
String |
getBaseRecordTableName() |
INode |
getNode() |
RecordInterface |
getRecord(MatchSchemaInterface schema) |
long |
getRecordEID() |
String |
getRecordID() |
String |
getRecordKey() |
String |
getRecordsystem() |
String |
getRecordTableName() |
IRule |
getRule() |
double |
getScore() |
String |
getTaskId() |
int |
getType() |
Date |
getWhen() |
void |
setAction(String action) |
void |
setActionText(String actionText) |
void |
setBaseRecord(RecordInterface record) |
void |
setBaserecordsystem(String baserecordsystem) |
void |
setRecord(RecordInterface record) |
void |
setRecordsystem(String recordsystem) |
void |
setScore(double score) |
void |
setWhen(Date when) |
Document |
toDocument() |
com.google.gson.JsonObject |
toJSON() |
String getRecordID()
RecordInterface getRecord(MatchSchemaInterface schema) throws Exception
Exceptionvoid setRecord(RecordInterface record)
String getBaseRecordID()
RecordInterface getBaseRecord(MatchSchemaInterface schema) throws Exception
Exceptionvoid setBaseRecord(RecordInterface record)
double getScore()
void setScore(double score)
IRule getRule()
String getAction()
String getActionText()
void setActionText(String actionText)
void setAction(String action)
String getBaseRecordTableName()
String getRecordTableName()
String getBaseRecordKey()
String getRecordKey()
String getAcceptance()
String getBaserecordsystem()
void setBaserecordsystem(String baserecordsystem)
String getRecordsystem()
void setRecordsystem(String recordsystem)
Date getWhen()
void setWhen(Date when)
long getBaseRecordEID()
long getRecordEID()
com.google.gson.JsonObject toJSON()
Document toDocument()
int getType()
String getTaskId()
Copyright © 2021. All rights reserved.