Class ReminderDataC

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

public class ReminderDataC extends Object implements Serializable

Bit constants for members of Reminder

Copyright: Copyright (c) 2003

Organisation: ELO Digital Office GmbH

See Also:
  • Field Details

    • mbId

      public static final long mbId
      DB column: wvident
      See Also:
    • mbObjId

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

      public static final long mbReceiverId
      DB column: userowner
      See Also:
    • mbSenderId

      public static final long mbSenderId
      DB column: userfrom
      See Also:
    • mbPromptDate

      public static final long mbPromptDate
      DB column: wvdate
      See Also:
    • mbCreateDate

      public static final long mbCreateDate
      DB column: createdate
      See Also:
    • mbDueDate

      public static final long mbDueDate
      DB column: duedate
      See Also:
    • mbPrio

      public static final long mbPrio
      DB column: prio
      See Also:
    • mbActionCode

      public static final long mbActionCode
      DB column: action
      See Also:
    • mbLockId

      public static final long mbLockId
      DB column: wvlock
      See Also:
    • mbObjType

      public static final long mbObjType
      DB column: parenttype
      See Also:
    • mbName

      public static final long mbName
      DB column: short
      See Also:
    • lnName

      protected int lnName
      DB column: short
    • mbDesc

      public static final long mbDesc
      DB column: wvdesc
      See Also:
    • lnDesc

      protected int lnDesc
      DB column: wvdesc
    • mbAllMembers

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

    • ReminderDataC

      public ReminderDataC()
  • Method Details

    • getMbId

      public long getMbId()
    • setMbId

      public void setMbId(long v)
    • getMbObjId

      public long getMbObjId()
    • setMbObjId

      public void setMbObjId(long v)
    • getMbReceiverId

      public long getMbReceiverId()
    • setMbReceiverId

      public void setMbReceiverId(long v)
    • getMbSenderId

      public long getMbSenderId()
    • setMbSenderId

      public void setMbSenderId(long v)
    • getMbPromptDate

      public long getMbPromptDate()
    • setMbPromptDate

      public void setMbPromptDate(long v)
    • getMbCreateDate

      public long getMbCreateDate()
    • setMbCreateDate

      public void setMbCreateDate(long v)
    • getMbDueDate

      public long getMbDueDate()
    • setMbDueDate

      public void setMbDueDate(long v)
    • getMbPrio

      public long getMbPrio()
    • setMbPrio

      public void setMbPrio(long v)
    • getMbActionCode

      public long getMbActionCode()
    • setMbActionCode

      public void setMbActionCode(long v)
    • getMbLockId

      public long getMbLockId()
    • setMbLockId

      public void setMbLockId(long v)
    • getMbObjType

      public long getMbObjType()
    • setMbObjType

      public void setMbObjType(long v)
    • getMbName

      public long getMbName()
    • setMbName

      public void setMbName(long v)
    • getLnName

      public int getLnName()
    • setLnName

      public void setLnName(int v)
    • getMbDesc

      public long getMbDesc()
    • setMbDesc

      public void setMbDesc(long v)
    • getLnDesc

      public int getLnDesc()
    • setLnDesc

      public void setLnDesc(int v)
    • getMbAllMembers

      public long getMbAllMembers()
    • setMbAllMembers

      public void setMbAllMembers(long v)