public class DynamicQueryImpl extends Object implements DynamicQuery
| Modifier and Type | Field and Description |
|---|---|
String |
description |
String |
label |
Map<String,Object> |
parameters |
| Constructor and Description |
|---|
DynamicQueryImpl(String label,
String flexibleQuery,
Map<String,Object> parameters) |
| Modifier and Type | Method and Description |
|---|---|
void |
addQueryParameter(String paramName,
Object paramValue)
Adds the query parameter.
|
String |
getDescription()
Gets the description.
|
String |
getFexibleQuery()
Gets the fexible query.
|
String |
getLabel()
Gets the label.
|
Map<String,Object> |
getParameters()
Gets the parameters.
|
void |
removeQueryParameter(String paramName)
Removes the query parameter.
|
void |
setDescription(String description)
Sets the description.
|
void |
setLabel(String label)
Sets the label.
|
public String getDescription()
DynamicQuerygetDescription in interface DynamicQuerypublic void setDescription(String description)
DynamicQuerysetDescription in interface DynamicQuerydescription - the new descriptionpublic Map<String,Object> getParameters()
DynamicQuerygetParameters in interface DynamicQuerypublic String getLabel()
DynamicQuerygetLabel in interface DynamicQuerypublic void setLabel(String label)
DynamicQuerysetLabel in interface DynamicQuerylabel - the new labelpublic String getFexibleQuery()
DynamicQuerygetFexibleQuery in interface DynamicQuerypublic void addQueryParameter(String paramName, Object paramValue)
DynamicQueryaddQueryParameter in interface DynamicQueryparamName - the param nameparamValue - the param valuepublic void removeQueryParameter(String paramName)
DynamicQueryremoveQueryParameter in interface DynamicQueryparamName - the param nameCopyright © 2017 SAP SE. All Rights Reserved.