com.stratelia.silverpeas.silverStatisticsPeas.control
Class StatItem

java.lang.Object
  extended by com.stratelia.silverpeas.silverStatisticsPeas.control.StatItem

public class StatItem
extends Object

Author:
BERTINL

Constructor Summary
StatItem(String cmpId, String name, long[] count)
          Default constructor
 
Method Summary
 String getCmpId()
           
 long[] getCountValues()
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatItem

public StatItem(String cmpId,
                String name,
                long[] count)
Default constructor

Parameters:
cmpId - the component identifier
name -
count -
Method Detail

getCountValues

public long[] getCountValues()
Returns:
Returns the CountValues.

getName

public String getName()
Returns:
Returns the name.

getCmpId

public String getCmpId()
Returns:
Returns the cmpId.


Copyright © 2016 Silverpeas. All Rights Reserved.