- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 28 of file PollVotePK.java.
◆ equals()
boolean org.turro.elephant.entities.db.PollVotePK.equals |
( |
Object |
obj | ) |
|
Definition at line 68 of file PollVotePK.java.
75 if (getClass() != obj.getClass()) {
78 final PollVotePK other = (PollVotePK) obj;
79 if (!Objects.equals(
this.pollData, other.pollData)) {
82 if (!Objects.equals(
this.idContact, other.idContact)) {
85 if (!Objects.equals(
this.idPoll, other.idPoll)) {
◆ getIdContact()
String org.turro.elephant.entities.db.PollVotePK.getIdContact |
( |
| ) |
|
◆ getIdPoll()
Long org.turro.elephant.entities.db.PollVotePK.getIdPoll |
( |
| ) |
|
◆ getPollData()
String org.turro.elephant.entities.db.PollVotePK.getPollData |
( |
| ) |
|
◆ hashCode()
int org.turro.elephant.entities.db.PollVotePK.hashCode |
( |
| ) |
|
Definition at line 59 of file PollVotePK.java.
61 hash = 37 * hash + Objects.hashCode(this.idPoll);
62 hash = 37 * hash + Objects.hashCode(this.pollData);
63 hash = 37 * hash + Objects.hashCode(this.idContact);
◆ setIdContact()
void org.turro.elephant.entities.db.PollVotePK.setIdContact |
( |
String |
idContact | ) |
|
◆ setIdPoll()
void org.turro.elephant.entities.db.PollVotePK.setIdPoll |
( |
Long |
idPoll | ) |
|
◆ setPollData()
void org.turro.elephant.entities.db.PollVotePK.setPollData |
( |
String |
pollData | ) |
|
The documentation for this class was generated from the following file: