Class ResultBean

java.lang.Object
sk.iway.iwcm.findexer.ResultBean

public class ResultBean extends Object
Drzi result indexovania
  • Constructor Details

    • ResultBean

      public ResultBean()
      Constructor for the ResultBean object
  • Method Details

    • getFile

      public String getFile()
      Gets the file attribute of the ResultBean object
      Returns:
      The file value
    • setFile

      public void setFile(String file)
      Sets the file attribute of the ResultBean object
      Parameters:
      file - The new file value
    • setData

      public void setData(String data)
      Sets the data attribute of the ResultBean object
      Parameters:
      data - The new data value
    • getData

      public String getData()
      Gets the data attribute of the ResultBean object
      Returns:
      The data value
    • getDocId

      public int getDocId()
    • setDocId

      public void setDocId(int docId)