Class EloFtStop

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

public class EloFtStop extends ValueClass implements Serializable
Internal class.
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected String
    DB column: stopword

    Fields inherited from class byps.BValueClass

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

    Constructors
    Constructor
    Description
     
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    setStopword(String stopword)
     

    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

    • stopword

      protected String stopword
      DB column: stopword
  • Constructor Details

    • EloFtStop

      public EloFtStop()
    • EloFtStop

      public EloFtStop(EloFtStop rhs)
  • Method Details

    • getStopword

      public String getStopword()
    • setStopword

      public void setStopword(String stopword)