put industry
@param industry String @return company Company
Company putIndustry(String industry) { companyMap["industry"] = industry; return this; }