nl.astron.lofar.odtb.mom2otdbadapter.otdblistener
Class Task

java.lang.Object
  extended by nl.astron.lofar.odtb.mom2otdbadapter.otdblistener.Task

public class Task
extends java.lang.Object

Task

Author:
Bastiaan Verhoef

Field Summary
protected  java.lang.String fileName
          Name of the file that belongs to this task
protected  java.lang.String mom2Id
          Mom2 id
protected  java.lang.String time
          Timestamp of the status change of the lofarobservation
protected  java.lang.String xml
          MoM2 xml representation of a lofarobservation
 
Constructor Summary
Task()
           
 
Method Summary
 java.lang.String getFileName()
           
 java.lang.String getMom2Id()
           
 java.lang.String getTime()
           
 java.lang.String getXml()
           
 void setFileName(java.lang.String fileName)
           
 void setMom2Id(java.lang.String mom2Id)
           
 void setTime(java.lang.String time)
           
 void setXml(java.lang.String xml)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

xml

protected java.lang.String xml
MoM2 xml representation of a lofarobservation


mom2Id

protected java.lang.String mom2Id
Mom2 id


time

protected java.lang.String time
Timestamp of the status change of the lofarobservation


fileName

protected java.lang.String fileName
Name of the file that belongs to this task

Constructor Detail

Task

public Task()
Method Detail

getXml

public java.lang.String getXml()

setXml

public void setXml(java.lang.String xml)

getMom2Id

public java.lang.String getMom2Id()

setMom2Id

public void setMom2Id(java.lang.String mom2Id)

getTime

public java.lang.String getTime()

setTime

public void setTime(java.lang.String time)

getFileName

public java.lang.String getFileName()

setFileName

public void setFileName(java.lang.String fileName)