|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hack23.cia.service.api.DataSummary
public class DataSummary
The Class DataSummary.
Nested Class Summary | |
---|---|
static class |
DataSummary.DataSummaryId
The Enum DataSummaryId. |
Field Summary | |
---|---|
Map<Integer,Integer> |
bornYearMap
The born year map. |
long |
committeeProposalSize
The committee proposal size. |
long |
documentContentSize
The document content size. |
long |
documentElementSize
The document element size. |
long |
documentStatusSize
The document status size. |
long |
personSize
The person size. |
Map<RoleStatus,Integer> |
roleStatusMap
The role status map. |
Map<SexType,Integer> |
sexMap
The sex map. |
long |
totalBallotVotes
The total ballot votes. |
long |
voteSize
The vote size. |
Constructor Summary | |
---|---|
DataSummary(long personSize,
long voteSize,
long totalBallotVotes,
long documentElementSize,
long documentContentSize,
long documentStatusSize,
long committeeProposalSize,
Map<RoleStatus,Integer> roleStatusMap,
Map<SexType,Integer> sexMap,
Map<Integer,Integer> bornYearMap)
Instantiates a new data summary. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final Map<Integer,Integer> bornYearMap
public final long committeeProposalSize
public final long documentContentSize
public final long documentElementSize
public final long documentStatusSize
public final long personSize
public final Map<RoleStatus,Integer> roleStatusMap
public final Map<SexType,Integer> sexMap
public final long totalBallotVotes
public final long voteSize
Constructor Detail |
---|
public DataSummary(long personSize, long voteSize, long totalBallotVotes, long documentElementSize, long documentContentSize, long documentStatusSize, long committeeProposalSize, Map<RoleStatus,Integer> roleStatusMap, Map<SexType,Integer> sexMap, Map<Integer,Integer> bornYearMap)
personSize
- the person sizevoteSize
- the vote sizetotalBallotVotes
- the total ballot votesdocumentElementSize
- the document element sizedocumentContentSize
- the document content sizedocumentStatusSize
- the document status sizecommitteeProposalSize
- the committee proposal sizeroleStatusMap
- the role status mapsexMap
- the sex mapbornYearMap
- the born year map
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |