com.hyper9.simdk.stubs.dao
Class PerfProviderSummary

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

public class PerfProviderSummary
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
PerfProviderSummary()
           
 
Method Summary
 Boolean getCurrentSupported()
           
 ManagedObjectReference getEntity()
           
 Integer getRefreshRate()
           
 Boolean getSummarySupported()
           
 void setCurrentSupported(Boolean toSet)
           
 void setEntity(ManagedObjectReference toSet)
           
 void setRefreshRate(Integer toSet)
           
 void setSummarySupported(Boolean 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

PerfProviderSummary

public PerfProviderSummary()
Method Detail

getEntity

public ManagedObjectReference getEntity()

setEntity

public void setEntity(ManagedObjectReference toSet)

getCurrentSupported

public Boolean getCurrentSupported()

setCurrentSupported

public void setCurrentSupported(Boolean toSet)

getSummarySupported

public Boolean getSummarySupported()

setSummarySupported

public void setSummarySupported(Boolean toSet)

getRefreshRate

public Integer getRefreshRate()

setRefreshRate

public void setRefreshRate(Integer toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.