Class CountryTypeCountEntry

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

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

    • CountryTypeCountEntry

      public CountryTypeCountEntry()
  • Method Details

    • getCountry

      public String getCountry()
    • setCountry

      public void setCountry(String country)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getCount

      public Long getCount()
    • setCount

      public void setCount(Long count)