Class ProcessFulltext

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

public class ProcessFulltext extends ValueClass implements Serializable
Fulltext-Property to be added to/removed from an object.

Copyright: Copyright (c) 2008

Organisation: ELO Digital Office GmbH

See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected boolean
    Add to the fulltext-service

    Fields inherited from class byps.BValueClass

    bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
  • Constructor Summary

    Constructors
    Constructor
    Description
    Constructor.
    Normal Constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    void
    setAddToFulltext(boolean addToFulltext)
     

    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, toString, wait, wait, wait
  • Field Details

    • addToFulltext

      protected boolean addToFulltext
      Add to the fulltext-service
  • Constructor Details

    • ProcessFulltext

      public ProcessFulltext()
      Constructor.
    • ProcessFulltext

      public ProcessFulltext(ProcessFulltext rhs)
      Normal Constructor.
      Parameters:
      rhs -
  • Method Details

    • getAddToFulltext

      public boolean getAddToFulltext()
    • setAddToFulltext

      public void setAddToFulltext(boolean addToFulltext)