public class Organization extends Object
| Constructor and Description | 
|---|
Organization(String companyName)
Constructor method. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
corporateService()
Announce services provided. 
 | 
String | 
corporateSlogan()
Announce the company's slogan. 
 | 
String | 
getCompanyName()
Access company name. 
 | 
void | 
setBusinessService(BusinessService businessService)
Provide for Spring Bean mutation. 
 | 
void | 
setEmployeeCount(int employeeCount)
Provide for Spring Bean mutation. 
 | 
void | 
setPostalCode(String postalCode)
Provide for Spring Bean mutation. 
 | 
void | 
setSlogan(String slogan)
Modify the company slogan. 
 | 
public Organization(String companyName)
companyName - The company namepublic String getCompanyName()
@Autowired(required=false) public void setPostalCode(String postalCode)
postalCode - The postal/regional code.@Autowired(required=false) public void setEmployeeCount(int employeeCount)
employeeCount - The number of people employeed in the company.public void setSlogan(String slogan)
slogan - The company's slogan.public void setBusinessService(BusinessService businessService)
businessService - Reference to outsourced service-provider.public String corporateSlogan()
public String corporateService()
Copyright © 2017 gregswindle. All rights reserved.