Class ReplSet

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

public class ReplSet extends ValueClass implements Serializable

Objects of this class store the replication information of archive entries.

Copyright: Copyright (c) 2004

Organisation: ELO Digital Office GmbH

See Also:
  • Field Details

    • dw

      protected int[] dw
      Bitset of replication IDs.
    • dwSync

      protected int[] dwSync
      Bitset of synchronized replication IDs.
      Since:
      12.02.001.001
    • objId

      protected int objId
      This replication information belongs to the archive entry with ID objId
    • TStamp

      protected String TStamp
      Timestamp of the last alteration of replication sets for the corresponding archive entry. The format is JJJJ.MM.DD.hh.mm.ss
      Since:
      9.99.009.001
    • TStampSync

      protected String TStampSync
      Timestamp of this object's last export by the replication.
      Since:
      9.99.009.001
    • combiGuid

      protected String combiGuid
      Since:
      11.00.000.005
  • Constructor Details

    • ReplSet

      public ReplSet()
    • ReplSet

      public ReplSet(int[] dw, int objId)
    • ReplSet

      public ReplSet(ReplSet rhs)
  • Method Details

    • getCombiGuid

      public String getCombiGuid()
    • setCombiGuid

      public void setCombiGuid(String combiGuid)
    • getDw

      public int[] getDw()
    • setDw

      public void setDw(int[] dw)
    • getDwSync

      public int[] getDwSync()
    • setDwSync

      public void setDwSync(int[] dwSync)
    • getObjId

      public int getObjId()
    • setObjId

      public void setObjId(int objId)
    • getTStamp

      public String getTStamp()
    • setTStamp

      public void setTStamp(String TStamp)
    • getTStampSync

      public String getTStampSync()
    • setTStampSync

      public void setTStampSync(String TStampSync)
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • equalsDw

      public boolean equalsDw(ReplSet other)
      Evaluates if this object represents the same replication sets as the other object. In contrast to the equals(Object) method, this method only checks this class' dw field.
      Returns:
      true, if the dw fields contain the same elements, false otherwise.
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object