Package eu.dnetlib.organizations.model
Class Organization
java.lang.Object
eu.dnetlib.organizations.model.Organization
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOrganization(String id, String name, String type, Double lat, Double lng, String city, String country, String status, Boolean ecLegalBody, Boolean ecLegalPerson, Boolean ecNonProfit, Boolean ecResearchOrganization, Boolean ecHigherEducation, Boolean ecInternationalOrganizationEurInterests, Boolean ecInternationalOrganization, Boolean ecEnterprise, Boolean ecSmeValidated, Boolean ecNutscode) -
Method Summary
Modifier and TypeMethodDescriptiongetCity()getId()getLat()getLng()getName()getType()voidvoidsetCountry(String country) voidsetEcNutscode(Boolean ecNutscode) voidvoidvoidvoidvoidvoid
-
Constructor Details
-
Organization
public Organization() -
Organization
public Organization(String id, String name, String type, Double lat, Double lng, String city, String country, String status, Boolean ecLegalBody, Boolean ecLegalPerson, Boolean ecNonProfit, Boolean ecResearchOrganization, Boolean ecHigherEducation, Boolean ecInternationalOrganizationEurInterests, Boolean ecInternationalOrganization, Boolean ecEnterprise, Boolean ecSmeValidated, Boolean ecNutscode)
-
-
Method Details
-
getId
-
setId
-
getName
-
setName
-
getType
-
setType
-
getLat
-
setLat
-
getLng
-
setLng
-
getCity
-
setCity
-
getCountry
-
setCountry
-
getStatus
-
setStatus
-
getEcNutscode
-
setEcNutscode
-