Interface Rates
- All Superinterfaces:
ecmwf.web.model.ModelBean
- All Known Implementing Classes:
RatesBean
public interface Rates
extends ecmwf.web.model.ModelBean
The Interface Rates.
-
Method Summary
Modifier and TypeMethodDescriptionlonggetBytes()Gets the bytes.longgetCount()Gets the count.getDate()Gets the date.longGets the duration.Gets the file system.Gets the formatted bytes.Gets the formatted duration.Gets the formatted rate.doublegetRate()Gets the rate.Gets the transfer group name.Gets the transfer server name.Methods inherited from interface ecmwf.web.model.ModelBean
delete, delete, getAttributeValue, getBeanInterfaceName, getId, getIntId, insert, insert, isNew, save, save, setId
-
Method Details
-
getDate
-
getRate
double getRate()Gets the rate.- Returns:
- the rate
-
getFormattedRate
-
getBytes
long getBytes()Gets the bytes.- Returns:
- the bytes
-
getFormattedBytes
-
getCount
long getCount()Gets the count.- Returns:
- the count
-
getDuration
long getDuration()Gets the duration.- Returns:
- the duration
-
getFormattedDuration
-
getTransferServerName
-
getTransferGroupName
-
getFileSystem
-