Class StoredQueryConfiguration

Object
StoredQueryConfiguration
All Implemented Interfaces:
Serializable

public class StoredQueryConfiguration extends Object implements Serializable
See Also:
  • Constructor Details

    • StoredQueryConfiguration

      public StoredQueryConfiguration()
  • Method Details

    • setStoredQueryId

      public void setStoredQueryId(String storedQueryId)
    • getStoredQueryId

      public String getStoredQueryId()
    • getStoredQueryParameterMappings

      public List<ParameterMapping> getStoredQueryParameterMappings()
    • setStoredQueryParameterMappings

      public void setStoredQueryParameterMappings(List<ParameterMapping> storedQueryParameterMappings)