com.hyper9.simdk.stubs.dao
Class PerfEntityMetricCSV

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.PerfEntityMetricCSV
All Implemented Interfaces:
Serializable

public class PerfEntityMetricCSV
extends PerfEntityMetricBase

Author:
akutz
See Also:
Serialized Form

Constructor Summary
PerfEntityMetricCSV()
           
 
Method Summary
 String getSampleInfoCSV()
           
 List<PerfMetricSeriesCSV> getValue()
           
 void setSampleInfoCSV(String toSet)
           
 void setValue(List<PerfMetricSeriesCSV> 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

PerfEntityMetricCSV

public PerfEntityMetricCSV()
Method Detail

getSampleInfoCSV

public String getSampleInfoCSV()

setSampleInfoCSV

public void setSampleInfoCSV(String toSet)

getValue

public List<PerfMetricSeriesCSV> getValue()

setValue

public void setValue(List<PerfMetricSeriesCSV> toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.