Class IncomingHistory
java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.IncomingHistory
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Long
The dat id.protected DataTransfer
The data transfer.protected String
The inh destination.protected long
The inh duration.protected String
The inh file name.protected long
The inh file size.protected String
The inh host address.protected long
The inh id.protected String
The inh meta stream.protected String
The inh meta time.protected String
The inh meta type.protected int
The inh priority.protected String
The inh protocol.protected BigDecimal
The inh scheduled time.protected long
The inh sent.protected BigDecimal
The inh start time.protected BigDecimal
The inh time base.protected long
The inh time step.protected String
The inh transfer server.protected boolean
The inh upload.protected String
The 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 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 host address.long
getId()
Gets the id.Gets the meta stream.Gets the meta time.Gets the meta type.int
Gets the priority.Gets the protocol.Gets the scheduled time.long
getSent()
Gets the sent.Gets the start time.Gets the time base.long
Gets the time step.Gets the transfer server.boolean
Gets the upload.Gets the user name.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
setHostAddress
(String param) Sets the host address.void
setId
(long 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
setPriority
(int param) Sets the priority.void
setPriority
(String param) Sets the priority.void
setProtocol
(String param) Sets the protocol.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
setTimeBase
(Timestamp param) Sets the time base.void
setTimeStep
(long param) Sets the time step.void
setTimeStep
(String param) Sets the time step.void
setTransferServer
(String param) Sets the transfer server.void
setUpload
(boolean param) Sets the upload.void
setUserName
(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
-