Class OcrWorker

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

public class OcrWorker extends ValueClass
This class is used to describe an OCR worker process.
Since:
8.00.020.001
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected long
    The worker process listens on this bus ID for events of type EventBusC.EVENT_OCR_REQUEST.
    protected long
    Reserved.
    protected long
    Reserved.
    protected int
    Worker state.
    protected long
    The worker process is identified by this subscriber ID on the event bus.

    Fields inherited from class byps.BValueClass

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    long
     
    long
     
    long
     
    int
     
    long
     
    void
    setBusId(long busId)
     
    void
    setLastUsed(long lastUsed)
     
    void
    setReserved(long reserved)
     
    void
    setState(int state)
     
    void
    setSubsId(long subsId)
     
     

    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

    • busId

      protected long busId
      The worker process listens on this bus ID for events of type EventBusC.EVENT_OCR_REQUEST.
    • subsId

      protected long subsId
      The worker process is identified by this subscriber ID on the event bus.
    • state

      protected int state
      Worker state.
      See Also:
    • lastUsed

      protected long lastUsed
      Reserved.
    • reserved

      protected long reserved
      Reserved.
      Since:
      10.17.010.006
  • Constructor Details

    • OcrWorker

      public OcrWorker()
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getBusId

      public long getBusId()
    • setBusId

      public void setBusId(long busId)
    • getSubsId

      public long getSubsId()
    • setSubsId

      public void setSubsId(long subsId)
    • getState

      public int getState()
    • setState

      public void setState(int state)
    • getLastUsed

      public long getLastUsed()
    • setLastUsed

      public void setLastUsed(long lastUsed)
    • getReserved

      public long getReserved()
    • setReserved

      public void setReserved(long reserved)