Package de.elo.ix.client
Class SordHistC
java.lang.Object
de.elo.ix.client.ObjHistC
de.elo.ix.client.SordHistC
- All Implemented Interfaces:
Serializable
Constanst for class SordHist.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
History entry created by ELO Windows Client.static final int
History entry created by ELO Internet Gateway.static final int
History entry created by Indexserver.static final int
History entry created by unknown program.static final int
History entry created by ELO Automation Interface.static final int
History entry created by ELO Replication.static final int
History entry created by ELO SAPALINK.static final int
History entry created by ELO Archive Synchronisation.static final int
History entry created by ELO XML ImporterFields inherited from class de.elo.ix.client.ObjHistC
lnHistGuid, lnObjGuid, lnTimeStampLocal, lnTimeStampUTC, lnUserName, lnWorkStation, mbAllMembers, mbHistGuid, mbHistSource, mbObjGuid, mbTimeStampLocal, mbTimeStampUTC, mbUserName, mbUserNo, mbWorkStation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
int
int
int
int
int
int
int
void
setSRC_CLIENT
(int SRC_CLIENT) void
setSRC_IGW
(int SRC_IGW) void
setSRC_IX
(int SRC_IX) void
setSRC_NONE
(int SRC_NONE) void
setSRC_OLE
(int SRC_OLE) void
setSRC_REPL
(int SRC_REPL) void
setSRC_SAP
(int SRC_SAP) void
setSRC_SYNC
(int SRC_SYNC) void
setSRC_XML
(int SRC_XML) Methods inherited from class de.elo.ix.client.ObjHistC
getLnHistGuid, getLnObjGuid, getLnTimeStampLocal, getLnTimeStampUTC, getLnUserName, getLnWorkStation, getMbAllMembers, getMbHistGuid, getMbHistSource, getMbObjGuid, getMbTimeStampLocal, getMbTimeStampUTC, getMbUserName, getMbUserNo, getMbWorkStation, setLnHistGuid, setLnObjGuid, setLnTimeStampLocal, setLnTimeStampUTC, setLnUserName, setLnWorkStation, setMbAllMembers, setMbHistGuid, setMbHistSource, setMbObjGuid, setMbTimeStampLocal, setMbTimeStampUTC, setMbUserName, setMbUserNo, setMbWorkStation
-
Field Details
-
SRC_NONE
public static final int SRC_NONEHistory entry created by unknown program.- See Also:
-
SRC_CLIENT
public static final int SRC_CLIENTHistory entry created by ELO Windows Client.- See Also:
-
SRC_OLE
public static final int SRC_OLEHistory entry created by ELO Automation Interface.- See Also:
-
SRC_IGW
public static final int SRC_IGWHistory entry created by ELO Internet Gateway.- See Also:
-
SRC_XML
public static final int SRC_XMLHistory entry created by ELO XML Importer- See Also:
-
SRC_SAP
public static final int SRC_SAPHistory entry created by ELO SAPALINK.- See Also:
-
SRC_IX
public static final int SRC_IXHistory entry created by Indexserver.- See Also:
-
SRC_REPL
public static final int SRC_REPLHistory entry created by ELO Replication.- See Also:
-
SRC_SYNC
public static final int SRC_SYNCHistory 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)
-