Public Member Functions | |
String | getSkill () |
void | setSkill (String skill) |
String | getEntityPath () |
void | setEntityPath (String entityPath) |
int | hashCode () |
boolean | equals (Object obj) |
Definition at line 28 of file SkillPK.java.
boolean org.turro.elephant.entities.db.SkillPK.equals | ( | Object | obj | ) |
Definition at line 58 of file SkillPK.java.
String org.turro.elephant.entities.db.SkillPK.getEntityPath | ( | ) |
Definition at line 41 of file SkillPK.java.
String org.turro.elephant.entities.db.SkillPK.getSkill | ( | ) |
Definition at line 33 of file SkillPK.java.
int org.turro.elephant.entities.db.SkillPK.hashCode | ( | ) |
Definition at line 50 of file SkillPK.java.
void org.turro.elephant.entities.db.SkillPK.setEntityPath | ( | String | entityPath | ) |
Definition at line 45 of file SkillPK.java.
void org.turro.elephant.entities.db.SkillPK.setSkill | ( | String | skill | ) |
Definition at line 37 of file SkillPK.java.