Package de.aeb.xnsg.tariffcontent.bf
Class TCUserMessageDTO
java.lang.Object
de.aeb.xnsg.tariffcontent.bf.TCUserMessageDTO
DTO encapsulates problem and information messages.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MESSAGE_TYPE_INFORMATION
Constant for the message type 'Information'.
- See Also:
-
MESSAGE_TYPE_WARNING
Constant for the message type 'Warning'.
- See Also:
-
MESSAGE_TYPE_ERROR
Constant 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
-
TCUserMessageDTO
public TCUserMessageDTO()
-