Exemplo n.º 1
0
 public boolean equals(Community community) {
   if (id == community.getId()) {
     return true;
   }
   return false;
 }