All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.assaydepot.result.Provider Maven / Gradle / Ivy

There is a newer version: 0.40
Show newest version
package com.assaydepot.result;

import java.sql.Date;
import java.util.List;
import java.util.Map;

public class Provider extends ProviderResult {

	private String phoneNumber;
	private String website;
	private List serviceAreas;
	private String headquarters;
	private List laboratories;
	private Integer yearEstablished;
	private String numEmployees;
	private String description;
	private String htmlDescription;
	private List keywords;
	private List certifications;
	private List professionalAssociations;
	private String permission;
	private String origin;
	private Boolean green;
	private String greenExplanation;
	private Boolean diversity;
	private String diversityExplanation;
	private String createdAt;
	private String updatedAt;

	public String getPhoneNumber() {
		return phoneNumber;
	}
	public void setPhoneNumber(String phoneNumber) {
		this.phoneNumber = phoneNumber;
	}
	public String getWebsite() {
		return website;
	}
	public void setWebsite(String website) {
		this.website = website;
	}
	public List getServiceAreas() {
		return serviceAreas;
	}
	public void setServiceAreas(List serviceAreas) {
		this.serviceAreas = serviceAreas;
	}
	public String getHeadquarters() {
		return headquarters;
	}
	public void setHeadquarters(String headquarters) {
		this.headquarters = headquarters;
	}
	public List getLaboratories() {
		return laboratories;
	}
	public void setLaboratories(List laboratories) {
		this.laboratories = laboratories;
	}
	public Integer getYearEstablished() {
		return yearEstablished;
	}
	public void setYearEstablished(Integer yearEstablished) {
		this.yearEstablished = yearEstablished;
	}
	public String getNumEmployees() {
		return numEmployees;
	}
	public void setNumEmployees(String numEmployees) {
		this.numEmployees = numEmployees;
	}
	public String getDescription() {
		return description;
	}
	public void setDescription(String description) {
		this.description = description;
	}
	public String getHtmlDescription() {
		return htmlDescription;
	}
	public void setHtmlDescription(String htmlDescription) {
		this.htmlDescription = htmlDescription;
	}
	public List getKeywords() {
		return keywords;
	}
	public void setKeywords(List keywords) {
		this.keywords = keywords;
	}
	public List getCertifications() {
		return certifications;
	}
	public void setCertifications(List certifications) {
		this.certifications = certifications;
	}
	public List getProfessionalAssociations() {
		return professionalAssociations;
	}
	public void setProfessionalAssociations(List professionalAssociations) {
		this.professionalAssociations = professionalAssociations;
	}
	public String getPermission() {
		return permission;
	}
	public void setPermission(String permission) {
		this.permission = permission;
	}
	public String getOrigin() {
		return origin;
	}
	public void setOrigin(String origin) {
		this.origin = origin;
	}
	public Boolean getGreen() {
		return green;
	}
	public void setGreen(Boolean green) {
		this.green = green;
	}
	public String getGreenExplanation() {
		return greenExplanation;
	}
	public void setGreenExplanation(String greenExplanation) {
		this.greenExplanation = greenExplanation;
	}
	public Boolean getDiversity() {
		return diversity;
	}
	public void setDiversity(Boolean diversity) {
		this.diversity = diversity;
	}
	public String getDiversityExplanation() {
		return diversityExplanation;
	}
	public void setDiversityExplanation(String diversityExplanation) {
		this.diversityExplanation = diversityExplanation;
	}
	public String getCreatedAt() {
		return createdAt;
	}
	public void setCreatedAt(String createdAt) {
		this.createdAt = createdAt;
	}
	public String getUpdatedAt() {
		return updatedAt;
	}
	public void setUpdatedAt(String updatedAt) {
		this.updatedAt = updatedAt;
	}	
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy