org.jboss.dna.connector.federation.contribution
Class ContributionStatistics.Stats

java.lang.Object
  extended by org.jboss.dna.connector.federation.contribution.ContributionStatistics.Stats
Enclosing class:
ContributionStatistics

public static final class ContributionStatistics.Stats
extends Object


Constructor Summary
protected ContributionStatistics.Stats(int propertyCount, int childrenCount)
           
 
Method Summary
 boolean equals(Object obj)
          
 int getChildrenCount()
           
 int getPropertyCount()
           
 int hashCode()
          
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContributionStatistics.Stats

protected ContributionStatistics.Stats(int propertyCount,
                                       int childrenCount)
Method Detail

getChildrenCount

public int getChildrenCount()
Returns:
childrenCount

getPropertyCount

public int getPropertyCount()
Returns:
propertyCount

hashCode

public int hashCode()

Overrides:
hashCode in class Object
See Also:
Object.hashCode()

equals

public boolean equals(Object obj)

Overrides:
equals in class Object
See Also:
Object.equals(java.lang.Object)


Copyright © 2008-Present JBoss a division of Red Hat. All Rights Reserved.