Class TransferHistory
java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.TransferHistory
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected long
The dat id.protected DataTransfer
The data transfer.protected String
The des name.protected Integer
The hos name.protected Host
The host.protected String
The sta code.protected String
The trh comment.protected boolean
The trh error.protected long
The trh id.protected long
The trh sent.protected BigDecimal
The trh time.Fields inherited from class ecmwf.common.database.DataBaseObject
collectionSize, TAG_ACROSS_MULTIPLE_LINES, TAG_END_OF_LINES
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new transfer history.TransferHistory
(long id) Instantiates a new transfer history. -
Method Summary
Modifier and TypeMethodDescriptionGets the comment.Gets the data transfer.long
Gets the data transfer id.Gets the destination name.boolean
getError()
Gets the error.getHost()
Gets the host.Gets the host name.long
getId()
Gets the id.long
getSent()
Gets the sent.Gets the status code.getTime()
Gets the time.void
setComment
(String param) Sets the comment.void
setDataTransfer
(DataTransfer param) Sets the data transfer.void
setDataTransferId
(long param) Sets the data transfer id.void
setDestinationName
(String param) Sets the destination name.void
setError
(boolean param) Sets the error.void
Sets the error.void
Sets the host.void
setHostName
(String param) Sets the host name.void
setId
(long param) Sets the id.void
Sets the id.void
setSent
(long param) Sets the sent.void
Sets the sent.void
setStatusCode
(String param) Sets the status code.void
Sets the time.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
protected long DAT_IDThe dat id. -
HOS_NAME
The hos name. -
STA_CODE
The sta code. -
TRH_COMMENT
The trh comment. -
DES_NAME
The des name. -
TRH_ERROR
protected boolean TRH_ERRORThe trh error. -
TRH_ID
protected long TRH_IDThe trh id. -
TRH_SENT
protected long TRH_SENTThe trh sent. -
TRH_TIME
The trh time. -
dataTransfer
The data transfer. -
host
The host.
-
-
Constructor Details
-
TransferHistory
public TransferHistory()Instantiates a new transfer history. -
TransferHistory
public TransferHistory(long id) Instantiates a new transfer history.- Parameters:
id
- the id
-
-
Method Details
-
getDestinationName
-
setDestinationName
Sets the destination name.- Parameters:
param
- the new destination name
-
getDataTransferId
public long getDataTransferId()Gets the data transfer id.- Returns:
- the data transfer id
-
setDataTransferId
public void setDataTransferId(long param) Sets the data transfer id.- Parameters:
param
- the new data transfer id
-
getHostName
-
setHostName
-
getStatusCode
-
setStatusCode
Sets the status code.- Parameters:
param
- the new status code
-
getComment
-
setComment
-
getError
public boolean getError()Gets the error.- Returns:
- the error
-
setError
public void setError(boolean param) Sets the error.- Parameters:
param
- the new error
-
setError
-
getId
public long getId()Gets the id.- Returns:
- the id
-
setId
public void setId(long param) Sets the id.- Parameters:
param
- the new id
-
setId
-
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
-
getTime
-
setTime
-
getDataTransfer
-
setDataTransfer
Sets the data transfer.- Parameters:
param
- the new data transfer
-
getHost
-
setHost
-