This image shows the BenefitItem and BenefitModel classes and
their associated methods and datatypes.
The two classes are:
- empbft.component.employee.helper.BenefitItem
- empbft.component.employee.helper.BenefitModel
Methods under empbft.component.employee.helper.BenefitItem:
- Constructor(int id, Date election, ...)
- getElection(): Date
- toString(): string
Datatypes under empbft.component.employee.helper.BenefitModel:
- m_id: integer
- m_name: String
- m_desc: String
Methods under empbft.component.employee.helper.BenefitModel:
- Constructor(int id, String name, ...)
- getId(): int
- getName(): String
- getDesc(): String
- toString(): String
- copy(BenefitModel other): void
- compareTo(Object o): int