Class DispatchBalanceMessage
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.common.model.IdTitle
ru.bitel.bgbilling.plugins.dispatch.common.bean.DispatchMessage
ru.bitel.bgbilling.plugins.dispatch.server.bean.message.CustomDispatchMessage
ru.bitel.bgbilling.plugins.dispatch.server.bean.message.DispatchBalanceMessage
- All Implemented Interfaces:
java.io.Serializable,GuiTitlable,Idable,ListItem
public class DispatchBalanceMessage extends CustomDispatchMessage
Пользовательский класс для формирования сообщения для рассылки баланса.
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class ru.bitel.bgbilling.plugins.dispatch.server.bean.message.CustomDispatchMessage
con, contractId, contractManagerFields inherited from class ru.bitel.bgbilling.plugins.dispatch.common.bean.DispatchMessage
messageBody -
Constructor Summary
Constructors Constructor Description DispatchBalanceMessage() -
Method Summary
Modifier and Type Method Description java.lang.StringgetMessageBody()Возвращает тело сообщения в рассылке.Methods inherited from class ru.bitel.bgbilling.plugins.dispatch.server.bean.message.CustomDispatchMessage
recycle, setConnection, setContractIdMethods inherited from class ru.bitel.bgbilling.plugins.dispatch.common.bean.DispatchMessage
getCreateDate, getDispatchId, getSendDate, isSent, setCreateDate, setDispatchId, setMessageBody, setSendDate, setSentMethods inherited from class ru.bitel.common.model.IdTitle
copyTo, getGuiTitle, getTitle, setTitle, toIdTitle, toStringMethods inherited from class ru.bitel.common.model.Id
copyTo, equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setIdMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
DispatchBalanceMessage
public DispatchBalanceMessage()
-
-
Method Details
-
getMessageBody
public java.lang.String getMessageBody()Возвращает тело сообщения в рассылке.- Specified by:
getMessageBodyin classCustomDispatchMessage- Returns:
-