com.hack23.cia.service.api
Class DataSummary

Package class diagram package DataSummary
java.lang.Object
  extended by com.hack23.cia.service.api.DataSummary
All Implemented Interfaces:
DataModel, Serializable

public class DataSummary
extends Object
implements DataModel

The Class DataSummary.

See Also:
Serialized Form

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

bornYearMap

public final Map<Integer,Integer> bornYearMap
The born year map.


committeeProposalSize

public final long committeeProposalSize
The committee proposal size.


documentContentSize

public final long documentContentSize
The document content size.


documentElementSize

public final long documentElementSize
The document element size.


documentStatusSize

public final long documentStatusSize
The document status size.


personSize

public final long personSize
The person size.


roleStatusMap

public final Map<RoleStatus,Integer> roleStatusMap
The role status map.


sexMap

public final Map<SexType,Integer> sexMap
The sex map.


totalBallotVotes

public final long totalBallotVotes
The total ballot votes.


voteSize

public final long voteSize
The vote size.

Constructor Detail

DataSummary

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)
Instantiates a new data summary.

Parameters:
personSize - the person size
voteSize - the vote size
totalBallotVotes - the total ballot votes
documentElementSize - the document element size
documentContentSize - the document content size
documentStatusSize - the document status size
committeeProposalSize - the committee proposal size
roleStatusMap - the role status map
sexMap - the sex map
bornYearMap - the born year map


Copyright © 2008-2011 www.hack23.com. All Rights Reserved.