Class IncomingHistory
java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.IncomingHistory
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected LongThe dat id.protected DataTransferThe data transfer.protected StringThe inh destination.protected longThe inh duration.protected StringThe inh file name.protected longThe inh file size.protected StringThe inh host address.protected longThe inh id.protected StringThe inh meta stream.protected StringThe inh meta time.protected StringThe inh meta type.protected intThe inh priority.protected StringThe inh protocol.protected BigDecimalThe inh scheduled time.protected longThe inh sent.protected BigDecimalThe inh start time.protected BigDecimalThe inh time base.protected longThe inh time step.protected StringThe inh transfer server.protected booleanThe inh upload.protected StringThe inh user name.Fields inherited from class ecmwf.common.database.DataBaseObject
collectionSize, TAG_ACROSS_MULTIPLE_LINES, TAG_END_OF_LINES -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanEquals.Gets the data transfer.Gets the data transfer id.Gets the destination.longGets the duration.Gets the file name.longGets the file size.Gets the host address.longgetId()Gets the id.Gets the meta stream.Gets the meta time.Gets the meta type.intGets the priority.Gets the protocol.Gets the scheduled time.longgetSent()Gets the sent.Gets the start time.Gets the time base.longGets the time step.Gets the transfer server.booleanGets the upload.Gets the user name.inthashCode()Hash code.voidsetDataTransfer(DataTransfer param) Sets the data transfer.voidsetDataTransferId(long param) Sets the data transfer id.voidsetDataTransferId(Long param) Sets the data transfer id.voidsetDestination(String param) Sets the destination.voidsetDuration(long param) Sets the duration.voidsetDuration(String param) Sets the duration.voidsetFileName(String param) Sets the file name.voidsetFileSize(long param) Sets the file size.voidsetFileSize(String param) Sets the file size.voidsetHostAddress(String param) Sets the host address.voidsetId(long param) Sets the id.voidSets the id.voidsetMetaStream(String param) Sets the meta stream.voidsetMetaTime(String param) Sets the meta time.voidsetMetaType(String param) Sets the meta type.voidsetPriority(int param) Sets the priority.voidsetPriority(String param) Sets the priority.voidsetProtocol(String param) Sets the protocol.voidsetScheduledTime(Timestamp param) Sets the scheduled time.voidsetSent(long param) Sets the sent.voidSets the sent.voidsetStartTime(Timestamp param) Sets the start time.voidsetTimeBase(Timestamp param) Sets the time base.voidsetTimeStep(long param) Sets the time step.voidsetTimeStep(String param) Sets the time step.voidsetTransferServer(String param) Sets the transfer server.voidsetUpload(boolean param) Sets the upload.voidsetUserName(String param) Sets the user name.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
-
INH_ID
protected long INH_IDThe inh id. -
DAT_ID
The dat id. -
INH_DESTINATION
The inh destination. -
INH_FILE_NAME
The inh file name. -
INH_FILE_SIZE
protected long INH_FILE_SIZEThe inh file size. -
INH_META_STREAM
The inh meta stream. -
INH_META_TIME
The inh meta time. -
INH_META_TYPE
The inh meta type. -
INH_PRIORITY
protected int INH_PRIORITYThe inh priority. -
INH_START_TIME
The inh start time. -
INH_SCHEDULED_TIME
The inh scheduled time. -
INH_TIME_BASE
The inh time base. -
INH_TIME_STEP
protected long INH_TIME_STEPThe inh time step. -
INH_DURATION
protected long INH_DURATIONThe inh duration. -
INH_SENT
protected long INH_SENTThe inh sent. -
INH_PROTOCOL
The inh protocol. -
INH_TRANSFER_SERVER
The inh transfer server. -
INH_HOST_ADDRESS
The inh host address. -
INH_USER_NAME
The inh user name. -
INH_UPLOAD
protected boolean INH_UPLOADThe inh upload. -
dataTransfer
The data transfer.
-
-
Constructor Details
-
IncomingHistory
public IncomingHistory()Instantiates a new incoming 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
-
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
-
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
-
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
-
getScheduledTime
-
setScheduledTime
Sets the scheduled time.- Parameters:
param- the new scheduled time
-
getStartTime
-
setStartTime
Sets the start time.- Parameters:
param- the new start 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
-
getProtocol
-
setProtocol
-
getTransferServer
-
setTransferServer
Sets the transfer server.- Parameters:
param- the new transfer server
-
getHostAddress
-
setHostAddress
Sets the host address.- Parameters:
param- the new host address
-
getUserName
-
setUserName
-
getUpload
public boolean getUpload()Gets the upload.- Returns:
- the upload
-
setUpload
public void setUpload(boolean param) Sets the upload.- Parameters:
param- the new upload
-
getDataTransfer
-
setDataTransfer
Sets the data transfer.- Parameters:
param- the new data transfer
-
hashCode
-
equals
-