public interface Group
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getGroupId()
Allow to retuen the id of the group
|
String |
getGroupLabel()
Allows to return the label of a group
|
RecordIterable |
getMatches()
Allows to return records that have been identified as matches
|
RecordIterable |
getSuspects()
Allows to return records that have been identified as suspects
|
com.onwbp.adaptation.AdaptationTable |
getTable()
Allows to return an EBX table
|
com.onwbp.adaptation.AdaptationTable getTable()
Allows to return an EBX table
RecordIterable getMatches()
Allows to return records that have been identified as matches
RecordIterable getSuspects()
Allows to return records that have been identified as suspects
BigDecimal getGroupId()
Allow to retuen the id of the group
String getGroupLabel()
Allows to return the label of a group