| Package | Description |
|---|---|
| org.hibernate.testing.orm.domain.helpdesk |
| Modifier and Type | Method and Description |
|---|---|
static Status |
Status.fromCode(Integer code) |
Status |
Account.getLoginStatus() |
Status |
Account.getServiceStatus() |
Status |
Account.getSystemAccessStatus() |
static Status |
Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Status[] |
Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Account.setLoginStatus(Status loginStatus) |
void |
Account.setServiceStatus(Status serviceStatus) |
void |
Account.setSystemAccessStatus(Status systemAccessStatus) |
| Constructor and Description |
|---|
Account(Integer id,
Status loginStatus,
Status systemAccessStatus,
Status serviceStatus) |
Copyright © 2001-2024 Red Hat, Inc. All Rights Reserved.