Class RelationC

java.lang.Object
de.elo.ix.client.RelationC
All Implemented Interfaces:
Serializable

public class RelationC extends Object implements Serializable

Bit constants for members of Relation

Copyright: Copyright (c) 2003

Organisation: ELO Digital Office GmbH

See Also:
  • Field Details

    • mbParentId

      public static final long mbParentId
      DB column: parentid
      See Also:
    • mbObjId

      public static final long mbObjId
      DB column: objectid
      See Also:
    • mbOrdinal

      public static final long mbOrdinal
      DB column: ordinal
      See Also:
    • mbStatus

      public static final long mbStatus
      DB column: relstatus
      See Also:
    • mbTStamp

      public static final long mbTStamp
      DB column: reltstamp
      See Also:
    • lnTStamp

      protected int lnTStamp
      DB column: reltstamp
    • mbGuid

      public static final long mbGuid
      Member bit: GUID DB column: relguid
      Since:
      7.00.000.004
      See Also:
    • lnGuid

      protected int lnGuid
      Column length: GUID DB column: relguid
      Since:
      7.00.000.004
    • mbDeleteDate

      public static final long mbDeleteDate
      Member 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 mbRelMain
      Member bit: This Relation represents the main relation of an object, if this value is true. DB column: relmain
      Since:
      9.99.009.001
      See Also:
    • mbTStampSync

      public static final long mbTStampSync
      Member bit: Timestamp of this object's last export by the replication. DB column: reltstampsync
      Since:
      9.99.009.001
      See Also:
    • lnTStampSync

      protected int lnTStampSync
      Column length: Timestamp of this object's last export by the replication. DB column: reltstampsync
      Since:
      9.99.009.001
    • mbAllMembers

      public static final long mbAllMembers
      All 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)