Class HvlRToolReportLocaleEntriesDataModel

java.lang.Object
tr.com.havelsan.javarch.report.rtool.cloud.client.model.projection.HvlRToolReportLocaleEntriesDataModel
All Implemented Interfaces:
Serializable

public class HvlRToolReportLocaleEntriesDataModel extends Object implements Serializable
The type is base data transfer object that it is used to fetch data from projection operations.
See Also:
  • Constructor Details

    • HvlRToolReportLocaleEntriesDataModel

      public HvlRToolReportLocaleEntriesDataModel()
  • 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
    • getLocaleKey

      public String getLocaleKey()
      Gets locale key.
      Returns:
      the locale key
    • setLocaleKey

      public void setLocaleKey(String localeKey)
      Sets locale key.
      Parameters:
      localeKey - the locale key
    • getLocalizedEntryContent

      public byte[] getLocalizedEntryContent()
      Get localized entry content byte [ ].
      Returns:
      the byte [ ]
    • setLocalizedEntryContent

      public void setLocalizedEntryContent(byte[] localizedEntryContent)
      Sets localized entry content.
      Parameters:
      localizedEntryContent - the localized entry content