alma.aedf.types
Class Processor

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

public class Processor
extends AEDF

Processor characteristics.

This table holds summary information for the back-end processing device used to generate the basic data in the Main and TotPowMonitoring table. Such devices include correlators, radiometers, spectrometers amongst others. The processorId identifier is indexed in the ConfigDescription table.


Constructor Summary
Processor()
          An empty constructor.
Processor(java.lang.String type, java.lang.String subType, int processorModeId, boolean flagRow)
          A full constructor.
 
Method Summary
 void addField(java.lang.String f)
           
 boolean getFlagRow()
           
 int getProcessorModeId()
           
 java.lang.String getSubType()
           
 java.lang.String getType()
           
 void setFlagRow(boolean flagRow)
           
 void setProcessorModeId(int processorModeId)
           
 void setSubType(java.lang.String subType)
           
 void setType(java.lang.String type)
           
 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

Processor

public Processor()
An empty constructor.


Processor

public Processor(java.lang.String type,
                 java.lang.String subType,
                 int processorModeId,
                 boolean flagRow)
A full constructor.

Parameters:
type - Processor type
subType - Processor sub-type
processorModeId - Mode identifier
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

setType

public void setType(java.lang.String type)

setSubType

public void setSubType(java.lang.String subType)

setProcessorModeId

public void setProcessorModeId(int processorModeId)

setFlagRow

public void setFlagRow(boolean flagRow)

getType

public java.lang.String getType()

getSubType

public java.lang.String getSubType()

getProcessorModeId

public int getProcessorModeId()

getFlagRow

public boolean getFlagRow()