Class UserCountry

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

@Entity public class UserCountry extends Object implements Serializable
See Also:
  • Constructor Details

    • UserCountry

      public UserCountry()
    • UserCountry

      public UserCountry(String email, String country)
  • Method Details

    • getEmail

      public String getEmail()
    • setEmail

      public void setEmail(String email)
    • getCountry

      public String getCountry()
    • setCountry

      public void setCountry(String country)