Class FTMCUserMessageDTO

java.lang.Object
de.aeb.xnsg.ftmc.bf.FTMCUserMessageDTO

public class FTMCUserMessageDTO extends Object
DTO encapsulates problem and information messages.
  • Field Details

    • MESSAGE_TYPE_INFORMATION

      public static final String MESSAGE_TYPE_INFORMATION

      Constants for the message type 'Information'.

      See Also:
    • MESSAGE_TYPE_WARNING

      public static final String MESSAGE_TYPE_WARNING

      Constants for the message type 'Warning'.

      See Also:
    • MESSAGE_TYPE_ERROR

      public static final String MESSAGE_TYPE_ERROR

      Constants for the message type 'Error'.

      See Also:
    • messageType

      public String messageType

      Message type.

      Indicates the type of message. The possible values are defined as constants in this class.

      length=35

    • messageText

      public String messageText

      Detailed message content.

      length=255

  • Constructor Details

    • FTMCUserMessageDTO

      public FTMCUserMessageDTO()