Class PhysDelDataC

java.lang.Object
de.elo.ix.client.PhysDelDataC
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PhysDelC

public class PhysDelDataC extends Object implements Serializable

Bit constants for members of PhysDel

Copyright: Copyright (c) 2003

Organisation: ELO Digital Office GmbH

See Also:
  • Field Details

    • mbGuid

      public static final long mbGuid
      DB column: pdguid
      See Also:
    • lnGuid

      protected int lnGuid
      DB column: pdguid
    • mbType

      public static final long mbType
      DB column: pdtype
      See Also:
    • mbTStamp

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

      protected int lnTStamp
      DB column: pdtstamp
    • mbTStampSync

      public static final long mbTStampSync
      Member bit: Timestamp of this object's last export by the replication. DB column: tstampsync
      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: tstampsync
      Since:
      9.99.009.001
    • mbAllMembers

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