Class FindByNotes

java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.FindByNotes
All Implemented Interfaces:
Serializable

public class FindByNotes extends ValueClass implements Serializable
Finds an object according to the objects notes (sticky notes) content.
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected 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
    Constructor
    Description
     
    FindByNotes(String term, int type)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    int
     
    void
     
    void
    setType(int type)
     
     

    Methods inherited from class byps.BValueClass

    getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • term

      protected String term
      The search term to be found within the notes.
    • type

      protected int type
      Find notes of this type. Use TYPE_NONE (=0) to find all notes.
      See Also:
  • Constructor Details

    • FindByNotes

      public FindByNotes()
    • FindByNotes

      public FindByNotes(String term, int type)
  • Method Details

    • getTerm

      public String getTerm()
    • setTerm

      public void setTerm(String term)
    • getType

      public int getType()
    • setType

      public void setType(int type)
    • toString

      public String toString()
      Overrides:
      toString in class Object