Class Message
- java.lang.Object
-
- de.hybris.platform.cockpit.wizards.Message
-
public class Message extends java.lang.Object
This class was moved to ext/cockpit from productcockpit
-
-
Field Summary
Fields Modifier and Type Field Description static int
ERROR
static int
INFO
static int
NOT_DEFINED
static int
OK_WARNING
static int
WARNING
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getComponentId()
java.lang.String
getConstraintPK()
int
getLevel()
java.lang.String
getMessageText()
-
-
-
Field Detail
-
INFO
public static final int INFO
- See Also:
- Constant Field Values
-
OK_WARNING
public static final int OK_WARNING
- See Also:
- Constant Field Values
-
WARNING
public static final int WARNING
- See Also:
- Constant Field Values
-
ERROR
public static final int ERROR
- See Also:
- Constant Field Values
-
NOT_DEFINED
public static final int NOT_DEFINED
- See Also:
- Constant Field Values
-
-