72737475767778
_choiceId = choiceId; _description = description; } public PollsChoicePK getPrimaryKey() { return new PollsChoicePK(_questionId, _choiceId); }
170171172173174175176177178179180
} catch (ClassCastException cce) { return false; } PollsChoicePK pk = pollsChoice.getPrimaryKey(); if (getPrimaryKey().equals(pk)) { return true; } else {