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