Class MessageTO

    • Field Detail

      • _title

        protected String _title
        message title
      • _body

        protected String _body
        message body
    • Constructor Detail

      • MessageTO

        public MessageTO()
    • Method Detail

      • getTitle

        public String getTitle()
        Returns:
        the title
      • setTitle

        public void setTitle​(String title)
        Parameters:
        title - the title to set
      • getBody

        public String getBody()
        Returns:
        the body
      • setBody

        public void setBody​(String body)
        Parameters:
        body - the body to set
      • getKey

        public String getKey()
      • setKey

        public void setKey​(String key)