Class CalibLabel

java.lang.Object
uk.ac.gda.server.ncd.beans.CalibLabel
All Implemented Interfaces:
Serializable

public class CalibLabel extends Object implements Serializable
See Also:
  • Constructor Details

    • CalibLabel

      public CalibLabel()
    • CalibLabel

      public CalibLabel(String channel, String source)
  • Method Details

    • getChannel

      public String getChannel()
    • setChannel

      public void setChannel(String channel)
    • getSource

      public String getSource()
    • setSource

      public void setSource(String source)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • hashCode

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

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