public class MessageTO extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
_body
message body
|
protected String |
_title
message title
|
protected String |
key |
| Constructor and Description |
|---|
MessageTO() |
MessageTO(String _title,
String _body,
String key) |
protected String _title
protected String _body
protected String key
public String getTitle()
public void setTitle(String title)
title - the title to setpublic String getBody()
public void setBody(String body)
body - the body to setpublic String getKey()
public void setKey(String key)
Copyright © 2022 CrafterCMS. All rights reserved.