Class HvlRToolReportAuthorityModel

java.lang.Object
tr.com.havelsan.javarch.dto.model.HvlSimpleModel<Long>
tr.com.havelsan.javarch.dto.model.HvlModel
tr.com.havelsan.javarch.report.rtool.cloud.client.model.HvlRToolReportAuthorityModel
All Implemented Interfaces:
Serializable, Comparable<tr.com.havelsan.javarch.dto.model.HvlSimpleModel>, tr.com.havelsan.javarch.data.commons.structure.HvlModelStructure<Long>

public class HvlRToolReportAuthorityModel extends tr.com.havelsan.javarch.dto.model.HvlModel
A data transfer object is used for report executing parameter operations.
See Also:
  • Constructor Details

    • HvlRToolReportAuthorityModel

      public HvlRToolReportAuthorityModel()
  • Method Details

    • getExecutableReportId

      public Long getExecutableReportId()
      Gets executable report id.
      Returns:
      the executable report id
    • setExecutableReportId

      public void setExecutableReportId(Long executableReportId)
      Sets executable report id.
      Parameters:
      executableReportId - the executable report id
    • getAuthorityCode

      public String getAuthorityCode()
      Gets authority code.
      Returns:
      the authority code
    • setAuthorityCode

      public void setAuthorityCode(String authorityCode)
      Sets authority code.
      Parameters:
      authorityCode - the authority code
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class tr.com.havelsan.javarch.dto.model.HvlSimpleModel<Long>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class tr.com.havelsan.javarch.dto.model.HvlSimpleModel<Long>