75767778798081
_portletId = portletId; _questionId = questionId; } public PollsDisplayPK getPrimaryKey() { return new PollsDisplayPK(_userId, _portletId); }
149150151152153154155156157
if (obj == null) { return -1; } PollsDisplay pollsDisplay = (PollsDisplay)obj; PollsDisplayPK pk = pollsDisplay.getPrimaryKey(); return getPrimaryKey().compareTo(pk); }
168169170171172173174175176177178
} catch (ClassCastException cce) { return false; } PollsDisplayPK pk = pollsDisplay.getPrimaryKey(); if (getPrimaryKey().equals(pk)) { return true; } else {