Class NotificationDataC

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

public class NotificationDataC extends Object implements Serializable

Bit constants for members of Notification

Copyright: Copyright (c) 2003

Organisation: ELO Digital Office GmbH

See Also:
  • Field Details

    • mbUserGuid

      public static final long mbUserGuid
      Member bit: GUID of user who should receive this notification. DB column: userguid
      See Also:
    • lnUserGuid

      protected int lnUserGuid
      Column length: GUID of user who should receive this notification. DB column: userguid
    • mbWatchGuid

      public static final long mbWatchGuid
      Member bit: GUID of changed Object. DB column: watchguid
      See Also:
    • lnWatchGuid

      protected int lnWatchGuid
      Column length: GUID of changed Object. DB column: watchguid
    • mbCreateDateIso

      public static final long mbCreateDateIso
      Member bit: Create date of the notification. DB column: createdateiso
      See Also:
    • lnCreateDateIso

      protected int lnCreateDateIso
      Column length: Create date of the notification. DB column: createdateiso
    • mbPrio

      public static final long mbPrio
      Member bit: Indicates if the Notification is marked as important DB column: prio
      Since:
      9.00.022.003
      See Also:
    • mbWhat

      public static final long mbWhat
      Member bit: Indicates the type of the watched Element. 0 - Action. 1 - HashTag. DB column: what
      Since:
      9.00.030.001
      See Also:
    • mbAllMembers

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

    • NotificationDataC

      public NotificationDataC()
  • Method Details

    • getMbUserGuid

      public long getMbUserGuid()
    • setMbUserGuid

      public void setMbUserGuid(long v)
    • getLnUserGuid

      public int getLnUserGuid()
    • setLnUserGuid

      public void setLnUserGuid(int v)
    • getMbWatchGuid

      public long getMbWatchGuid()
    • setMbWatchGuid

      public void setMbWatchGuid(long v)
    • getLnWatchGuid

      public int getLnWatchGuid()
    • setLnWatchGuid

      public void setLnWatchGuid(int v)
    • getMbCreateDateIso

      public long getMbCreateDateIso()
    • setMbCreateDateIso

      public void setMbCreateDateIso(long v)
    • getLnCreateDateIso

      public int getLnCreateDateIso()
    • setLnCreateDateIso

      public void setLnCreateDateIso(int v)
    • getMbPrio

      public long getMbPrio()
    • setMbPrio

      public void setMbPrio(long v)
    • getMbWhat

      public long getMbWhat()
    • setMbWhat

      public void setMbWhat(long v)
    • getMbAllMembers

      public long getMbAllMembers()
    • setMbAllMembers

      public void setMbAllMembers(long v)