Class MessageTO

java.lang.Object
org.craftercms.studio.api.v1.to.MessageTO
All Implemented Interfaces:
Serializable

public class MessageTO extends Object implements Serializable
See Also:
  • Field Details

    • _title

      protected String _title
      message title
    • _body

      protected String _body
      message body
    • key

      protected String key
  • Constructor Details

    • MessageTO

      public MessageTO(String _title, String _body, String key)
    • MessageTO

      public MessageTO()
  • Method Details

    • 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)