Inherits ContentObject.
Classes | |
enum | Roles |
Public Member Functions | |
String | getRecordId () |
String | getEmployeeName () |
String | getEmployeeDisplayName () |
Roles [] | getEmployeeRoles () |
Date | getLastLoggedInTime () |
Date | getLastLoggedOutTime () |
String | getEmailAddress () |
String | getPhoneNumber () |
boolean | isCurrentEmployee () |
Employee (Parcel in, int parcelVersion) | |
void | writeToParcel (Parcel dest, int flags) |
Employee (Context context, Cursor cursor) | |
Static Public Attributes | |
static final String | EMPLOYEE_FIRST_NAME_COLUMN = "FIRST_NAME" |
static final String | EMPLOYEE_LAST_NAME_COLUMN = "LAST_NAME" |
static final String | EMPLOYEE_ROLES_COLUMN = "ROLE_ID" |
static final String | LAST_LOGGED_IN_TIME_COLUMN = "LAST_LOGGED_IN_TIME" |
static final String | LAST_LOGGED_OUT_TIME_COLUMN = "LAST_LOGGED_OUT_TIME" |
static final String | EMAIL_ADDRESS_COLUMN = "EMAIL" |
static final String | PHONE_NUMBER_COLUMN = "PHONE_NUMBER" |
static final String | IS_CURRENT_EMPLOYEE_COLUMN = "IS_CURRENT_EMPLOYEE" |
static final Creator< Employee > | CREATOR |
Represents an employee.
Definition at line 25 of file Employee.java.
|
static |
Definition at line 185 of file Employee.java.
|
static |
The column name for the employee's email address.
Definition at line 55 of file Employee.java.
|
static |
The column first name for the employee's full name.
Definition at line 30 of file Employee.java.
|
static |
The column first name for the employee's full name.
Definition at line 35 of file Employee.java.
|
static |
The column name for the employees roles.
Definition at line 40 of file Employee.java.
|
static |
The column name indicating if the employee is currently logged in to the device.
Definition at line 65 of file Employee.java.
|
static |
The column name for the most recent time the employee logged in to this device.
Definition at line 45 of file Employee.java.
|
static |
The column name for the most recent time the employee logged out of this device.
Definition at line 50 of file Employee.java.
|
static |
The column name for the employee's phone number.
Definition at line 60 of file Employee.java.
This document is the confidential property of Verifone, Inc. Any reproduction or distribution of this document, in whole or in part, or the disclosure of any of the information contained herein, without the prior written consent of Verifone, Inc. is prohibited. This document and any supplemental material supplied as part of any review must be returned to Verifone, Inc. upon request. Notice: This document may go through material revisions over time. While the Company will make every effort to keep readers updated as changes occur, care must be taken by the reader to make sure they are reading the latest version. Version numbers appear in the title page and revision history page of this document. All rights reserved. Verifone, the Verifone logo are either trademarks or registered trademarks of Verifone in the United States and/or other countries. All other trademarks or brand names are properties of their respective holders.