Class TransferHistory
java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.TransferHistory
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected longThe dat id.protected DataTransferThe data transfer.protected StringThe des name.protected IntegerThe hos name.protected HostThe host.protected StringThe sta code.protected StringThe trh comment.protected booleanThe trh error.protected longThe trh id.protected longThe trh sent.protected BigDecimalThe 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.longGets the data transfer id.Gets the destination name.booleangetError()Gets the error.getHost()Gets the host.Gets the host name.longgetId()Gets the id.longgetSent()Gets the sent.Gets the status code.getTime()Gets the time.voidsetComment(String param) Sets the comment.voidsetDataTransfer(DataTransfer param) Sets the data transfer.voidsetDataTransferId(long param) Sets the data transfer id.voidsetDestinationName(String param) Sets the destination name.voidsetError(boolean param) Sets the error.voidSets the error.voidSets the host.voidsetHostName(String param) Sets the host name.voidsetId(long param) Sets the id.voidSets the id.voidsetSent(long param) Sets the sent.voidSets the sent.voidsetStatusCode(String param) Sets the status code.voidSets 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
-