Class CheckinUsersC

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

public class CheckinUsersC extends Object implements Serializable

Constants for the function checkinUsers.

Copyright: Copyright (c) 2004

Organisation:

See Also:
  • Field Details

    • bsetNOTHING

      public static final long bsetNOTHING
      Checkin no user. Makes sense if you only want to unlock user data.
      See Also:
    • bsetWRITE

      public static final long bsetWRITE
      Write without password. Create new user if user ID < 0.
      See Also:
    • bsetPASSWORD

      public static final long bsetPASSWORD
      Updates a users password.
      See Also:
    • bsetNEW_USER

      public static final long bsetNEW_USER
      Insert a new user with the supplied user ID.
      See Also:
    • NOTHING

      public static final CheckinUsersZ NOTHING
      Checkin no user. Makes sense if you only want to unlock user data.
    • PASSWORD

      public static final CheckinUsersZ PASSWORD
      Updates a users password.
    • NEW_USER

      public static final CheckinUsersZ NEW_USER
      Insert a new user with the supplied user ID. Set the user's password.
    • WRITE

      public static final CheckinUsersZ WRITE
      Updates or creates a user.
    • WRITE_PASSWORD

      public static final CheckinUsersZ WRITE_PASSWORD
      Updates or creates a user and set's the users's password.
  • Constructor Details

    • CheckinUsersC

      public CheckinUsersC()
  • Method Details

    • getNEW_USER

      public CheckinUsersZ getNEW_USER()
    • setNEW_USER

      public void setNEW_USER(CheckinUsersZ NEW_USER)
    • getNOTHING

      public CheckinUsersZ getNOTHING()
    • setNOTHING

      public void setNOTHING(CheckinUsersZ NOTHING)
    • getPASSWORD

      public CheckinUsersZ getPASSWORD()
    • setPASSWORD

      public void setPASSWORD(CheckinUsersZ PASSWORD)
    • getWRITE

      public CheckinUsersZ getWRITE()
    • setWRITE

      public void setWRITE(CheckinUsersZ WRITE)
    • getWRITE_PASSWORD

      public CheckinUsersZ getWRITE_PASSWORD()
    • setWRITE_PASSWORD

      public void setWRITE_PASSWORD(CheckinUsersZ WRITE_PASSWORD)
    • getBsetNEW_USER

      public long getBsetNEW_USER()
    • setBsetNEW_USER

      public void setBsetNEW_USER(long bsetNEW_USER)
    • getBsetNOTHING

      public long getBsetNOTHING()
    • setBsetNOTHING

      public void setBsetNOTHING(long bsetNOTHING)
    • getBsetPASSWORD

      public long getBsetPASSWORD()
    • setBsetPASSWORD

      public void setBsetPASSWORD(long bsetPASSWORD)
    • getBsetWRITE

      public long getBsetWRITE()
    • setBsetWRITE

      public void setBsetWRITE(long bsetWRITE)