Class ParameterPrototype

java.lang.Object
io.jmix.reports.app.ParameterPrototype
All Implemented Interfaces:
Serializable

public class ParameterPrototype extends Object implements Serializable
Report parameter for lazy data loading in core module
See Also:
  • Field Details

    • serialVersionUID

      protected static final long serialVersionUID
      See Also:
    • paramName

      protected String paramName
    • queryString

      protected String queryString
    • fetchPlanName

      protected String fetchPlanName
    • metaClassName

      protected String metaClassName
    • firstResult

      protected Integer firstResult
    • maxResults

      protected Integer maxResults
    • queryParams

      protected Map<String,Object> queryParams
    • condition

      protected Condition condition
    • sort

      protected Sort sort
    • fetchPlan

      protected FetchPlan fetchPlan
  • Constructor Details

    • ParameterPrototype

      public ParameterPrototype(String paramName)
  • Method Details

    • setParamName

      public void setParamName(String paramName)
    • getParamName

      public String getParamName()
    • getQueryString

      public String getQueryString()
    • setQueryString

      public void setQueryString(String queryString)
    • getFetchPlanName

      public String getFetchPlanName()
    • setFetchPlanName

      public void setFetchPlanName(String fetchPlanName)
    • getMetaClassName

      public String getMetaClassName()
    • setMetaClassName

      public void setMetaClassName(String metaClassName)
    • getQueryParams

      public Map<String,Object> getQueryParams()
    • setQueryParams

      public void setQueryParams(Map<String,Object> queryParams)
    • getFirstResult

      public Integer getFirstResult()
    • setFirstResult

      public void setFirstResult(Integer firstResult)
    • getMaxResults

      public Integer getMaxResults()
    • setMaxResults

      public void setMaxResults(Integer maxResults)
    • getCondition

      public Condition getCondition()
    • setCondition

      public void setCondition(Condition condition)
    • getSort

      public Sort getSort()
    • setSort

      public void setSort(Sort sort)
    • getFetchPlan

      public FetchPlan getFetchPlan()
    • setFetchPlan

      public void setFetchPlan(FetchPlan fetchPlan)