public class StoredQueryConfiguration extends Object implements Serializable
Constructor and Description |
---|
StoredQueryConfiguration() |
Modifier and Type | Method and Description |
---|---|
String |
getStoredQueryId() |
List<ParameterMapping> |
getStoredQueryParameterMappings() |
void |
setStoredQueryId(String storedQueryId) |
void |
setStoredQueryParameterMappings(List<ParameterMapping> storedQueryParameterMappings) |
public void setStoredQueryId(String storedQueryId)
public String getStoredQueryId()
public List<ParameterMapping> getStoredQueryParameterMappings()
public void setStoredQueryParameterMappings(List<ParameterMapping> storedQueryParameterMappings)
Copyright © 1996–2022 Geotools. All rights reserved.