Package de.elo.ix.client
Class FindByNotes
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.FindByNotes
- All Implemented Interfaces:
Serializable
Finds an object according to the objects notes (sticky notes) content.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
The search term to be found within the notes.protected int
Find notes of this type.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
term
The search term to be found within the notes. -
type
protected int typeFind notes of this type. Use TYPE_NONE (=0) to find all notes.- See Also:
-
-
Constructor Details
-
FindByNotes
public FindByNotes() -
FindByNotes
-
-
Method Details