Class MessageListItem


  • public class MessageListItem
    extends java.lang.Object
    This class represents one row in the search result of the MessageList.
    • Constructor Detail

      • MessageListItem

        public MessageListItem​(org.w3c.dom.Element row,
                               ConnectionAttributes session)
        Internal use only.
        Parameters:
        row - Row element
        session - Session info
    • Method Detail

      • getIcon

        public java.lang.String getIcon()
        Returns:
        Name of the icon in the User Interface
      • getTimestamp

        public DateTime getTimestamp()
        Returns:
        Date and time of the message
      • getSource

        public java.lang.String getSource()
        Returns:
        Source of the message
      • getCategory

        public java.lang.String getCategory()
        Returns:
        Category of the message
      • getMessageType

        public java.lang.String getMessageType()
        Returns:
        Type of the message
      • getMessage

        public java.lang.String getMessage()
        Returns:
        Message text