Class HvlRToolExecutableReportQueryModel

java.lang.Object
tr.com.havelsan.javarch.dto.model.query.HvlQueryModel
tr.com.havelsan.javarch.report.rtool.cloud.client.model.query.HvlRToolExecutableReportQueryModel
All Implemented Interfaces:
Serializable

public class HvlRToolExecutableReportQueryModel extends tr.com.havelsan.javarch.dto.model.query.HvlQueryModel
The type is data transfer object to querying operations.
See Also:
  • Constructor Details

    • HvlRToolExecutableReportQueryModel

      public HvlRToolExecutableReportQueryModel()
  • Method Details

    • getIdAndEq

      public Set<Long> getIdAndEq()
      Gets id and eq.
      Returns:
      the id and eq
    • setIdAndEq

      public void setIdAndEq(Set<Long> idAndEq)
      Sets id and eq.
      Parameters:
      idAndEq - the id and eq
    • getReportTypeAndEq

      public Set<HvlRToolExecutableReportType> getReportTypeAndEq()
      Gets report type and eq.
      Returns:
      the report type and eq
    • setReportTypeAndEq

      public void setReportTypeAndEq(Set<HvlRToolExecutableReportType> reportTypeAndEq)
      Sets report type and eq.
      Parameters:
      reportTypeAndEq - the report type and eq
    • getReportKeyAndEq

      public Set<String> getReportKeyAndEq()
      Gets report key and eq.
      Returns:
      the report key and eq
    • setReportKeyAndEq

      public void setReportKeyAndEq(Set<String> reportKeyAndEq)
      Sets report key and eq.
      Parameters:
      reportKeyAndEq - the report key and eq
    • getReportGroupIdAndEq

      public Set<Long> getReportGroupIdAndEq()
      Gets report group id and eq.
      Returns:
      the report group id and eq
    • setReportGroupIdAndEq

      public void setReportGroupIdAndEq(Set<Long> reportGroupIdAndEq)
      Sets report group id and eq.
      Parameters:
      reportGroupIdAndEq - the report group id and eq
    • getReportKeyAndStartsWith

      public String getReportKeyAndStartsWith()
      Gets report key and starts with.
      Returns:
      the report key and starts with
    • setReportKeyAndStartsWith

      public void setReportKeyAndStartsWith(String reportKeyAndStartsWith)
      Sets report key and starts with.
      Parameters:
      reportKeyAndStartsWith - the report key and starts with
    • getReportNameAndStartsWith

      public String getReportNameAndStartsWith()
      Gets report name and starts with.
      Returns:
      the report name and starts with
    • setReportNameAndStartsWith

      public void setReportNameAndStartsWith(String reportNameAndStartsWith)
      Sets report name and starts with.
      Parameters:
      reportNameAndStartsWith - the report name and starts with
    • getGroupDescrAndContains

      public String getGroupDescrAndContains()
      Gets group descr and contains.
      Returns:
      the group descr and contains
    • setGroupDescrAndContains

      public void setGroupDescrAndContains(String groupDescrAndContains)
      Sets group descr and contains.
      Parameters:
      groupDescrAndContains - the group descr and contains
    • getExecutionEnabledAndEq

      public Boolean getExecutionEnabledAndEq()
      Gets execution enabled and eq.
      Returns:
      the execution enabled and eq
    • setExecutionEnabledAndEq

      public void setExecutionEnabledAndEq(Boolean executionEnabledAndEq)
      Sets execution enabled and eq.
      Parameters:
      executionEnabledAndEq - the execution enabled and eq
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object