]> git.mxchange.org Git - jcontacts-core.git/blobdiff - src/org/mxchange/jcontacts/contact/Contact.java
created unique index on email address
[jcontacts-core.git] / src / org / mxchange / jcontacts / contact / Contact.java
index 9eb87a184e6fb0b1ef349d7c66a923024a3270c1..75c6e6cc9e2be0f7ff7f65c604507e0e786b87c0 100644 (file)
@@ -44,56 +44,56 @@ public interface Contact extends Serializable {
         * <p>
         * @return the birthday
         */
-       public Date getBirthday ();
+       public Date getContactBirthday ();
 
        /**
         * Birth day
         * <p>
         * @param birthday the birthday to set
         */
-       public void setBirthday (final Date birthday);
+       public void setContactBirthday (final Date birthday);
 
        /**
         * Getter for cellphone number
         * <p>
         * @return Cellphone number
         */
-       public DialableCellphoneNumber getCellphoneNumber ();
+       public DialableCellphoneNumber getContactCellphoneNumber ();
 
        /**
         * Setter for cellphone number
         * <p>
         * @param cellphoneNumber Cellphone number
         */
-       public void setCellphoneNumber (final DialableCellphoneNumber cellphoneNumber);
+       public void setContactCellphoneNumber (final DialableCellphoneNumber cellphoneNumber);
 
        /**
         * City
         * <p>
         * @return the city
         */
-       public String getCity ();
+       public String getContactCity ();
 
        /**
         * City
         * <p>
         * @param city the city to set
         */
-       public void setCity (final String city);
+       public void setContactCity (final String city);
 
        /**
         * Comments
         * <p>
         * @return the comment
         */
-       public String getComment ();
+       public String getContactComment ();
 
        /**
         * Comments
         * <p>
         * @param comment the comment to set
         */
-       public void setComment (final String comment);
+       public void setContactComment (final String comment);
 
        /**
         * Id number
@@ -114,175 +114,175 @@ public interface Contact extends Serializable {
         * <p>
         * @return the countryCode
         */
-       public Country getCountry ();
+       public Country getContactCountry ();
 
        /**
         * Country code
         * <p>
         * @param contactCountry the countryCode to set
         */
-       public void setCountry (final Country contactCountry);
+       public void setContactCountry (final Country contactCountry);
 
        /**
         * Getter for "created" timestamp
         * <p>
         * @return "created" timestamp
         */
-       public Calendar getCreated ();
+       public Calendar getContactCreated ();
 
        /**
         * Setter for "created" timestamp
         * <p>
         * @param created "created" timestamp
         */
-       public void setCreated (final Calendar created);
+       public void setContactCreated (final Calendar created);
 
        /**
         * Email address
         * <p>
         * @return the emailAddress
         */
-       public String getEmailAddress ();
+       public String getContactEmailAddress ();
 
        /**
         * Email address
         * <p>
         * @param emailAddress the emailAddress to set
         */
-       public void setEmailAddress (final String emailAddress);
+       public void setContactEmailAddress (final String emailAddress);
 
        /**
         * Family name
         * <p>
         * @return the familyName
         */
-       public String getFamilyName ();
+       public String getContactFamilyName ();
 
        /**
         * Family name
         * <p>
         * @param familyName the familyName to set
         */
-       public void setFamilyName (final String familyName);
+       public void setContactFamilyName (final String familyName);
 
        /**
         * Fax number
         * <p>
         * @return the faxNumber
         */
-       public DialableFaxNumber getFaxNumber ();
+       public DialableFaxNumber getContactFaxNumber ();
 
        /**
         * Fax number
         * <p>
         * @param faxNumber the faxNumber to set
         */
-       public void setFaxNumber (final DialableFaxNumber faxNumber);
+       public void setContactFaxNumber (final DialableFaxNumber faxNumber);
 
        /**
         * First name
         * <p>
         * @return the first name
         */
-       public String getFirstName ();
+       public String getContactFirstName ();
 
        /**
         * First name
         * <p>
         * @param firstName the first name to set
         */
-       public void setFirstName (final String firstName);
+       public void setContactFirstName (final String firstName);
 
        /**
         * Gender of the contact
         * <p>
         * @return the gender
         */
-       public Gender getGender ();
+       public Gender getContactGender ();
 
        /**
         * Gender of the contact
         * <p>
         * @param gender the gender to set
         */
-       public void setGender (final Gender gender);
+       public void setContactGender (final Gender gender);
 
        /**
         * House number
         * <p>
         * @return the houseNumber
         */
-       public Short getHouseNumber ();
+       public Short getContactHouseNumber ();
 
        /**
         * House number
         * <p>
         * @param houseNumber the houseNumber to set
         */
-       public void setHouseNumber (final Short houseNumber);
+       public void setContactHouseNumber (final Short houseNumber);
 
        /**
         * Setter for own contact
         * <p>
         * @param ownContact Own contact
         */
-       public void setOwnContact (final Boolean ownContact);
+       public void setContactOwnContact (final Boolean ownContact);
 
        /**
         * Getter for phone number
         * <p>
         * @return Phone number
         */
-       public DialableLandLineNumber getPhoneNumber ();
+       public DialableLandLineNumber getContactPhoneNumber ();
 
        /**
         * Setter for phone number
         * <p>
         * @param phoneNumber Phone number
         */
-       public void setPhoneNumber (final DialableLandLineNumber phoneNumber);
+       public void setContactPhoneNumber (final DialableLandLineNumber phoneNumber);
 
        /**
         * Street
         * <p>
         * @return the street
         */
-       public String getStreet ();
+       public String getContactStreet ();
 
        /**
         * Street
         * <p>
         * @param street the street to set
         */
-       public void setStreet (final String street);
+       public void setContactStreet (final String street);
 
        /**
         * Getter for "updated" timestamp
         * <p>
         * @return "updated" timestamp
         */
-       public Calendar getUpdated ();
+       public Calendar getContactUpdated ();
 
        /**
         * Getter for "updated" timestamp
         * <p>
         * @param updated "updated" timestamp
         */
-       public void setUpdated (final Calendar updated);
+       public void setContactUpdated (final Calendar updated);
 
        /**
         * ZIP code
         * <p>
         * @return the zipCode
         */
-       public Integer getZipCode ();
+       public Integer getContactZipCode ();
 
        /**
         * ZIP code
         * <p>
         * @param zipCode the zipCode to set
         */
-       public void setZipCode (final Integer zipCode);
+       public void setContactZipCode (final Integer zipCode);
 
        /**
         * Checks whether the contact is user's own data