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, contractManager
Fields 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.String
getMessageBody()
Возвращает тело сообщения в рассылке.Methods inherited from class ru.bitel.bgbilling.plugins.dispatch.server.bean.message.CustomDispatchMessage
recycle, setConnection, setContractId
Methods inherited from class ru.bitel.bgbilling.plugins.dispatch.common.bean.DispatchMessage
getCreateDate, getDispatchId, getSendDate, isSent, setCreateDate, setDispatchId, setMessageBody, setSendDate, setSent
Methods inherited from class ru.bitel.common.model.IdTitle
copyTo, getGuiTitle, getTitle, setTitle, toIdTitle, toString
Methods inherited from class ru.bitel.common.model.Id
copyTo, equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setId
Methods 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:
getMessageBody
in classCustomDispatchMessage
- Returns:
-