org.opennms.netmgt.model
Interface AttributeStatisticVisitorWithResults

All Superinterfaces:
AttributeStatisticVisitor

public interface AttributeStatisticVisitorWithResults
extends AttributeStatisticVisitor

Author:
DJ Gregor

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

Method Detail

getResults

SortedSet<AttributeStatistic> getResults()

setCount

void setCount(Integer count)

getCount

Integer getCount()

afterPropertiesSet

void afterPropertiesSet()


Copyright © 2009. All Rights Reserved.