Class Employee

    • Field Detail

      • SUPERIOR

        public static final java.lang.String SUPERIOR
        Constant identifier for superior attribute of Employee type.
        See Also:
        Constant Field Values
    • Constructor Detail

      • Employee

        public Employee()
    • Method Detail

      • isAdmin

        @Deprecated
        public boolean isAdmin()
        Deprecated.
        Description copied from class: User
        Checks whether this user has admin status. This is true if the user is the admin user or is (even recursive) member of the admin group.
        Overrides:
        isAdmin in class User