Class FeedDataC

java.lang.Object
de.elo.ix.client.feed.FeedDataC
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FeedC

public class FeedDataC extends Object implements Serializable

Bit constants for members of Feed

Copyright: Copyright (c) 2003

Organisation: ELO Digital Office GmbH

See Also:
  • Field Details

    • mbGuid

      public static final long mbGuid
      Member bit: Feed GUID. DB column: feedguid
      See Also:
    • lnGuid

      protected int lnGuid
      Column length: Feed GUID. DB column: feedguid
    • mbCreateDateIso

      public static final long mbCreateDateIso
      Member bit: Create date. It holds the ISO formatted create date in the time zone of the client application. DB column: createdateiso
      See Also:
    • lnCreateDateIso

      protected int lnCreateDateIso
      Column length: Create date. It holds the ISO formatted create date in the time zone of the client application. DB column: createdateiso
    • mbTStamp

      public static final long mbTStamp
      Member bit: Time stamp. Time stamp of creation or modification. DB column: feedtstamp
      See Also:
    • lnTStamp

      protected int lnTStamp
      Column length: Time stamp. Time stamp of creation or modification. DB column: feedtstamp
    • mbObjGuid

      public static final long mbObjGuid
      Member bit: GUID of the associated Sord object. DB column: objguid
      See Also:
    • lnObjGuid

      protected int lnObjGuid
      Column length: GUID of the associated Sord object. DB column: objguid
    • mbTStampSync

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

      public static final long mbAllMembers
      All valid member bits.
      See Also:
  • Constructor Details

    • FeedDataC

      public FeedDataC()
  • Method Details

    • getMbGuid

      public long getMbGuid()
    • setMbGuid

      public void setMbGuid(long v)
    • getLnGuid

      public int getLnGuid()
    • setLnGuid

      public void setLnGuid(int v)
    • getMbCreateDateIso

      public long getMbCreateDateIso()
    • setMbCreateDateIso

      public void setMbCreateDateIso(long v)
    • getLnCreateDateIso

      public int getLnCreateDateIso()
    • setLnCreateDateIso

      public void setLnCreateDateIso(int v)
    • getMbTStamp

      public long getMbTStamp()
    • setMbTStamp

      public void setMbTStamp(long v)
    • getLnTStamp

      public int getLnTStamp()
    • setLnTStamp

      public void setLnTStamp(int v)
    • getMbObjGuid

      public long getMbObjGuid()
    • setMbObjGuid

      public void setMbObjGuid(long v)
    • getLnObjGuid

      public int getLnObjGuid()
    • setLnObjGuid

      public void setLnObjGuid(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)