Public Member Functions | |
ValueItem | getItem (String major) |
double | getAmount () |
TreeSet< ValueItem > | getProviders () |
TreeSet< ValueItem > | getCustomers () |
double | getProvidersAmount () |
double | getCustomersAmount () |
Definition at line 27 of file bsfinancials-core/src/main/java/org/turro/financials/operating/ParticipantSet.java.
double org.turro.financials.operating.ParticipantSet.getAmount | ( | ) |
Definition at line 40 of file bsfinancials-core/src/main/java/org/turro/financials/operating/ParticipantSet.java.
TreeSet<ValueItem> org.turro.financials.operating.ParticipantSet.getCustomers | ( | ) |
Definition at line 58 of file bsfinancials-core/src/main/java/org/turro/financials/operating/ParticipantSet.java.
double org.turro.financials.operating.ParticipantSet.getCustomersAmount | ( | ) |
Definition at line 76 of file bsfinancials-core/src/main/java/org/turro/financials/operating/ParticipantSet.java.
ValueItem org.turro.financials.operating.ParticipantSet.getItem | ( | String | major | ) |
Definition at line 29 of file bsfinancials-core/src/main/java/org/turro/financials/operating/ParticipantSet.java.
TreeSet<ValueItem> org.turro.financials.operating.ParticipantSet.getProviders | ( | ) |
Definition at line 48 of file bsfinancials-core/src/main/java/org/turro/financials/operating/ParticipantSet.java.
double org.turro.financials.operating.ParticipantSet.getProvidersAmount | ( | ) |
Definition at line 68 of file bsfinancials-core/src/main/java/org/turro/financials/operating/ParticipantSet.java.