Public Member Functions | |
String | getEntityPath () |
void | setEntityPath (String entityPath) |
String | getRelatedPath () |
void | setRelatedPath (String relatedPath) |
String | getConcept () |
void | setConcept (String concept) |
int | hashCode () |
boolean | equals (Object obj) |
Definition at line 28 of file MatchingEntityPK.java.
boolean org.turro.matching.MatchingEntityPK.equals | ( | Object | obj | ) |
Definition at line 68 of file MatchingEntityPK.java.
String org.turro.matching.MatchingEntityPK.getConcept | ( | ) |
Definition at line 50 of file MatchingEntityPK.java.
String org.turro.matching.MatchingEntityPK.getEntityPath | ( | ) |
Definition at line 34 of file MatchingEntityPK.java.
String org.turro.matching.MatchingEntityPK.getRelatedPath | ( | ) |
Definition at line 42 of file MatchingEntityPK.java.
int org.turro.matching.MatchingEntityPK.hashCode | ( | ) |
Definition at line 59 of file MatchingEntityPK.java.
void org.turro.matching.MatchingEntityPK.setConcept | ( | String | concept | ) |
Definition at line 54 of file MatchingEntityPK.java.
void org.turro.matching.MatchingEntityPK.setEntityPath | ( | String | entityPath | ) |
Definition at line 38 of file MatchingEntityPK.java.
void org.turro.matching.MatchingEntityPK.setRelatedPath | ( | String | relatedPath | ) |
Definition at line 46 of file MatchingEntityPK.java.