public class CompanyImpl extends Object implements Company
| Constructor and Description |
|---|
CompanyImpl() |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
defineCompany(Collection<T> owners,
T owner) |
CompanyAttribute<String,Integer> |
getCompanyAttribute() |
Date |
getCreated() |
String |
getName() |
double |
getValue() |
void |
setCompanyAttribute(CompanyAttribute<String,Integer> companyAttribute) |
void |
setCreated(Date created) |
void |
setName(String name) |
void |
setValue(double value) |
public Date getCreated()
getCreated in interface Companypublic void setCreated(Date created)
setCreated in interface Companypublic CompanyAttribute<String,Integer> getCompanyAttribute()
getCompanyAttribute in interface Companypublic void setCompanyAttribute(CompanyAttribute<String,Integer> companyAttribute)
setCompanyAttribute in interface Companypublic <T> void defineCompany(Collection<T> owners, T owner)
defineCompany in interface CompanyCopyright © 2012-2013. All Rights Reserved.