Class UploadHistory
java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.UploadHistory
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Long
The dat id.protected DataTransfer
The data transfer.protected String
The sta code.protected String
The uph destination.protected long
The uph duration.protected String
The uph file name.protected long
The uph file size.protected BigDecimal
The uph finish time.protected String
The uph host address.protected long
The uph id.protected String
The uph meta stream.protected String
The uph meta time.protected String
The uph meta type.protected String
The uph network code.protected int
The uph priority.protected BigDecimal
The uph put time.protected BigDecimal
The uph queue time.protected int
The uph requeue count.protected BigDecimal
The uph arrival time.protected BigDecimal
The uph scheduled time.protected long
The uph sent.protected BigDecimal
The uph start time.protected BigDecimal
The uph time base.protected long
The uph time step.protected String
The uph transfer module.protected String
The uph transfer server.Fields inherited from class ecmwf.common.database.DataBaseObject
collectionSize, TAG_ACROSS_MULTIPLE_LINES, TAG_END_OF_LINES
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Equals.Gets the data transfer.Gets the data transfer id.Gets the destination.long
Gets the duration.Gets the file name.long
Gets the file size.Gets the finish time.Gets the host address.long
getId()
Gets the id.Gets the meta stream.Gets the meta time.Gets the meta type.Gets the network code.int
Gets the priority.Gets the puts the time.Gets the queue time.int
Gets the requeue count.Gets the retrieval time.Gets the scheduled time.long
getSent()
Gets the sent.Gets the start time.Gets the status code.Gets the time base.long
Gets the time step.Gets the transfer module.Gets the transfer server.int
hashCode()
Hash code.void
setDataTransfer
(DataTransfer param) Sets the data transfer.void
setDataTransferId
(long param) Sets the data transfer id.void
setDataTransferId
(Long param) Sets the data transfer id.void
setDestination
(String param) Sets the destination.void
setDuration
(long param) Sets the duration.void
setDuration
(String param) Sets the duration.void
setFileName
(String param) Sets the file name.void
setFileSize
(long param) Sets the file size.void
setFileSize
(String param) Sets the file size.void
setFinishTime
(Timestamp param) Sets the finish time.void
setHostAddress
(String param) Sets the host address.void
setId
(int param) Sets the id.void
Sets the id.void
setMetaStream
(String param) Sets the meta stream.void
setMetaTime
(String param) Sets the meta time.void
setMetaType
(String param) Sets the meta type.void
setNetworkCode
(String param) Sets the network code.void
setPriority
(int param) Sets the priority.void
setPriority
(String param) Sets the priority.void
setPutTime
(Timestamp param) Sets the puts the time.void
setQueueTime
(Timestamp param) Sets the queue time.void
setRequeueCount
(int param) Sets the requeue count.void
setRequeueCount
(String param) Sets the requeue count.void
setRetrievalTime
(Timestamp param) Sets the retrieval time.void
setScheduledTime
(Timestamp param) Sets the scheduled time.void
setSent
(long param) Sets the sent.void
Sets the sent.void
setStartTime
(Timestamp param) Sets the start time.void
setStatusCode
(String param) Sets the status code.void
setTimeBase
(Timestamp param) Sets the time base.void
setTimeStep
(long param) Sets the time step.void
setTimeStep
(String param) Sets the time step.void
setTransferModule
(String param) Sets the transfer module.void
setTransferServer
(String param) Sets the transfer server.Methods inherited from class ecmwf.common.database.DataBaseObject
bigDecimalToTimestamp, clone, compare, compare, getCollectionSize, integerToInt, integerToString, setCollectionSize, strim, stringToInteger, stringToLong, stringToString, timestampToBigDecimal, toString, toString, toString, toString
-
Field Details
-
DAT_ID
The dat id. -
STA_CODE
The sta code. -
UPH_DESTINATION
The uph destination. -
UPH_FILE_NAME
The uph file name. -
UPH_FILE_SIZE
protected long UPH_FILE_SIZEThe uph file size. -
UPH_FINISH_TIME
The uph finish time. -
UPH_ID
protected long UPH_IDThe uph id. -
UPH_META_STREAM
The uph meta stream. -
UPH_META_TIME
The uph meta time. -
UPH_META_TYPE
The uph meta type. -
UPH_PRIORITY
protected int UPH_PRIORITYThe uph priority. -
UPH_QUEUE_TIME
The uph queue time. -
UPH_REQUEUE_COUNT
protected int UPH_REQUEUE_COUNTThe uph requeue count. -
UPH_SCHEDULED_TIME
The uph scheduled time. -
UPH_START_TIME
The uph start time. -
UPH_RETRIEVAL_TIME
The uph arrival time. -
UPH_PUT_TIME
The uph put time. -
UPH_TIME_BASE
The uph time base. -
UPH_TIME_STEP
protected long UPH_TIME_STEPThe uph time step. -
UPH_DURATION
protected long UPH_DURATIONThe uph duration. -
UPH_SENT
protected long UPH_SENTThe uph sent. -
UPH_TRANSFER_MODULE
The uph transfer module. -
UPH_TRANSFER_SERVER
The uph transfer server. -
UPH_HOST_ADDRESS
The uph host address. -
UPH_NETWORK_CODE
The uph network code. -
dataTransfer
The data transfer.
-
-
Constructor Details
-
UploadHistory
public UploadHistory()Instantiates a new upload history.
-
-
Method Details
-
getDataTransferId
-
setDataTransferId
Sets the data transfer id.- Parameters:
param
- the new data transfer id
-
setDataTransferId
public void setDataTransferId(long param) Sets the data transfer id.- Parameters:
param
- the new data transfer id
-
getStatusCode
-
setStatusCode
Sets the status code.- Parameters:
param
- the new status code
-
getDestination
-
setDestination
Sets the destination.- Parameters:
param
- the new destination
-
getFileName
-
setFileName
-
getFileSize
public long getFileSize()Gets the file size.- Returns:
- the file size
-
setFileSize
public void setFileSize(long param) Sets the file size.- Parameters:
param
- the new file size
-
setFileSize
-
getFinishTime
-
setFinishTime
Sets the finish time.- Parameters:
param
- the new finish time
-
getId
public long getId()Gets the id.- Returns:
- the id
-
setId
public void setId(int param) Sets the id.- Parameters:
param
- the new id
-
setId
-
getMetaStream
-
setMetaStream
Sets the meta stream.- Parameters:
param
- the new meta stream
-
getMetaTime
-
setMetaTime
-
getMetaType
-
setMetaType
-
getPriority
public int getPriority()Gets the priority.- Returns:
- the priority
-
setPriority
public void setPriority(int param) Sets the priority.- Parameters:
param
- the new priority
-
setPriority
-
getQueueTime
-
setQueueTime
Sets the queue time.- Parameters:
param
- the new queue time
-
getRequeueCount
public int getRequeueCount()Gets the requeue count.- Returns:
- the requeue count
-
setRequeueCount
public void setRequeueCount(int param) Sets the requeue count.- Parameters:
param
- the new requeue count
-
setRequeueCount
Sets the requeue count.- Parameters:
param
- the new requeue count
-
getScheduledTime
-
setScheduledTime
Sets the scheduled time.- Parameters:
param
- the new scheduled time
-
getStartTime
-
setStartTime
Sets the start time.- Parameters:
param
- the new start time
-
getRetrievalTime
-
setRetrievalTime
Sets the retrieval time.- Parameters:
param
- the new retrieval time
-
getPutTime
-
setPutTime
Sets the puts the time.- Parameters:
param
- the new puts the time
-
getTimeBase
-
setTimeBase
-
getTimeStep
public long getTimeStep()Gets the time step.- Returns:
- the time step
-
setTimeStep
public void setTimeStep(long param) Sets the time step.- Parameters:
param
- the new time step
-
setTimeStep
-
getDuration
public long getDuration()Gets the duration.- Returns:
- the duration
-
setDuration
public void setDuration(long param) Sets the duration.- Parameters:
param
- the new duration
-
setDuration
-
getSent
public long getSent()Gets the sent.- Returns:
- the sent
-
setSent
public void setSent(long param) Sets the sent.- Parameters:
param
- the new sent
-
setSent
-
getTransferModule
-
setTransferModule
Sets the transfer module.- Parameters:
param
- the new transfer module
-
getTransferServer
-
setTransferServer
Sets the transfer server.- Parameters:
param
- the new transfer server
-
getHostAddress
-
setHostAddress
Sets the host address.- Parameters:
param
- the new host address
-
getNetworkCode
-
setNetworkCode
Sets the network code.- Parameters:
param
- the new network code
-
getDataTransfer
-
setDataTransfer
Sets the data transfer.- Parameters:
param
- the new data transfer
-
hashCode
-
equals
-