Class TCUserMessageDTO

java.lang.Object
de.aeb.xnsg.tariffcontent.bf.TCUserMessageDTO

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

    • MESSAGE_TYPE_INFORMATION

      public static final String MESSAGE_TYPE_INFORMATION

      Constant for the message type 'Information'.

      See Also:
    • MESSAGE_TYPE_WARNING

      public static final String MESSAGE_TYPE_WARNING

      Constant for the message type 'Warning'.

      See Also:
    • MESSAGE_TYPE_ERROR

      public static final String MESSAGE_TYPE_ERROR

      Constant 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

    • TCUserMessageDTO

      public TCUserMessageDTO()