Class FindByFulltextCtrlResultItem

java.lang.Object
de.elo.ix.client.FindByFulltextCtrlResultItem
All Implemented Interfaces:
Serializable

public class FindByFulltextCtrlResultItem extends Object implements Serializable
A search using FindByFulltextCtrl returns this result items in addition to findResult.sords.
Since:
7.00.040.008
See Also:
  • Field Details

    • sord

      protected Sord sord
      Sord object. Same as in findResult.sords[.]
    • TStamp

      protected String TStamp
      Timestamp of the last change of either indexing information, note data, fulltext content or attachment fulltext content.
    • note

      protected Note note
      Note object. If this member is set, member sord can be ignored.
      Since:
      8.00.000.003
    • selectType

      protected int selectType
      Corresponds to the table from which the Sord/ Note was selected.

      Note: For internal use only.

      Since:
      12.00.000.037
  • Constructor Details

    • FindByFulltextCtrlResultItem

      public FindByFulltextCtrlResultItem()
  • Method Details

    • getSord

      public Sord getSord()
    • setSord

      public void setSord(Sord sord)
    • getTStamp

      public String getTStamp()
    • setTStamp

      public void setTStamp(String tStamp)
    • getNote

      public Note getNote()
    • setNote

      public void setNote(Note note)
    • getSelectType

      public int getSelectType()
    • setSelectType

      public void setSelectType(int selectType)
    • toString

      public String toString()
      Overrides:
      toString in class Object