

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