- All Implemented Interfaces:
- Serializable
public class Organization
extends Object
implements Serializable
To represent the generic organizaiton. It has the following parameters:
- private String legalshortname to store the legalshortname of the organizaiton
- private String legalname to store the legal name of the organization
- private String websiteurl to store the websiteurl of the organization
- private List alternativenames to store the alternative names of the organization
- private Country country to store the country of the organization
- private String id to store the openaire id of the organization
- private List pid to store the list of pids for the organization
- See Also:
- Serialized Form