Class TelegramRef

java.lang.Object
com.trdp.config.TelegramRef

public class TelegramRef extends Object
Telegram reference within a service (<telegramRef> element).

Links a service to a telegram by ComID with source and destination identifiers.

  • Constructor Details

    • TelegramRef

      public TelegramRef(int id, long comId, long srcId, long dstId)
  • Method Details

    • getId

      public int getId()
    • getComId

      public long getComId()
    • getSrcId

      public long getSrcId()
    • getDstId

      public long getDstId()
    • toString

      public String toString()
      Overrides:
      toString in class Object