public class OAObjectCompare extends Object
Constructor and Description |
---|
OAObjectCompare() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
_compare(String propertyPath,
Object objLeft,
Object objRight,
boolean bReportNotEquals) |
boolean |
compare(Object objLeft,
Object objRight) |
void |
foundOne(String propertyPath,
Object objLeft,
Object objRight) |
protected Object |
getKey(Object obj) |
String |
getLeftObjectName() |
String |
getRightObjectName() |
static void |
main(String[] args) |
void |
setLeftObjectName(String name) |
void |
setObjectNames(String leftName,
String rightName) |
void |
setRightObjectName(String name) |
public boolean compare(Object objLeft, Object objRight) throws IllegalAccessException
IllegalAccessException
public String getLeftObjectName()
public void setLeftObjectName(String name)
public String getRightObjectName()
public void setRightObjectName(String name)
protected boolean _compare(String propertyPath, Object objLeft, Object objRight, boolean bReportNotEquals) throws IllegalAccessException
IllegalAccessException
Copyright © 1999–2019 ViaOA. All rights reserved.