public class MatchRecord extends Object implements Serializable, MatchRecordInterface
| Constructor and Description |
|---|
MatchRecord(Document record,
Document baserecord,
double score,
IRule rule,
String action,
String actionText,
String key,
String baseKey) |
MatchRecord(RecordInterface record,
RecordInterface baserecord,
double score,
IRule rule,
String action,
String actionText) |
public MatchRecord(RecordInterface record, RecordInterface baserecord, double score, IRule rule, String action, String actionText)
public static MatchRecordInterface fromTask(MatchSchemaInterface schema, Task task)
public String getRecordID()
getRecordID in interface MatchRecordInterfacepublic Node getBaseNode() throws Exception
getBaseNode in interface MatchRecordInterfaceExceptionpublic INode getNode() throws Exception
getNode in interface MatchRecordInterfaceExceptionpublic RecordInterface getRecord(MatchSchemaInterface schema) throws Exception
getRecord in interface MatchRecordInterfaceExceptionpublic void setRecord(RecordInterface record)
setRecord in interface MatchRecordInterfacepublic String getBaseRecordID()
getBaseRecordID in interface MatchRecordInterfacepublic RecordInterface getBaseRecord(MatchSchemaInterface schema) throws Exception
getBaseRecord in interface MatchRecordInterfaceExceptionpublic void setBaseRecord(RecordInterface record)
setBaseRecord in interface MatchRecordInterfacepublic double getScore()
getScore in interface MatchRecordInterfacepublic void setScore(double score)
setScore in interface MatchRecordInterfacepublic IRule getRule()
getRule in interface MatchRecordInterfacepublic String getAction()
getAction in interface MatchRecordInterfacepublic String getActionText()
getActionText in interface MatchRecordInterfacepublic void setActionText(String actionText)
setActionText in interface MatchRecordInterfacepublic void setAction(String action)
setAction in interface MatchRecordInterfacepublic String getBaseRecordTableName()
getBaseRecordTableName in interface MatchRecordInterfacepublic String getRecordTableName()
getRecordTableName in interface MatchRecordInterfacepublic String getBaseRecordKey()
getBaseRecordKey in interface MatchRecordInterfacepublic String getRecordKey()
getRecordKey in interface MatchRecordInterfacepublic String getAcceptance()
getAcceptance in interface MatchRecordInterfacepublic String getBaserecordsystem()
getBaserecordsystem in interface MatchRecordInterfacepublic void setBaserecordsystem(String baserecordsystem)
setBaserecordsystem in interface MatchRecordInterfacepublic String getRecordsystem()
getRecordsystem in interface MatchRecordInterfacepublic void setRecordsystem(String recordsystem)
setRecordsystem in interface MatchRecordInterfacepublic Date getWhen()
getWhen in interface MatchRecordInterfacepublic void setWhen(Date when)
setWhen in interface MatchRecordInterfacepublic long getBaseRecordEID()
getBaseRecordEID in interface MatchRecordInterfacepublic long getRecordEID()
getRecordEID in interface MatchRecordInterfacepublic com.google.gson.JsonObject toJSON()
toJSON in interface MatchRecordInterfacepublic Document toDocument()
toDocument in interface MatchRecordInterfacepublic int getType()
getType in interface MatchRecordInterfacepublic String getTaskId()
getTaskId in interface MatchRecordInterfaceCopyright © 2021. All rights reserved.