Class UserCountryPK

java.lang.Object
eu.dnetlib.organizations.model.UserCountryPK
All Implemented Interfaces:
Serializable

public class UserCountryPK extends Object implements Serializable
See Also:
  • Constructor Details

    • UserCountryPK

      public UserCountryPK()
  • Method Details

    • getEmail

      public String getEmail()
    • setEmail

      public void setEmail(String email)
    • getCountry

      public String getCountry()
    • setCountry

      public void setCountry(String country)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object