
Public Member Functions | |
| Number | accessLevel () |
| void | awakeFromInsertion (EOEditingContext editingContext) |
| boolean | hasAdministratorAccessLevel () |
| boolean | hasCustomerAccessLevel () |
| boolean | hasEmployeeAccessLevel () |
| void | setAccessLevel (Number value) |
| User () | |
Static Public Attributes | |
| static final String | AccessLevelKey = "accessLevel" |
| static final int | AdministratorAccessLevel = 1 |
| static final int | CustomerAccessLevel = 3 |
| static final String | CustomerKey = "customer" |
| static final int | EmployeeAccessLevel = 2 |
| static final int | NoAccessLevel = 4 |
| static final String | PasswordKey = "password" |
| static final String | UsernameKey = "username" |
Private Member Functions | |
| boolean | _hasAccessLevel (int level) |
Static Private Attributes | |
| static final long | serialVersionUID = -4880721435398743375L |
| User | ( | ) |
| boolean _hasAccessLevel | ( | int | level | ) | [private] |
| Number accessLevel | ( | ) |
| void awakeFromInsertion | ( | EOEditingContext | editingContext | ) |
| boolean hasAdministratorAccessLevel | ( | ) |
| boolean hasCustomerAccessLevel | ( | ) |
| boolean hasEmployeeAccessLevel | ( | ) |
| void setAccessLevel | ( | Number | value | ) |
final String AccessLevelKey = "accessLevel" [static] |
final int AdministratorAccessLevel = 1 [static] |
final int CustomerAccessLevel = 3 [static] |
final String CustomerKey = "customer" [static] |
final int EmployeeAccessLevel = 2 [static] |
final int NoAccessLevel = 4 [static] |
final String PasswordKey = "password" [static] |
final long serialVersionUID = -4880721435398743375L [static, private] |
final String UsernameKey = "username" [static] |
1.5.8