Public Member Functions | |
String | getDestination () |
void | setDestination (String destination) |
String | getOrigin () |
void | setOrigin (String origin) |
boolean | equals (Object obj) |
int | hashCode () |
Definition at line 25 of file RelatedPK.java.
boolean org.turro.elephant.entities.db.RelatedPK.equals | ( | Object | obj | ) |
Definition at line 48 of file RelatedPK.java.
String org.turro.elephant.entities.db.RelatedPK.getDestination | ( | ) |
Definition at line 31 of file RelatedPK.java.
String org.turro.elephant.entities.db.RelatedPK.getOrigin | ( | ) |
Definition at line 39 of file RelatedPK.java.
int org.turro.elephant.entities.db.RelatedPK.hashCode | ( | ) |
Definition at line 66 of file RelatedPK.java.
void org.turro.elephant.entities.db.RelatedPK.setDestination | ( | String | destination | ) |
Definition at line 35 of file RelatedPK.java.
void org.turro.elephant.entities.db.RelatedPK.setOrigin | ( | String | origin | ) |
Definition at line 43 of file RelatedPK.java.