cfa.vo.sed.dm
Class Characterization

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

public class Characterization
extends java.lang.Object


Constructor Summary
Characterization(SEDSegment parent)
           
 
Method Summary
 FluxCharAxis getFlux()
          Gets the FluxCharAxis object
 SpatialCharAxis getSpatial()
          Gets the SpatialCharAxis object
 SpectralCharAxis getSpectral()
          Gets the SpectralCharAxis object
 TimeCharAxis getTime()
          Gets the TimeCharAxis object
 void setFlux(FluxCharAxis flux)
          Sets the FluxCharAxis object
 void setSpatial(SpatialCharAxis spatial)
          Sets the SpatialCharAxis object
 void setSpectral(SpectralCharAxis spectral)
          Sets the SpectralCharAxis object
 void setTime(TimeCharAxis time)
          Sets the TimeCharAxis object
 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

Characterization

public Characterization(SEDSegment parent)
Method Detail

getFlux

public FluxCharAxis getFlux()
Gets the FluxCharAxis object

Returns:
possible object is FluxCharAxis

setFlux

public void setFlux(FluxCharAxis flux)
Sets the FluxCharAxis object

Parameters:
flux - allowed object is FluxCharAxis

getSpatial

public SpatialCharAxis getSpatial()
Gets the SpatialCharAxis object

Returns:
possible object is SpatialCharAxis

setSpatial

public void setSpatial(SpatialCharAxis spatial)
Sets the SpatialCharAxis object

Parameters:
spatial - allowed object is SpatialCharAxis

getTime

public TimeCharAxis getTime()
Gets the TimeCharAxis object

Returns:
possible object is TimeCharAxis

setTime

public void setTime(TimeCharAxis time)
Sets the TimeCharAxis object

Parameters:
time - allowed object is TimeCharAxis

getSpectral

public SpectralCharAxis getSpectral()
Gets the SpectralCharAxis object

Returns:
possible object is SpectralCharAxis

setSpectral

public void setSpectral(SpectralCharAxis spectral)
Sets the SpectralCharAxis object

Parameters:
spectral - allowed object is SpectralCharAxis

toString

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

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