Class RatesBean
java.lang.Object
ecmwf.web.dao.ModelBeanBase
ecmwf.ecpds.master.plugin.http.dao.datafile.RatesBean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the bean interface name.long
getBytes()
Gets the bytes.long
getCount()
Gets the count.getDate()
Gets the date.long
Gets the duration.Gets the file system.Gets the formatted bytes.Gets the formatted duration.Gets the formatted rate.double
getRate()
Gets the rate.Gets the transfer group name.Gets the transfer server name.Methods inherited from class ecmwf.web.dao.ModelBeanBase
delete, delete, getAttributeValue, getId, getIntId, insert, insert, isNew, save, save, setId
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ecmwf.web.model.ModelBean
delete, delete, getAttributeValue, getId, getIntId, insert, insert, isNew, save, save, setId
-
Constructor Details
-
RatesBean
-
-
Method Details
-
getBeanInterfaceName
Gets the bean interface name.- Specified by:
getBeanInterfaceName
in interfaceecmwf.web.model.ModelBean
- Specified by:
getBeanInterfaceName
in classecmwf.web.dao.ModelBeanBase
-
getDate
-
getRate
-
getFormattedRate
Gets the formatted rate. Gets the formatted rate.- Specified by:
getFormattedRate
in interfaceRates
- Returns:
- the formatted rate
-
getCount
-
getBytes
-
getFormattedBytes
Gets the formatted bytes. Gets the formatted bytes.- Specified by:
getFormattedBytes
in interfaceRates
- Returns:
- the formatted bytes
-
getDuration
public long getDuration()Gets the duration. Gets the duration.- Specified by:
getDuration
in interfaceRates
- Returns:
- the duration
-
getFormattedDuration
Gets the formatted duration. Gets the formatted duration.- Specified by:
getFormattedDuration
in interfaceRates
- Returns:
- the formatted duration
-
getTransferServerName
Gets the transfer server name. Gets the transfer server name.- Specified by:
getTransferServerName
in interfaceRates
- Returns:
- the transfer server name
-
getTransferGroupName
Gets the transfer group name. Gets the transfer group name.- Specified by:
getTransferGroupName
in interfaceRates
- Returns:
- the transfer group name
-
getFileSystem
Gets the file system. Gets the file system.- Specified by:
getFileSystem
in interfaceRates
- Returns:
- the file system
-