Package de.elo.ix.client
Class RelationC
java.lang.Object
de.elo.ix.client.RelationC
- All Implemented Interfaces:
Serializable
Bit constants for members of Relation
Copyright: Copyright (c) 2003
Organisation: ELO Digital Office GmbH
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected int
Column length: GUID DB column: relguidprotected int
DB column: reltstampprotected int
Column length: Timestamp of this object's last export by the replication.static final long
All valid member bits.static final long
Member bit: The Relation is deleted at this date.static final long
Member bit: GUID DB column: relguidstatic final long
DB column: objectidstatic final long
DB column: ordinalstatic final long
DB column: parentidstatic final long
Member bit: This Relation represents the main relation of an object, if this value istrue
.static final long
DB column: relstatusstatic final long
DB column: reltstampstatic final long
Member bit: Timestamp of this object's last export by the replication. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
int
long
long
long
long
long
long
long
long
long
long
void
setLnGuid
(int v) void
setLnTStamp
(int v) void
setLnTStampSync
(int v) void
setMbAllMembers
(long v) void
setMbDeleteDate
(long v) void
setMbGuid
(long v) void
setMbObjId
(long v) void
setMbOrdinal
(long v) void
setMbParentId
(long v) void
setMbRelMain
(long v) void
setMbStatus
(long v) void
setMbTStamp
(long v) void
setMbTStampSync
(long v)
-
Field Details
-
mbParentId
public static final long mbParentIdDB column: parentid- See Also:
-
mbObjId
public static final long mbObjIdDB column: objectid- See Also:
-
mbOrdinal
public static final long mbOrdinalDB column: ordinal- See Also:
-
mbStatus
public static final long mbStatusDB column: relstatus- See Also:
-
mbTStamp
public static final long mbTStampDB column: reltstamp- See Also:
-
lnTStamp
protected int lnTStampDB column: reltstamp -
mbGuid
public static final long mbGuidMember bit: GUID DB column: relguid- Since:
- 7.00.000.004
- See Also:
-
lnGuid
protected int lnGuidColumn length: GUID DB column: relguid- Since:
- 7.00.000.004
-
mbDeleteDate
public static final long mbDeleteDateMember bit: The Relation is deleted at this date. ClientInfo determines the Timezone. DB column: reldeletedate- Since:
- 9.00.000.002
- See Also:
-
mbRelMain
public static final long mbRelMainMember bit: This Relation represents the main relation of an object, if this value istrue
. DB column: relmain- Since:
- 9.99.009.001
- See Also:
-
mbTStampSync
public static final long mbTStampSyncMember bit: Timestamp of this object's last export by the replication. DB column: reltstampsync- Since:
- 9.99.009.001
- See Also:
-
lnTStampSync
protected int lnTStampSyncColumn length: Timestamp of this object's last export by the replication. DB column: reltstampsync- Since:
- 9.99.009.001
-
mbAllMembers
public static final long mbAllMembersAll valid member bits.- See Also:
-
-
Constructor Details
-
RelationC
public RelationC()
-
-
Method Details
-
getMbParentId
public long getMbParentId() -
setMbParentId
public void setMbParentId(long v) -
getMbObjId
public long getMbObjId() -
setMbObjId
public void setMbObjId(long v) -
getMbOrdinal
public long getMbOrdinal() -
setMbOrdinal
public void setMbOrdinal(long v) -
getMbStatus
public long getMbStatus() -
setMbStatus
public void setMbStatus(long v) -
getMbTStamp
public long getMbTStamp() -
setMbTStamp
public void setMbTStamp(long v) -
getLnTStamp
public int getLnTStamp() -
setLnTStamp
public void setLnTStamp(int v) -
getMbGuid
public long getMbGuid() -
setMbGuid
public void setMbGuid(long v) -
getLnGuid
public int getLnGuid() -
setLnGuid
public void setLnGuid(int v) -
getMbDeleteDate
public long getMbDeleteDate() -
setMbDeleteDate
public void setMbDeleteDate(long v) -
getMbRelMain
public long getMbRelMain() -
setMbRelMain
public void setMbRelMain(long 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)
-