com.hyper9.simdk.stubs.dao
Class PerfCounterInfo

java.lang.Object
  extended by com.hyper9.simdk.stubs.dao.DynamicData
      extended by com.hyper9.simdk.stubs.dao.PerfCounterInfo
All Implemented Interfaces:
Serializable

public class PerfCounterInfo
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
PerfCounterInfo()
           
 
Method Summary
 List<Integer> getAssociatedCounterId()
           
 ElementDescription getGroupInfo()
           
 Integer getKey()
           
 Integer getLevel()
           
 ElementDescription getNameInfo()
           
 PerfSummaryType getRollupType()
           
 PerfStatsType getStatsType()
           
 ElementDescription getUnitInfo()
           
 void setAssociatedCounterId(List<Integer> toSet)
           
 void setGroupInfo(ElementDescription toSet)
           
 void setKey(Integer toSet)
           
 void setLevel(Integer toSet)
           
 void setNameInfo(ElementDescription toSet)
           
 void setRollupType(PerfSummaryType toSet)
           
 void setStatsType(PerfStatsType toSet)
           
 void setUnitInfo(ElementDescription toSet)
           
 
Methods inherited from class com.hyper9.simdk.stubs.dao.DynamicData
equals, getDynamicProperty, getDynamicType, getJpaId, getSessionKey, setDynamicProperty, setDynamicType, setJpaId, setSessionKey
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PerfCounterInfo

public PerfCounterInfo()
Method Detail

getKey

public Integer getKey()

setKey

public void setKey(Integer toSet)

getNameInfo

public ElementDescription getNameInfo()

setNameInfo

public void setNameInfo(ElementDescription toSet)

getGroupInfo

public ElementDescription getGroupInfo()

setGroupInfo

public void setGroupInfo(ElementDescription toSet)

getUnitInfo

public ElementDescription getUnitInfo()

setUnitInfo

public void setUnitInfo(ElementDescription toSet)

getRollupType

public PerfSummaryType getRollupType()

setRollupType

public void setRollupType(PerfSummaryType toSet)

getStatsType

public PerfStatsType getStatsType()

setStatsType

public void setStatsType(PerfStatsType toSet)

getLevel

public Integer getLevel()

setLevel

public void setLevel(Integer toSet)

getAssociatedCounterId

public List<Integer> getAssociatedCounterId()

setAssociatedCounterId

public void setAssociatedCounterId(List<Integer> toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.