Package | Description |
---|---|
com.secutix.plugin.externalprinting.v1_0.catalog.dto |
Modifier and Type | Method and Description |
---|---|
StateEnum |
Activity.getState()
Access Type annotation is mandatory here in order not to check the transition null -> current state when
Hibernate is loading the entity.
|
StateEnum |
Product.getState() |
StateEnum |
Product.getState() |
StateEnum |
Activity.getState()
Access Type annotation is mandatory here in order not to check the transition null -> current state when
Hibernate is loading the entity.
|
static StateEnum |
StateEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StateEnum |
StateEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StateEnum[] |
StateEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static StateEnum[] |
StateEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Product.setState(StateEnum state) |
void |
Product.setState(StateEnum state) |
Copyright © 2021. All rights reserved.