public abstract class AbstractMatchable extends Object implements Matchable
Matchable interface.| Constructor and Description |
|---|
AbstractMatchable() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isMatched()
Method to get the matching status of the entity.
|
void |
setMatched(boolean matching)
Method to set the matching status of the entity.
|
public boolean isMatched()
public void setMatched(boolean matching)
setMatched in interface Matchablematching - True, if this item matches the matcher.Copyright © 2019 Communote team. All rights reserved.