@Override public boolean equals(Object obj) { if (this == obj) return true; if (obj == null) return false; if (getClass() != obj.getClass()) return false; Board other = (Board) obj; if (boardId != other.boardId) return false; if (boardType == null) { if (other.boardType != null) return false; } else if (!boardType.equals(other.boardType)) return false; if (ip == null) { if (other.ip != null) return false; } else if (!ip.equals(other.ip)) return false; if (isAnnexB == null) { if (other.isAnnexB != null) return false; } else if (!isAnnexB.equals(other.isAnnexB)) return false; if (isLeasing == null) { if (other.isLeasing != null) return false; } else if (!isLeasing.equals(other.isLeasing)) return false; if (name == null) { if (other.name != null) return false; } else if (!name.equals(other.name)) return false; if (slot == null) { if (other.slot != null) return false; } else if (!slot.equals(other.slot)) return false; return true; }
@Override public boolean equals(Object o) { if (this == o) return true; if (o == null || getClass() != o.getClass()) return false; InterventionSchedule that = (InterventionSchedule) o; if (termID != null ? !termID.equals(that.termID) : that.termID != null) return false; if (abends != null ? !abends.equals(that.abends) : that.abends != null) return false; if (bemerkung != null ? !bemerkung.equals(that.bemerkung) : that.bemerkung != null) return false; if (dauer != null ? !dauer.equals(that.dauer) : that.dauer != null) return false; if (die != null ? !die.equals(that.die) : that.die != null) return false; if (don != null ? !don.equals(that.don) : that.don != null) return false; if (erforderlich != null ? !erforderlich.equals(that.erforderlich) : that.erforderlich != null) return false; if (fre != null ? !fre.equals(that.fre) : that.fre != null) return false; if (intervention != null ? !intervention.equals(that.intervention) : that.intervention != null) return false; if (lDatum != null ? !lDatum.equals(that.lDatum) : that.lDatum != null) return false; if (mit != null ? !mit.equals(that.mit) : that.mit != null) return false; if (mittags != null ? !mittags.equals(that.mittags) : that.mittags != null) return false; if (mon != null ? !mon.equals(that.mon) : that.mon != null) return false; if (monatlich != null ? !monatlich.equals(that.monatlich) : that.monatlich != null) return false; if (morgens != null ? !morgens.equals(that.morgens) : that.morgens != null) return false; if (nachmittags != null ? !nachmittags.equals(that.nachmittags) : that.nachmittags != null) return false; if (nachtAb != null ? !nachtAb.equals(that.nachtAb) : that.nachtAb != null) return false; if (nachtMo != null ? !nachtMo.equals(that.nachtMo) : that.nachtMo != null) return false; if (nursingProcess != null ? !nursingProcess.equals(that.nursingProcess) : that.nursingProcess != null) return false; if (sam != null ? !sam.equals(that.sam) : that.sam != null) return false; if (son != null ? !son.equals(that.son) : that.son != null) return false; if (taeglich != null ? !taeglich.equals(that.taeglich) : that.taeglich != null) return false; if (tagNum != null ? !tagNum.equals(that.tagNum) : that.tagNum != null) return false; if (uhrzeit != null ? !uhrzeit.equals(that.uhrzeit) : that.uhrzeit != null) return false; if (uhrzeitAnzahl != null ? !uhrzeitAnzahl.equals(that.uhrzeitAnzahl) : that.uhrzeitAnzahl != null) return false; if (version != null ? !version.equals(that.version) : that.version != null) return false; if (woechentlich != null ? !woechentlich.equals(that.woechentlich) : that.woechentlich != null) return false; if (uuid != null ? !uuid.equals(that.uuid) : that.uuid != null) return false; return true; }
@Override public boolean equals(Object o) { if (this == o) return true; if (!(o instanceof CallListCompany)) return false; CallListCompany that = (CallListCompany) o; if (callList != null ? !callList.equals(that.callList) : that.callList != null) return false; if (company != null ? !company.equals(that.company) : that.company != null) return false; if (event != null ? !event.equals(that.event) : that.event != null) return false; if (lastDateUpdate != null ? !lastDateUpdate.equals(that.lastDateUpdate) : that.lastDateUpdate != null) return false; if (status != null ? !status.equals(that.status) : that.status != null) return false; if (user != null ? !user.equals(that.user) : that.user != null) return false; return true; }
@Override public boolean equals(Object o) { if (this == o) return true; if (o == null || getClass() != o.getClass()) return false; Books books = (Books) o; if (bookId != books.bookId) return false; if (author != null ? !author.equals(books.author) : books.author != null) return false; if (bookTitle != null ? !bookTitle.equals(books.bookTitle) : books.bookTitle != null) return false; if (completed != null ? !completed.equals(books.completed) : books.completed != null) return false; if (endDate != null ? !endDate.equals(books.endDate) : books.endDate != null) return false; if (rating != null ? !rating.equals(books.rating) : books.rating != null) return false; if (startDate != null ? !startDate.equals(books.startDate) : books.startDate != null) return false; return true; }
@Override public boolean equals(Object obj) { if (this == obj) return true; if (obj == null) return false; if (getClass() != obj.getClass()) return false; Fabricante other = (Fabricante) obj; if (cnpj == null) { if (other.cnpj != null) return false; } else if (!cnpj.equals(other.cnpj)) return false; if (complemento == null) { if (other.complemento != null) return false; } else if (!complemento.equals(other.complemento)) return false; if (fax == null) { if (other.fax != null) return false; } else if (!fax.equals(other.fax)) return false; if (id == null) { if (other.id != null) return false; } else if (!id.equals(other.id)) return false; if (ie == null) { if (other.ie != null) return false; } else if (!ie.equals(other.ie)) return false; if (inativo == null) { if (other.inativo != null) return false; } else if (!inativo.equals(other.inativo)) return false; if (logradouro == null) { if (other.logradouro != null) return false; } else if (!logradouro.equals(other.logradouro)) return false; if (nome == null) { if (other.nome != null) return false; } else if (!nome.equals(other.nome)) return false; if (numero == null) { if (other.numero != null) return false; } else if (!numero.equals(other.numero)) return false; if (telefone == null) { if (other.telefone != null) return false; } else if (!telefone.equals(other.telefone)) return false; return true; }
@Override public boolean equals(Object o) { if (this == o) return true; if (!(o instanceof RelationType)) return false; RelationType that = (RelationType) o; if (!cloneOnLeftCopy.equals(that.cloneOnLeftCopy)) return false; if (!cloneOnLeftVersion.equals(that.cloneOnLeftVersion)) return false; if (!cloneOnRightCopy.equals(that.cloneOnRightCopy)) return false; if (!cloneOnRightVersion.equals(that.cloneOnRightVersion)) return false; if (!description.equals(that.description)) return false; if (!leftResolver.equals(that.leftResolver)) return false; if (!leftobjectprotected.equals(that.leftobjectprotected)) return false; if (!name.equals(that.name)) return false; if (!rightResolver.equals(that.rightResolver)) return false; if (!rightobjectprotected.equals(that.rightobjectprotected)) return false; return true; }