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.longgetBytes()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 class ecmwf.web.dao.ModelBeanBase
delete, delete, getAttributeValue, getId, getIntId, insert, insert, isNew, save, save, setIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
getBeanInterfaceNamein interfaceecmwf.web.model.ModelBean- Specified by:
getBeanInterfaceNamein classecmwf.web.dao.ModelBeanBase
-
getDate
-
getRate
-
getFormattedRate
Gets the formatted rate. Gets the formatted rate.- Specified by:
getFormattedRatein interfaceRates- Returns:
- the formatted rate
-
getCount
-
getBytes
-
getFormattedBytes
Gets the formatted bytes. Gets the formatted bytes.- Specified by:
getFormattedBytesin interfaceRates- Returns:
- the formatted bytes
-
getDuration
public long getDuration()Gets the duration. Gets the duration.- Specified by:
getDurationin interfaceRates- Returns:
- the duration
-
getFormattedDuration
Gets the formatted duration. Gets the formatted duration.- Specified by:
getFormattedDurationin interfaceRates- Returns:
- the formatted duration
-
getTransferServerName
Gets the transfer server name. Gets the transfer server name.- Specified by:
getTransferServerNamein interfaceRates- Returns:
- the transfer server name
-
getTransferGroupName
Gets the transfer group name. Gets the transfer group name.- Specified by:
getTransferGroupNamein interfaceRates- Returns:
- the transfer group name
-
getFileSystem
Gets the file system. Gets the file system.- Specified by:
getFileSystemin interfaceRates- Returns:
- the file system
-