Interface DataFile
- All Superinterfaces:
CollectionSizeBean
,ecmwf.web.model.ModelBean
- All Known Implementing Classes:
DataFileBean
The Interface DataFile.
-
Method Summary
Modifier and TypeMethodDescriptionGets the arrived time.Gets the caller.Gets the checksum.Gets the data transfers.boolean
Gets the deleted.boolean
Gets the delete original.Gets the earliest time.Gets the ecauth host.Gets the ecauth user.Gets the formatted caller.Gets the formatted original.Gets the formatted size.Gets the gets the complete duration.Gets the gets the duration.Gets the gets the host.Gets the gets the protocol overhead.int
getIndex()
Gets the index.Gets the latest time.Gets the meta data.Gets the meta stream.Gets the meta target.Gets the meta time.Gets the meta type.Gets the original.Gets the predicted time.Gets the product generation time.Gets the product time.Gets the remote host.boolean
Gets the removed.long
getSize()
Gets the size.Gets the source.Gets the storage path.long
Gets the time step.void
setUser
(ecmwf.web.model.users.User user) Sets the user.Methods inherited from interface ecmwf.ecpds.master.plugin.http.model.CollectionSizeBean
getCollectionSize
Methods inherited from interface ecmwf.web.model.ModelBean
delete, delete, getAttributeValue, getBeanInterfaceName, getId, getIntId, insert, insert, isNew, save, save, setId
-
Method Details
-
getArrivedTime
-
getProductTime
-
getProductGenerationTime
Date getProductGenerationTime()Gets the product generation time.- Returns:
- the product generation time
-
getChecksum
-
getIndex
int getIndex()Gets the index.- Returns:
- the index
-
getCaller
-
getFormattedCaller
-
getRemoteHost
-
getGetHost
-
getGetCompleteDuration
String getGetCompleteDuration()Gets the gets the complete duration.- Returns:
- the gets the complete duration
-
getGetDuration
-
getGetProtocolOverhead
String getGetProtocolOverhead()Gets the gets the protocol overhead.- Returns:
- the gets the protocol overhead
-
getEcauthHost
-
getEcauthUser
-
getStoragePath
-
getOriginal
-
getFormattedOriginal
-
getSource
-
getSize
long getSize()Gets the size.- Returns:
- the size
-
getFormattedSize
-
getTimeStep
long getTimeStep()Gets the time step.- Returns:
- the time step
-
getDeleteOriginal
boolean getDeleteOriginal()Gets the delete original.- Returns:
- the delete original
-
getDeleted
boolean getDeleted()Gets the deleted.- Returns:
- the deleted
-
getRemoved
boolean getRemoved()Gets the removed.- Returns:
- the removed
-
getMetaData
Gets the meta data.- Returns:
- the meta data
- Throws:
DataFileException
- the data file exception
-
getDataTransfers
Gets the data transfers.- Returns:
- the data transfers
- Throws:
DataFileException
- the data file exception
-
getMetaTime
-
getMetaStream
String getMetaStream()Gets the meta stream.- Returns:
- The stream (data stream) of the product. Eg "OPER", "WAVE", etc
-
getMetaTarget
String getMetaTarget()Gets the meta target.- Returns:
- The target (dissemination stream) of the product. Eg "IT1", "IT2", etc
-
getMetaType
String getMetaType()Gets the meta type.- Returns:
- The type of the product. Eg "G" for Global, "M" for Mediterranean
-
getEarliestTime
-
getLatestTime
-
getPredictedTime
-
setUser
void setUser(ecmwf.web.model.users.User user) Sets the user.- Parameters:
user
- the new user
-