java.lang.Object
de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.backend.impl.messagemapping.MessageMappingRule.Result
Enclosing class:
MessageMappingRule

public static class MessageMappingRule.Result extends Object
Result of a message mapping
  • Field Details

    • hide

      protected Boolean hide
      Hide message
    • severity

      protected Character severity
      Severity of result message
    • resourceKey

      protected String resourceKey
      Java resource key
    • callbackId

      protected String callbackId
      ID of callback which can be used to change the message on application side.
      See Also:
    • processStep

      protected String processStep
      To which process step is this message attached to (checkout?)
  • Constructor Details

    • Result

      public Result()
      Default constructor
    • Result

      public Result(Boolean isHide)
      Constructor
      Parameters:
      isHide -
    • Result

      public Result(Character severity, String resourceKey, String callbackId, String processStep)
      Constructor
      Parameters:
      severity -
      resourceKey -
      callbackId -
      processStep -
    • Result

      public Result(Character severity, String resourceKey)
      Parameters:
      severity -
      resourceKey -
  • Method Details

    • getSeverity

      public Character getSeverity()
      Returns:
      Severity
    • getResourceKey

      public String getResourceKey()
      Returns:
      Java resource key
    • isHide

      public boolean isHide()
      Returns:
      Hide message?
    • getCallbackId

      public String getCallbackId()
      Returns:
      the callbackId
    • getProcessStep

      public String getProcessStep()
      Returns:
      the callbackId
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object