java.lang.Object
ru.bitel.common.model.Id
ru.bitel.common.model.IdTitle
ru.bitel.bgbilling.kernel.event.publish.common.bean.MQEvent
All Implemented Interfaces:
java.io.Serializable, GuiTitlable, Idable, ListItem

public class MQEvent
extends IdTitle
See Also:
Serialized Form
  • Field Details

  • Constructor Details

    • MQEvent

      public MQEvent()
  • Method Details

    • getEvent

      public java.lang.String getEvent()
    • setEvent

      public void setEvent​(java.lang.String event)
    • getMqServer

      public int getMqServer()
    • setMqServer

      public void setMqServer​(int mqServer)
    • getDestination

      public MQDestination getDestination()
    • setDestination

      public void setDestination​(MQDestination destination)
    • getDeliveryMode

      public int getDeliveryMode()
    • setDeliveryMode

      public void setDeliveryMode​(int deliveryMode)
    • getPriority

      public int getPriority()
    • setPriority

      public void setPriority​(int priority)
    • getKeyTitle

      public static java.lang.String getKeyTitle()
    • getTimeToLive

      public long getTimeToLive()
    • setTimeToLive

      public void setTimeToLive​(long timeToLive)
    • setData

      public void setData​(java.lang.String data)
    • toJson

      public org.json.JSONObject toJson()