Package de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.backend.impl.messagemapping
Class MessageMappingRule.Result
java.lang.Object
de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.backend.impl.messagemapping.MessageMappingRule.Result
- Enclosing class:
- MessageMappingRule
Result of a message mapping
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringID of callback which can be used to change the message on application side.protected BooleanHide messageprotected StringTo which process step is this message attached to (checkout?)protected StringJava resource keyprotected CharacterSeverity of result message -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
hide
Hide message -
severity
Severity of result message -
resourceKey
Java resource key -
callbackId
ID of callback which can be used to change the message on application side.- See Also:
-
processStep
To which process step is this message attached to (checkout?)
-
-
Constructor Details
-
Result
public Result()Default constructor -
Result
Constructor- Parameters:
isHide-
-
Result
Constructor- Parameters:
severity-resourceKey-callbackId-processStep-
-
Result
- Parameters:
severity-resourceKey-
-
-
Method Details
-
getSeverity
- Returns:
- Severity
-
getResourceKey
- Returns:
- Java resource key
-
isHide
public boolean isHide()- Returns:
- Hide message?
-
getCallbackId
- Returns:
- the callbackId
-
getProcessStep
- Returns:
- the callbackId
-
hashCode
public int hashCode() -
equals
-
toString
-