Package 

Class FeedbackBean

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private String content
      private String dateTime
    • Method Summary

      Modifier and Type Method Description
      String getContent() get the last feedback content
      void setContent(String content) Set the feedback content
      String getDateTime() Get date and time, format: 2017-09-08 17:12:45
      void setDateTime(String dateTime) Set date and time
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getContent

         String getContent()

        get the last feedback content

      • setContent

         void setContent(String content)

        Set the feedback content

        Parameters:
        content - feedback content
      • getDateTime

         String getDateTime()

        Get date and time, format: 2017-09-08 17:12:45

      • setDateTime

         void setDateTime(String dateTime)

        Set date and time

        Parameters:
        dateTime - date and time