net.sf.dynamicreports.adhoc.configuration
Class AdhocProperties

java.lang.Object
  extended by net.sf.dynamicreports.adhoc.configuration.AdhocProperties
All Implemented Interfaces:
Serializable, Cloneable

public class AdhocProperties
extends Object
implements Cloneable, Serializable

Author:
Ricardo Mariaca (dynamicreports@gmail.com)
See Also:
Serialized Form

Field Summary
static String CHART_SERIES_GROUP
           
static String CHART_SHOW_PERCENTAGES
           
static String CHART_SHOW_VALUES
           
static String CHART_TIME_PERIOD
           
static String CHART_USE_SERIES_AS_CATEGORY
           
static String PROPERTY_PREFIX
           
 
Constructor Summary
AdhocProperties()
           
 
Method Summary
 AdhocProperties clone()
           
 boolean equals(Object obj)
           
 Map<String,Object> getProperties()
           
<T> T
getProperty(String key)
           
 boolean isEmpty()
           
 void setProperties(Map<String,Object> properties)
           
 void setProperty(String key, Object value)
           
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROPERTY_PREFIX

public static final String PROPERTY_PREFIX
See Also:
Constant Field Values

CHART_USE_SERIES_AS_CATEGORY

public static final String CHART_USE_SERIES_AS_CATEGORY
See Also:
Constant Field Values

CHART_SHOW_VALUES

public static final String CHART_SHOW_VALUES
See Also:
Constant Field Values

CHART_SHOW_PERCENTAGES

public static final String CHART_SHOW_PERCENTAGES
See Also:
Constant Field Values

CHART_TIME_PERIOD

public static final String CHART_TIME_PERIOD
See Also:
Constant Field Values

CHART_SERIES_GROUP

public static final String CHART_SERIES_GROUP
See Also:
Constant Field Values
Constructor Detail

AdhocProperties

public AdhocProperties()
Method Detail

getProperties

public Map<String,Object> getProperties()

getProperty

public <T> T getProperty(String key)

setProperty

public void setProperty(String key,
                        Object value)

setProperties

public void setProperties(Map<String,Object> properties)

isEmpty

public boolean isEmpty()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

clone

public AdhocProperties clone()
Overrides:
clone in class Object


Copyright © 2010-2012. All Rights Reserved.