

Public Member Functions | |
| String | getDestination () |
| void | setDestination (String destination) |
| String | getOrigin () |
| void | setOrigin (String origin) |
| boolean | equals (Object obj) |
| int | hashCode () |
Definition at line 24 of file RelatedPathsPK.java.
| boolean org.turro.contacts.RelatedPathsPK.equals | ( | Object | obj | ) |
Definition at line 47 of file RelatedPathsPK.java.
| String org.turro.contacts.RelatedPathsPK.getDestination | ( | ) |
Definition at line 30 of file RelatedPathsPK.java.
| String org.turro.contacts.RelatedPathsPK.getOrigin | ( | ) |
Definition at line 38 of file RelatedPathsPK.java.
| int org.turro.contacts.RelatedPathsPK.hashCode | ( | ) |
Definition at line 65 of file RelatedPathsPK.java.
| void org.turro.contacts.RelatedPathsPK.setDestination | ( | String | destination | ) |
Definition at line 34 of file RelatedPathsPK.java.
| void org.turro.contacts.RelatedPathsPK.setOrigin | ( | String | origin | ) |
Definition at line 42 of file RelatedPathsPK.java.