Package de.elo.ix.client
Class PhysDelDataC
java.lang.Object
de.elo.ix.client.PhysDelDataC
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PhysDelC
Bit constants for members of PhysDel
Copyright: Copyright (c) 2003
Organisation: ELO Digital Office GmbH
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected int
DB column: pdguidprotected int
DB column: pdtstampprotected int
Column length: Timestamp of this object's last export by the replication.static final long
All valid member bits.static final long
DB column: pdguidstatic final long
DB column: pdtstampstatic final long
Member bit: Timestamp of this object's last export by the replication.static final long
DB column: pdtype -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
int
long
long
long
long
long
void
setLnGuid
(int v) void
setLnTStamp
(int v) void
setLnTStampSync
(int v) void
setMbAllMembers
(long v) void
setMbGuid
(long v) void
setMbTStamp
(long v) void
setMbTStampSync
(long v) void
setMbType
(long v)
-
Field Details
-
mbGuid
public static final long mbGuidDB column: pdguid- See Also:
-
lnGuid
protected int lnGuidDB column: pdguid -
mbType
public static final long mbTypeDB column: pdtype- See Also:
-
mbTStamp
public static final long mbTStampDB column: pdtstamp- See Also:
-
lnTStamp
protected int lnTStampDB column: pdtstamp -
mbTStampSync
public static final long mbTStampSyncMember bit: Timestamp of this object's last export by the replication. DB column: tstampsync- Since:
- 9.99.009.001
- See Also:
-
lnTStampSync
protected int lnTStampSyncColumn length: Timestamp of this object's last export by the replication. DB column: tstampsync- Since:
- 9.99.009.001
-
mbAllMembers
public static final long mbAllMembersAll valid member bits.- See Also:
-
-
Constructor Details
-
PhysDelDataC
public PhysDelDataC()
-
-
Method Details
-
getMbGuid
public long getMbGuid() -
setMbGuid
public void setMbGuid(long v) -
getLnGuid
public int getLnGuid() -
setLnGuid
public void setLnGuid(int v) -
getMbType
public long getMbType() -
setMbType
public void setMbType(long v) -
getMbTStamp
public long getMbTStamp() -
setMbTStamp
public void setMbTStamp(long v) -
getLnTStamp
public int getLnTStamp() -
setLnTStamp
public void setLnTStamp(int v) -
getMbTStampSync
public long getMbTStampSync() -
setMbTStampSync
public void setMbTStampSync(long v) -
getLnTStampSync
public int getLnTStampSync() -
setLnTStampSync
public void setLnTStampSync(int v) -
getMbAllMembers
public long getMbAllMembers() -
setMbAllMembers
public void setMbAllMembers(long v)
-