Class Properties


  • public final class Properties
    extends java.lang.Object
    global properties of one transmission action
    • Constructor Summary

      Constructors 
      Constructor Description
      Properties()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getChannel()  
      java.lang.String getReporter()  
      void setChannel​(java.lang.String channel)  
      void setReporter​(java.lang.String reporter)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Properties

        public Properties()
    • Method Detail

      • getReporter

        public java.lang.String getReporter()
      • setReporter

        public void setReporter​(java.lang.String reporter)
      • getChannel

        public java.lang.String getChannel()
      • setChannel

        public void setChannel​(java.lang.String channel)