Package | Description |
---|---|
de.fraunhofer.igd.klarschiff.vo |
Das Package enthält Klassen für die verschiedenen Businessobjecte bzw.
|
de.fraunhofer.igd.klarschiff.web |
Das Package enthält die Controller und Commands, die für die GUI verwendet werden.
|
Modifier and Type | Field and Description |
---|---|
private EnumAuftragStatus |
Auftrag.status
Status
|
Modifier and Type | Method and Description |
---|---|
EnumAuftragStatus |
Auftrag.getStatus() |
static EnumAuftragStatus |
EnumAuftragStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumAuftragStatus[] |
EnumAuftragStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Auftrag.setStatus(EnumAuftragStatus status) |
Modifier and Type | Field and Description |
---|---|
(package private) EnumAuftragStatus |
AuftragslisteCommand.status |
Modifier and Type | Method and Description |
---|---|
EnumAuftragStatus |
AuftragslisteCommand.getStatus() |
Modifier and Type | Method and Description |
---|---|
void |
AuftragslisteCommand.setStatus(EnumAuftragStatus status) |
Copyright © 2019. All rights reserved.