public abstract class PairCheck extends Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
hasIssues |
protected RowInspector |
other |
protected RowInspector |
rowInspector |
Constructor and Description |
---|
PairCheck(RowInspector rowInspector,
RowInspector other) |
Modifier and Type | Method and Description |
---|---|
abstract void |
check() |
boolean |
equals(Object other) |
RowInspector |
getOther() |
RowInspector |
getRowInspector() |
int |
hashCode() |
boolean |
hasIssues() |
protected final RowInspector rowInspector
protected final RowInspector other
protected boolean hasIssues
public PairCheck(RowInspector rowInspector, RowInspector other)
public RowInspector getRowInspector()
public RowInspector getOther()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.