Package de.aeb.xnsg.ftmc.bf
Class FTMCUserMessageDTO
java.lang.Object
de.aeb.xnsg.ftmc.bf.FTMCUserMessageDTO
DTO encapsulates problem and information messages.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MESSAGE_TYPE_INFORMATION
Constants for the message type 'Information'.
- See Also:
-
MESSAGE_TYPE_WARNING
Constants for the message type 'Warning'.
- See Also:
-
MESSAGE_TYPE_ERROR
Constants for the message type 'Error'.
- See Also:
-
messageType
Message type.
Indicates the type of message. The possible values are defined as constants in this class.
length=35
-
messageText
Detailed message content.
length=255
-
-
Constructor Details
-
FTMCUserMessageDTO
public FTMCUserMessageDTO()
-