public final class DataSummary extends Object implements DataModel
Modifier and Type | Field and Description |
---|---|
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.
|
long |
totalBallotVotes
The total ballot votes.
|
long |
voteSize
The vote size.
|
Constructor and Description |
---|
DataSummary(long personSize,
long voteSize,
long totalBallotVotes,
long documentElementSize,
long documentContentSize,
long documentStatusSize,
long committeeProposalSize)
Instantiates a new data summary.
|
public final long committeeProposalSize
public final long documentContentSize
public final long documentElementSize
public final long documentStatusSize
public final long personSize
public final long totalBallotVotes
public final long voteSize
public DataSummary(long personSize, long voteSize, long totalBallotVotes, long documentElementSize, long documentContentSize, long documentStatusSize, long committeeProposalSize)
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 sizeCopyright © 2010–2017 www.hack23.com. All rights reserved.