Log4j 1.1

pl.psnc.expres.remote.tn.value
Class TranslationJobInfo

java.lang.Object
  extended by pl.psnc.expres.remote.tn.value.TranslationJobInfo

public class TranslationJobInfo
extends java.lang.Object

TranslationJobInfo class - container class used to describe translation job: how to divide data chunks, where to store data chunks, where the notification should be sent, etc.

Author:
Dominik Stoklosa (~osa~)
Email address
osa@man.poznan.pl

Constructor Summary
TranslationJobInfo()
           
 
Method Summary
 ChunkInfo getChunkInfo()
          Get information about future chunks delivered by TN
 java.lang.String getDataLocation()
          Get value of field: dataLocation
 java.lang.String getEndTime()
          Get value of field: endTime
 MessageHeader getHeader()
          Get value of field: header
 java.lang.String getStartTime()
          Get value of field: startTime
 void setChunkInfo(ChunkInfo chunkInfo)
          Set value of field: chunkInfo
 void setDataLocation(java.lang.String dataLocation)
          Set value of field: dataLocation
 void setEndTime(java.lang.String endTime)
          Set value of field: endTime
 void setHeader(MessageHeader header)
          Set value of field: header
 void setStartTime(java.lang.String startTime)
          Set value of field: startTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TranslationJobInfo

public TranslationJobInfo()
Method Detail

getChunkInfo

public ChunkInfo getChunkInfo()
Get information about future chunks delivered by TN

Returns:
the chunkInfo, information about future chunks delivered by TN

getDataLocation

public java.lang.String getDataLocation()
Get value of field: dataLocation

Returns:
the dataLocation

getEndTime

public java.lang.String getEndTime()
Get value of field: endTime

Returns:
the endTime

getHeader

public MessageHeader getHeader()
Get value of field: header

Returns:
the header

getStartTime

public java.lang.String getStartTime()
Get value of field: startTime

Returns:
the startTime

setChunkInfo

public void setChunkInfo(ChunkInfo chunkInfo)
Set value of field: chunkInfo

Parameters:
chunkInfo - the chunkInfo to set, information about future chunks delivered by TN

setDataLocation

public void setDataLocation(java.lang.String dataLocation)
Set value of field: dataLocation

Parameters:
dataLocation - the dataLocation to set

setEndTime

public void setEndTime(java.lang.String endTime)
Set value of field: endTime

Parameters:
endTime - the endTime to set

setHeader

public void setHeader(MessageHeader header)
Set value of field: header

Parameters:
header - the header to set

setStartTime

public void setStartTime(java.lang.String startTime)
Set value of field: startTime

Parameters:
startTime - the startTime to set

Log4j 1.1

Copyright 2007-2008 by VLAB