Class ServerStateC

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

public class ServerStateC extends Object implements Serializable

Bit constants for members of ServerState

Copyright: Copyright (c) 2003

Organisation: ELO Digital Office GmbH

See Also:
  • Field Details

    • mbActionId

      public static final long mbActionId
      DB column: actionid
      See Also:
    • mbSubKey

      public static final long mbSubKey
      DB column: subkey
      See Also:
    • mbAction

      public static final long mbAction
      DB column: action
      See Also:
    • lnAction

      protected int lnAction
      DB column: action
    • mbAllMembers

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

    • ServerStateC

      public ServerStateC()
  • Method Details

    • getMbActionId

      public long getMbActionId()
    • setMbActionId

      public void setMbActionId(long v)
    • getMbSubKey

      public long getMbSubKey()
    • setMbSubKey

      public void setMbSubKey(long v)
    • getMbAction

      public long getMbAction()
    • setMbAction

      public void setMbAction(long v)
    • getLnAction

      public int getLnAction()
    • setLnAction

      public void setLnAction(int v)
    • getMbAllMembers

      public long getMbAllMembers()
    • setMbAllMembers

      public void setMbAllMembers(long v)