cfa.vo.sed.dm
Class DerivedData

java.lang.Object
  extended by cfa.vo.sed.dm.DerivedData

public class DerivedData
extends java.lang.Object


Constructor Summary
DerivedData()
           
 
Method Summary
 Redshift getRedshift()
          Gets the Redshift object.
 IValue getSignalToNoise()
          Gets the Signal To Noise Ratio value.
 IValue getVarAmpl()
          Gets the Variability Amplitude value.
 void setRedshift(Redshift redshift)
          Sets the Redshift object.
 void setSignalToNoise(IValue SNR)
          Sets the value of the Signal To Noise Ratio.
 void setVarAmpl(IValue varAmpl)
          Sets the value of the Variability Amplitude.
 java.lang.String toString()
          Override Object's toString() method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DerivedData

public DerivedData()
Method Detail

getSignalToNoise

public IValue getSignalToNoise()
Gets the Signal To Noise Ratio value.

Returns:
possible object is IValue

setSignalToNoise

public void setSignalToNoise(IValue SNR)
Sets the value of the Signal To Noise Ratio.

Parameters:
SNR - allowed object is IValue

getRedshift

public Redshift getRedshift()
Gets the Redshift object.

Returns:
possible object is Redshift

setRedshift

public void setRedshift(Redshift redshift)
Sets the Redshift object.

Parameters:
redshift - allowed object is Redshift

getVarAmpl

public IValue getVarAmpl()
Gets the Variability Amplitude value.

Returns:
possible object is IValue

setVarAmpl

public void setVarAmpl(IValue varAmpl)
Sets the value of the Variability Amplitude.

Parameters:
varAmpl - allowed object is IValue

toString

public java.lang.String toString()
Override Object's toString() method.

Overrides:
toString in class java.lang.Object
Returns:
possible object is String