java.lang.Object
gov.llnl.gnem.apps.coda.common.model.domain.Stream
All Implemented Interfaces:
Serializable

@Embeddable public class Stream extends Object implements Serializable
See Also:
  • Field Details

  • Constructor Details

    • Stream

      public Stream()
  • Method Details

    • getStation

      public Station getStation()
    • setStation

      public Stream setStation(Station station)
    • getChannelName

      public String getChannelName()
    • setChannelName

      public Stream setChannelName(String channelName)
    • getBandName

      public String getBandName()
    • setBandName

      public Stream setBandName(String bandName)
    • getOrientation

      public String getOrientation()
    • setOrientation

      public Stream setOrientation(String orientation)
    • getInstrument

      public String getInstrument()
    • setInstrument

      public Stream setInstrument(String instrument)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object