public class Message extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ERROR |
static int |
INFO |
static int |
NOT_DEFINED |
static int |
OK_WARNING |
static int |
WARNING |
| Constructor and Description |
|---|
Message(int level,
String messageText,
String componentId) |
Message(int level,
String messageText,
String componentId,
String constraintPK) |
| Modifier and Type | Method and Description |
|---|---|
String |
getComponentId() |
String |
getConstraintPK() |
int |
getLevel() |
String |
getMessageText() |
public static final int INFO
public static final int OK_WARNING
public static final int WARNING
public static final int ERROR
public static final int NOT_DEFINED
Copyright © 2017 SAP SE. All Rights Reserved.