public interface Company
| Modifier and Type | Method and Description |
|---|---|
Collection<Company> |
calculateCompanies(Collection<Company> companies,
Collection<Person> persons) |
<T> void |
defineCompany(Collection<T> owners,
T owner) |
CompanyAttribute<String,Integer> |
getCompanyAttribute() |
Date |
getCreated() |
HeadquarterOffice |
getHeadquarterOffice() |
String |
getName() |
Collection<Person> |
getOldPersons() |
double |
getValue() |
Person |
getVirtualPerson() |
void |
setCompanyAttribute(CompanyAttribute<String,Integer> companyAttribute) |
void |
setCreated(Date created) |
void |
setHeadquarterOffice(HeadquarterOffice headquarterOffice) |
void |
setName(String name) |
void |
setOldPersons(Collection<Person> oldPersons) |
void |
setValue(double value) |
<T> void defineCompany(Collection<T> owners, T owner)
Collection<Company> calculateCompanies(Collection<Company> companies, Collection<Person> persons)
String getName()
void setName(String name)
double getValue()
void setValue(double value)
Date getCreated()
void setCreated(Date created)
CompanyAttribute<String,Integer> getCompanyAttribute()
void setCompanyAttribute(CompanyAttribute<String,Integer> companyAttribute)
Person getVirtualPerson()
Collection<Person> getOldPersons()
void setOldPersons(Collection<Person> oldPersons)
HeadquarterOffice getHeadquarterOffice()
void setHeadquarterOffice(HeadquarterOffice headquarterOffice)
Copyright © 2012-2014. All Rights Reserved.