public interface Company
| Modifier and Type | Method and Description |
|---|---|
<T> void |
defineCompany(Collection<T> owners,
T owner) |
CompanyAttribute<String,Integer> |
getCompanyAttribute() |
Date |
getCreated() |
String |
getName() |
double |
getValue() |
Person |
getVirtualPerson() |
void |
setCompanyAttribute(CompanyAttribute<String,Integer> companyAttribute) |
void |
setCreated(Date created) |
void |
setName(String name) |
void |
setValue(double value) |
<T> void defineCompany(Collection<T> owners, T owner)
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()
Copyright © 2012-2013. All Rights Reserved.