Package de.elo.ix.client
Class FindByFulltextCtrlResultItem
java.lang.Object
de.elo.ix.client.FindByFulltextCtrlResultItem
- All Implemented Interfaces:
Serializable
A search using FindByFulltextCtrl returns this result items in addition to findResult.sords.
- Since:
- 7.00.040.008
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Note
Note object.protected int
Corresponds to the table from which the Sord/ Note was selected.protected Sord
Sord object.protected String
Timestamp of the last change of either indexing information, note data, fulltext content or attachment fulltext content. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
sord
Sord object. Same as infindResult.sords[.]
-
TStamp
Timestamp of the last change of either indexing information, note data, fulltext content or attachment fulltext content. -
note
Note object. If this member is set, membersord
can be ignored.- Since:
- 8.00.000.003
-
selectType
protected int selectTypeCorresponds 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