public class PrivateCompanyImpl extends CompanyImpl implements PrivateCompany
| Constructor and Description |
|---|
PrivateCompanyImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addCompany(Company company) |
void |
addCompanyAttribute(CompanyAttribute<String,Integer> companyAttribute) |
SortedSet<CompanyAttribute<String,Integer>> |
calculateCompanies(Collection<CompanyAttribute> companyAttributes,
Set<CompanyAttribute<String,Integer>> companyCompleteAttributes) |
Integer |
calculateRevenue() |
Collection<Company> |
getCompanies() |
SortedSet<CompanyAttribute<String,Integer>> |
getCompanyAttributes() |
String |
getOwner() |
void |
setOwner(String owner) |
calculateCompanies, defineCompany, getCompanyAttribute, getCreated, getHeadquarterOffice, getName, getOldPersons, getValue, getVirtualPerson, setCompanyAttribute, setCreated, setHeadquarterOffice, setName, setOldPersons, setValueclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcalculateCompanies, defineCompany, getCompanyAttribute, getCreated, getHeadquarterOffice, getName, getOldPersons, getValue, getVirtualPerson, setCompanyAttribute, setCreated, setHeadquarterOffice, setName, setOldPersons, setValuepublic Integer calculateRevenue()
calculateRevenue in interface PrivateCompanypublic String getOwner()
getOwner in interface PrivateCompanypublic void setOwner(String owner)
setOwner in interface PrivateCompanypublic Collection<Company> getCompanies()
getCompanies in interface PrivateCompanypublic void addCompany(Company company)
addCompany in interface PrivateCompanypublic SortedSet<CompanyAttribute<String,Integer>> getCompanyAttributes()
getCompanyAttributes in interface PrivateCompanypublic void addCompanyAttribute(CompanyAttribute<String,Integer> companyAttribute)
addCompanyAttribute in interface PrivateCompanypublic SortedSet<CompanyAttribute<String,Integer>> calculateCompanies(Collection<CompanyAttribute> companyAttributes, Set<CompanyAttribute<String,Integer>> companyCompleteAttributes)
calculateCompanies in interface PrivateCompanyCopyright © 2012-2014. All Rights Reserved.