com.hyper9.simdk.stubs.dao
Class PerfEntityMetric

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

public class PerfEntityMetric
extends PerfEntityMetricBase

Author:
akutz
See Also:
Serialized Form

Constructor Summary
PerfEntityMetric()
           
 
Method Summary
 List<PerfSampleInfo> getSampleInfo()
           
 List<PerfMetricSeries> getValue()
           
 void setSampleInfo(List<PerfSampleInfo> toSet)
           
 void setValue(List<PerfMetricSeries> toSet)
           
 
Methods inherited from class com.hyper9.simdk.stubs.dao.PerfEntityMetricBase
getEntity, setEntity
 
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

PerfEntityMetric

public PerfEntityMetric()
Method Detail

getSampleInfo

public List<PerfSampleInfo> getSampleInfo()

setSampleInfo

public void setSampleInfo(List<PerfSampleInfo> toSet)

getValue

public List<PerfMetricSeries> getValue()

setValue

public void setValue(List<PerfMetricSeries> toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.