public static class ActiveCollectionSource.DerivedDefinition extends Object
Constructor and Description |
---|
ActiveCollectionSource.DerivedDefinition()
The default constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
This method gets the name of the derived collection.
|
Predicate |
getPredicate()
This method gets the predicate for the derived collection.
|
Map<String,Object> |
getProperties()
This method returns the properties.
|
void |
setName(String name)
This method sets the name of the derived collection.
|
void |
setPredicate(Predicate predicate)
This method sets the predicate for the derived collection.
|
void |
setProperties(Map<String,Object> props)
This method sets the properties.
|
public ActiveCollectionSource.DerivedDefinition()
public void setName(String name)
name
- The namepublic String getName()
public void setPredicate(Predicate predicate)
predicate
- The predicatepublic Predicate getPredicate()
public Map<String,Object> getProperties()
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.