org.opennms.netmgt.model
Interface AttributeStatisticVisitorWithResults

All Superinterfaces:
AttributeStatisticVisitor
All Known Implementing Classes:
BottomNAttributeStatisticVisitor, TopNAttributeStatisticVisitor

public interface AttributeStatisticVisitorWithResults
extends AttributeStatisticVisitor

AttributeStatisticVisitorWithResults interface.

Version:
$Id: $
Author:
DJ Gregor

Method Summary
 void afterPropertiesSet()
          afterPropertiesSet
 Integer getCount()
          getCount
 SortedSet<AttributeStatistic> getResults()
          getResults
 void setCount(Integer count)
          setCount
 
Methods inherited from interface org.opennms.netmgt.model.AttributeStatisticVisitor
visit
 

Method Detail

getResults

SortedSet<AttributeStatistic> getResults()

getResults

Returns:
a SortedSet object.

setCount

void setCount(Integer count)

setCount

Parameters:
count - a Integer object.

getCount

Integer getCount()

getCount

Returns:
a Integer object.

afterPropertiesSet

void afterPropertiesSet()

afterPropertiesSet



Copyright © 2011. All Rights Reserved.