net.sf.dynamicreports.adhoc.configuration
Class AdhocRestriction

java.lang.Object
  extended by net.sf.dynamicreports.adhoc.configuration.AdhocRestriction
All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
AdhocValueRestriction

public class AdhocRestriction
extends Object
implements Cloneable, Serializable

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

Constructor Summary
AdhocRestriction()
           
 
Method Summary
 AdhocRestriction clone()
           
 boolean equals(Object obj)
           
 String getKey()
           
 AdhocProperties getProperties()
           
<T> T
getProperty(String key)
           
 void setKey(String key)
           
 void setProperties(AdhocProperties properties)
           
 void setProperty(String key, Object value)
           
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdhocRestriction

public AdhocRestriction()
Method Detail

getKey

public String getKey()

setKey

public void setKey(String key)

getProperties

public AdhocProperties getProperties()

getProperty

public <T> T getProperty(String key)

setProperty

public void setProperty(String key,
                        Object value)

setProperties

public void setProperties(AdhocProperties properties)

equals

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

clone

public AdhocRestriction clone()
Overrides:
clone in class Object


Copyright © 2010-2012. All Rights Reserved.