public class AdhocRestriction extends Object implements Cloneable, Serializable
AdhocRestriction class.
| Constructor and Description |
|---|
AdhocRestriction()
Constructor for AdhocRestriction.
|
| Modifier and Type | Method and Description |
|---|---|
AdhocRestriction |
clone() |
boolean |
equals(Object obj) |
String |
getKey()
Getter for the field
key. |
AdhocProperties |
getProperties()
Getter for the field
properties. |
<T> T |
getProperty(String key)
getProperty.
|
void |
setKey(String key)
Setter for the field
key. |
void |
setProperties(AdhocProperties properties)
Setter for the field
properties. |
void |
setProperty(String key,
Object value)
setProperty.
|
public AdhocProperties getProperties()
Getter for the field properties.
AdhocProperties object.public void setProperties(AdhocProperties properties)
Setter for the field properties.
properties - a AdhocProperties object.public <T> T getProperty(String key)
getProperty.
T - a T object.key - a String object.public AdhocRestriction clone()
Copyright © 2010–2021. All rights reserved.