|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Committee | |
---|---|
com.hack23.cia.model.impl.sweden | The entity model related to Swedish parliament members votes. |
Uses of Committee in com.hack23.cia.model.impl.sweden |
---|
Methods in com.hack23.cia.model.impl.sweden that return Committee | |
---|---|
Committee |
CommitteeReport.getCommittee()
Gets the committee. |
Committee |
Parliament.getCommitteeById(Long id)
Gets the committee by id. |
Methods in com.hack23.cia.model.impl.sweden that return types with arguments of type Committee | |
---|---|
Set<Committee> |
Parliament.getCommittees()
Gets the committees. |
Methods in com.hack23.cia.model.impl.sweden with parameters of type Committee | |
---|---|
void |
CommitteeReport.setCommittee(Committee committee)
Sets the committee. |
Method parameters in com.hack23.cia.model.impl.sweden with type arguments of type Committee | |
---|---|
void |
Parliament.setCommittees(Set<Committee> committees)
Sets the committees. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |