net.praqma.jenkins.memorymap.graph
Class MemoryMapGraphConfiguration

java.lang.Object
  extended by net.praqma.jenkins.memorymap.graph.MemoryMapGraphConfiguration
All Implemented Interfaces:
Serializable

public class MemoryMapGraphConfiguration
extends Object
implements Serializable

FIXME: This class should be a databound class, see FB case 8235 for references.

Author:
Praqma
See Also:
Serialized Form

Constructor Summary
MemoryMapGraphConfiguration()
           
MemoryMapGraphConfiguration(String graphDataList, String graphCaption, Boolean displayUsageInBytes)
           
 
Method Summary
 String getGraphCaption()
           
 String getGraphDataList()
           
 void setGraphCaption(String graphCaption)
           
 void setGraphDataList(String graphDataList)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MemoryMapGraphConfiguration

public MemoryMapGraphConfiguration()

MemoryMapGraphConfiguration

public MemoryMapGraphConfiguration(String graphDataList,
                                   String graphCaption,
                                   Boolean displayUsageInBytes)
Method Detail

getGraphCaption

public String getGraphCaption()
Returns:
the graphCaption

setGraphCaption

public void setGraphCaption(String graphCaption)
Parameters:
graphCaption - the graphCaption to set

getGraphDataList

public String getGraphDataList()
Returns:
the graphDataList

setGraphDataList

public void setGraphDataList(String graphDataList)
Parameters:
graphDataList - the graphDataList to set


Copyright © 2004-2013. All Rights Reserved.