|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.oddjob.beancmpr.SimpleMatchDefinition
public class SimpleMatchDefinition
Simple definition of an MatchDefinition
.
Constructor Summary | |
---|---|
SimpleMatchDefinition(String[] keys,
String[] values,
String[] others)
Constructor. |
Method Summary | |
---|---|
Iterable<String> |
getKeyProperties()
The key property names. |
Iterable<String> |
getOtherProperties()
Other properties that wont be used in the match, but which might be required for information on results. |
Iterable<String> |
getValueProperties()
The names of the properties of the values that will be compared. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleMatchDefinition(String[] keys, String[] values, String[] others)
keys
- Array of key property names. May be null.values
- Array of value property names. May be null.others
- Array of other property names. May be null.Method Detail |
---|
public Iterable<String> getKeyProperties()
MatchDefinition
getKeyProperties
in interface MatchDefinition
public Iterable<String> getValueProperties()
MatchDefinition
getValueProperties
in interface MatchDefinition
public Iterable<String> getOtherProperties()
MatchDefinition
getOtherProperties
in interface MatchDefinition
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |