net.anotheria.moskito.central.storage.fs
Class CSVFileStorageConfigEntry

java.lang.Object
  extended by net.anotheria.moskito.central.storage.fs.CSVFileStorageConfigEntry

public class CSVFileStorageConfigEntry
extends Object

Part of the configuration of CSVFileStorage for one producer/interval/stat combination.

Since:
25.03.13 10:20
Author:
lrosenberg

Constructor Summary
CSVFileStorageConfigEntry()
           
 
Method Summary
 String getExcludedIntervals()
           
 String getExcludedProducers()
           
 String getExcludedStats()
           
 String getIncludedIntervals()
           
 String getIncludedProducers()
           
 String getIncludedStats()
           
 void setExcludedIntervals(String excludedIntervals)
           
 void setExcludedProducers(String excludedProducers)
           
 void setExcludedStats(String excludedStats)
           
 void setIncludedIntervals(String includedIntervals)
           
 void setIncludedProducers(String includedProducers)
           
 void setIncludedStats(String includedStats)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CSVFileStorageConfigEntry

public CSVFileStorageConfigEntry()
Method Detail

getIncludedIntervals

public String getIncludedIntervals()

setIncludedIntervals

public void setIncludedIntervals(String includedIntervals)

getExcludedIntervals

public String getExcludedIntervals()

setExcludedIntervals

public void setExcludedIntervals(String excludedIntervals)

getIncludedProducers

public String getIncludedProducers()

setIncludedProducers

public void setIncludedProducers(String includedProducers)

getExcludedProducers

public String getExcludedProducers()

setExcludedProducers

public void setExcludedProducers(String excludedProducers)

getIncludedStats

public String getIncludedStats()

setIncludedStats

public void setIncludedStats(String includedStats)

getExcludedStats

public String getExcludedStats()

setExcludedStats

public void setExcludedStats(String excludedStats)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010-2013 anotheria.net. All Rights Reserved.