public interface PrivateCompany extends Company
| 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, setValueInteger calculateRevenue()
SortedSet<CompanyAttribute<String,Integer>> calculateCompanies(Collection<CompanyAttribute> companyAttributes, Set<CompanyAttribute<String,Integer>> companyCompleteAttributes)
String getOwner()
void setOwner(String owner)
Collection<Company> getCompanies()
void addCompany(Company company)
SortedSet<CompanyAttribute<String,Integer>> getCompanyAttributes()
void addCompanyAttribute(CompanyAttribute<String,Integer> companyAttribute)
Copyright © 2012-2014. All Rights Reserved.