Package de.elo.ix.client
Class ReplSet
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.ReplSet
- All Implemented Interfaces:
Serializable
Objects of this class store the replication information of archive entries.
Copyright: Copyright (c) 2004
Organisation: ELO Digital Office GmbH
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected int[]
Bitset of replication IDs.protected int[]
Bitset of synchronized replication IDs.protected int
This replication information belongs to the archive entry with IDobjId
protected String
Timestamp of the last alteration of replication sets for the corresponding archive entry.protected String
Timestamp of this object's last export by the replication.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
Evaluates if this object represents the same replication sets as the other object.int[]
getDw()
int[]
int
getObjId()
int
hashCode()
void
setCombiGuid
(String combiGuid) void
setDw
(int[] dw) void
setDwSync
(int[] dwSync) void
setObjId
(int objId) void
void
setTStampSync
(String TStampSync) toString()
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
dw
protected int[] dwBitset of replication IDs. -
dwSync
protected int[] dwSyncBitset of synchronized replication IDs.- Since:
- 12.02.001.001
-
objId
protected int objIdThis replication information belongs to the archive entry with IDobjId
-
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
Timestamp of this object's last export by the replication.- Since:
- 9.99.009.001
-
combiGuid
- Since:
- 11.00.000.005
-
-
Constructor Details
-
ReplSet
public ReplSet() -
ReplSet
public ReplSet(int[] dw, int objId) -
ReplSet
-
-
Method Details
-
getCombiGuid
-
setCombiGuid
-
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
-
setTStamp
-
getTStampSync
-
setTStampSync
-
equals
-
equalsDw
Evaluates if this object represents the same replication sets as the other object. In contrast to theequals(Object)
method, this method only checks this class'dw
field.- Returns:
true
, if thedw
fields contain the same elements,false
otherwise.
-
hashCode
public int hashCode() -
toString
-