Class Message
- java.lang.Object
-
- de.hybris.platform.cockpit.wizards.Message
-
public class Message extends java.lang.ObjectThis class was moved to ext/cockpit from productcockpit
-
-
Field Summary
Fields Modifier and Type Field Description static intERRORstatic intINFOstatic intNOT_DEFINEDstatic intOK_WARNINGstatic intWARNING
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetComponentId()java.lang.StringgetConstraintPK()intgetLevel()java.lang.StringgetMessageText()
-
-
-
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
-
-