alma.aedf.types
Class DataDescription

java.lang.Object
  |
  +--alma.aedf.types.AEDF
        |
        +--alma.aedf.types.DataDescription

public class DataDescription
extends AEDF

Data description table

This table sets a referential constraint in the AEDF. It is indexed directly by dataDescId in the collection dataDescArray in the ConfigDescription table.


Constructor Summary
DataDescription()
          An empty constructor.
DataDescription(int spectralwindowId, int polarizationId, int gatmphaseCode, boolean flagRow)
          A full constructor.
 
Method Summary
 void addField(java.lang.String f)
           
 boolean getFlagRow()
           
 int getGatmphaseCode()
           
 int getPolarizationId()
           
 int getSpectralwindowId()
           
 void setFlagRow(boolean flagRow)
           
 void setGatmphaseCode(int gatmphaseCode)
           
 void setPolarizationId(int polarizationId)
           
 void setSpectralwindowId(int spectralwindowId)
           
 java.lang.String toTR()
           
 
Methods inherited from class alma.aedf.types.AEDF
info
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataDescription

public DataDescription()
An empty constructor.


DataDescription

public DataDescription(int spectralwindowId,
                       int polarizationId,
                       int gatmphaseCode,
                       boolean flagRow)
A full constructor.

Parameters:
spectralwindowId - Spectral window identifier
polarizationId - Polarization identifier
gatmphaseCode - Code for atm phase correction
flagRow - The row flag
Method Detail

toTR

public java.lang.String toTR()
Specified by:
toTR in class AEDF

addField

public void addField(java.lang.String f)
              throws AEDFException
Specified by:
addField in class AEDF
AEDFException

setSpectralwindowId

public void setSpectralwindowId(int spectralwindowId)

setPolarizationId

public void setPolarizationId(int polarizationId)

setGatmphaseCode

public void setGatmphaseCode(int gatmphaseCode)

setFlagRow

public void setFlagRow(boolean flagRow)

getSpectralwindowId

public int getSpectralwindowId()

getPolarizationId

public int getPolarizationId()

getGatmphaseCode

public int getGatmphaseCode()

getFlagRow

public boolean getFlagRow()