

Public Member Functions | |
| String | getContactId () |
| void | setContactId (String contactId) |
| String | getEndpoint () |
| void | setEndpoint (String endpoint) |
| int | hashCode () |
| boolean | equals (Object obj) |
Definition at line 28 of file PushSubscriptionPK.java.
| boolean org.turro.elephant.entities.db.PushSubscriptionPK.equals | ( | Object | obj | ) |
Definition at line 58 of file PushSubscriptionPK.java.


| String org.turro.elephant.entities.db.PushSubscriptionPK.getContactId | ( | ) |
Definition at line 33 of file PushSubscriptionPK.java.
| String org.turro.elephant.entities.db.PushSubscriptionPK.getEndpoint | ( | ) |
Definition at line 41 of file PushSubscriptionPK.java.
| int org.turro.elephant.entities.db.PushSubscriptionPK.hashCode | ( | ) |
Definition at line 50 of file PushSubscriptionPK.java.
| void org.turro.elephant.entities.db.PushSubscriptionPK.setContactId | ( | String | contactId | ) |
Definition at line 37 of file PushSubscriptionPK.java.
| void org.turro.elephant.entities.db.PushSubscriptionPK.setEndpoint | ( | String | endpoint | ) |
Definition at line 45 of file PushSubscriptionPK.java.