Class SordHistC

java.lang.Object
de.elo.ix.client.ObjHistC
de.elo.ix.client.SordHistC
All Implemented Interfaces:
Serializable

public class SordHistC extends ObjHistC implements Serializable
Constanst for class SordHist.
See Also:
  • Field Details

    • SRC_NONE

      public static final int SRC_NONE
      History entry created by unknown program.
      See Also:
    • SRC_CLIENT

      public static final int SRC_CLIENT
      History entry created by ELO Windows Client.
      See Also:
    • SRC_OLE

      public static final int SRC_OLE
      History entry created by ELO Automation Interface.
      See Also:
    • SRC_IGW

      public static final int SRC_IGW
      History entry created by ELO Internet Gateway.
      See Also:
    • SRC_XML

      public static final int SRC_XML
      History entry created by ELO XML Importer
      See Also:
    • SRC_SAP

      public static final int SRC_SAP
      History entry created by ELO SAPALINK.
      See Also:
    • SRC_IX

      public static final int SRC_IX
      History entry created by Indexserver.
      See Also:
    • SRC_REPL

      public static final int SRC_REPL
      History entry created by ELO Replication.
      See Also:
    • SRC_SYNC

      public static final int SRC_SYNC
      History entry created by ELO Archive Synchronisation.
      See Also:
  • Constructor Details

    • SordHistC

      public SordHistC()
  • Method Details

    • getSRC_CLIENT

      public int getSRC_CLIENT()
    • setSRC_CLIENT

      public void setSRC_CLIENT(int SRC_CLIENT)
    • getSRC_IGW

      public int getSRC_IGW()
    • setSRC_IGW

      public void setSRC_IGW(int SRC_IGW)
    • getSRC_IX

      public int getSRC_IX()
    • setSRC_IX

      public void setSRC_IX(int SRC_IX)
    • getSRC_NONE

      public int getSRC_NONE()
    • setSRC_NONE

      public void setSRC_NONE(int SRC_NONE)
    • getSRC_OLE

      public int getSRC_OLE()
    • setSRC_OLE

      public void setSRC_OLE(int SRC_OLE)
    • getSRC_REPL

      public int getSRC_REPL()
    • setSRC_REPL

      public void setSRC_REPL(int SRC_REPL)
    • getSRC_SAP

      public int getSRC_SAP()
    • setSRC_SAP

      public void setSRC_SAP(int SRC_SAP)
    • getSRC_SYNC

      public int getSRC_SYNC()
    • setSRC_SYNC

      public void setSRC_SYNC(int SRC_SYNC)
    • getSRC_XML

      public int getSRC_XML()
    • setSRC_XML

      public void setSRC_XML(int SRC_XML)