Class ForwardDestination

    • Constructor Detail

      • ForwardDestination

        public ForwardDestination()
    • Method Detail

      • setMembers

        public void setMembers​(java.util.List<Member> members)
        Category:
        GETSET
      • setTransmitter

        @Inject
        public void setTransmitter​(Transmitter transmitter)
        Category:
        GETSET
      • setSrs

        @Inject
        public void setSrs​(Srs srs)
        Category:
        GETSET
      • toString

        public String toString()
        Description copied from interface: ResponsibleDestination
        Returns a string representation of the destination suitable for logging purposes. Usually it should contain enough information to show the difference between non-equal destinations.
        Specified by:
        toString in interface ResponsibleDestination
        Overrides:
        toString in class Object