

Public Member Functions | |
| String | getEntityPath () |
| void | setEntityPath (String entityPath) |
| String | getConcept () |
| void | setConcept (String concept) |
| int | hashCode () |
| boolean | equals (Object obj) |
Definition at line 28 of file RankingEntityPK.java.
| boolean org.turro.ranking.RankingEntityPK.equals | ( | Object | obj | ) |
Definition at line 58 of file RankingEntityPK.java.
| String org.turro.ranking.RankingEntityPK.getConcept | ( | ) |
Definition at line 41 of file RankingEntityPK.java.
| String org.turro.ranking.RankingEntityPK.getEntityPath | ( | ) |
Definition at line 33 of file RankingEntityPK.java.
| int org.turro.ranking.RankingEntityPK.hashCode | ( | ) |
Definition at line 50 of file RankingEntityPK.java.
| void org.turro.ranking.RankingEntityPK.setConcept | ( | String | concept | ) |
Definition at line 45 of file RankingEntityPK.java.
| void org.turro.ranking.RankingEntityPK.setEntityPath | ( | String | entityPath | ) |
Definition at line 37 of file RankingEntityPK.java.