Class DefaultResultImpl
- java.lang.Object
-
- org.uberfire.ext.wires.bpmn.client.commands.impl.DefaultResultImpl
-
-
Constructor Summary
Constructors Constructor Description DefaultResultImpl(ResultType type, String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetMessage()Detailed message for the ResultResultTypegetType()Type of ResultinthashCode()StringtoString()
-
-
-
Constructor Detail
-
DefaultResultImpl
public DefaultResultImpl(ResultType type, String message)
-
-
Method Detail
-
getType
public ResultType getType()
Description copied from interface:ResultType of Result
-
getMessage
public String getMessage()
Description copied from interface:ResultDetailed message for the Result- Specified by:
getMessagein interfaceResult- Returns:
-
-