- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 28 of file PollOptionPK.java.
◆ equals()
boolean org.turro.elephant.entities.db.PollOptionPK.equals |
( |
Object |
obj | ) |
|
Definition at line 58 of file PollOptionPK.java.
65 if (getClass() != obj.getClass()) {
68 final PollOptionPK other = (PollOptionPK) obj;
69 if (!Objects.equals(
this.pollData, other.pollData)) {
72 if (!Objects.equals(
this.idPoll, other.idPoll)) {
◆ getIdPoll()
Long org.turro.elephant.entities.db.PollOptionPK.getIdPoll |
( |
| ) |
|
◆ getPollData()
String org.turro.elephant.entities.db.PollOptionPK.getPollData |
( |
| ) |
|
◆ hashCode()
int org.turro.elephant.entities.db.PollOptionPK.hashCode |
( |
| ) |
|
Definition at line 50 of file PollOptionPK.java.
52 hash = 71 * hash + Objects.hashCode(this.idPoll);
53 hash = 71 * hash + Objects.hashCode(this.pollData);
◆ setIdPoll()
void org.turro.elephant.entities.db.PollOptionPK.setIdPoll |
( |
Long |
idPoll | ) |
|
◆ setPollData()
void org.turro.elephant.entities.db.PollOptionPK.setPollData |
( |
String |
pollData | ) |
|
The documentation for this class was generated from the following file: