| Package | Description |
|---|---|
| org.hibernate.testing.orm.domain.helpdesk |
| Modifier and Type | Field and Description |
|---|---|
static SingularAttribute<Account,Status> |
Account_.loginStatus |
static SingularAttribute<Account,Status> |
Account_.serviceStatus |
static SingularAttribute<Account,Status> |
Account_.systemAccessStatus |
| 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-2019 Red Hat, Inc. All Rights Reserved.