Class Station


  • public final class Station
    extends java.lang.Object
    Representation of a Radio Station.
    Author:
    Stephan Fuhrmann
    • Constructor Summary

      Constructors 
      Constructor Description
      Station()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getTags()
      JSON getter for the tagList.
      void setTags​(java.lang.String commaTags)
      JSON setter for the tagList.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • Station

        public Station()
    • Method Detail

      • getTags

        public java.lang.String getTags()
        JSON getter for the tagList. You'll probably prefer the tagList property.
        Returns:
        comma separated tag names.
        See Also:
        setTags(String)
      • setTags

        public void setTags​(java.lang.String commaTags)
        JSON setter for the tagList. You'll probably prefer the tagList property.
        Parameters:
        commaTags - comma separated tag names.
        See Also:
        getTags()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object