X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2Forg%2Fmxchange%2Fjcontactsbusiness%2FCompanyContact.java;h=99012d4b45373e5b9f4e165e5c3380b53c1d34c1;hb=9b87a7c465cbe4f26f6806b463c747a72408e6d8;hp=53a00bf27ebd6d4bbd18470052d63b6aefc7fbfc;hpb=1574ec998e02ba76f0675d6798a8557190367ce9;p=jcontacts-business-core.git diff --git a/src/org/mxchange/jcontactsbusiness/CompanyContact.java b/src/org/mxchange/jcontactsbusiness/CompanyContact.java index 53a00bf..99012d4 100644 --- a/src/org/mxchange/jcontactsbusiness/CompanyContact.java +++ b/src/org/mxchange/jcontactsbusiness/CompanyContact.java @@ -49,11 +49,13 @@ import org.mxchange.jusercore.model.user.User; */ @Entity (name = "company_contacts") @Table (name = "company_contacts") -public class CompanyContact implements BusinessContact, Comparable { +@SuppressWarnings ("PersistenceUnitPresent") +public class CompanyContact implements BusinessContact { /** * Serial number */ + @Transient private static final long serialVersionUID = 470_375_172_748_691L; /** @@ -80,7 +82,7 @@ public class CompanyContact implements BusinessContact, Comparable getBrancheOffices () { return this.brancheOffices; } @Override + @SuppressWarnings ("AssignmentToCollectionOrArrayFieldFromParameter") public void setBrancheOffices (final List brancheOffices) { this.brancheOffices = brancheOffices; } @@ -182,11 +181,13 @@ public class CompanyContact implements BusinessContact, Comparable