net.anotheria.moskito.central.storage.psql
Class PSQLStorageConfigIncludeExcludeEntry

java.lang.Object
  extended by net.anotheria.moskito.central.storage.psql.PSQLStorageConfigIncludeExcludeEntry

public class PSQLStorageConfigIncludeExcludeEntry
extends Object

Part of the configuration of PSQLStorage for one producer/interval combination.

Author:
dagafonov

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

Constructor Detail

PSQLStorageConfigIncludeExcludeEntry

public PSQLStorageConfigIncludeExcludeEntry()
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)

toString

public String toString()
Overrides:
toString in class Object


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