Class ExistingStorageDirectory
java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.ExistingStorageDirectory
-
Field Summary
Fields inherited from class ecmwf.common.database.DataBaseObject
collectionSize, TAG_ACROSS_MULTIPLE_LINES, TAG_END_OF_LINES
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
Gets the arrived time.int
Gets the files count.long
Gets the files size.int
Gets the file system.Gets the proxy host name.Gets the transfer group name.void
setArrivedTime
(long date) Sets the arrived time.void
setFilesCount
(int filesCount) Sets the files count.void
setFilesSize
(long filesSize) Sets the files size.void
setFileSystem
(int fileSystem) Sets the file system.void
setProxyHostName
(String proxyHostName) Sets the proxy host name.void
setTransferGroupName
(String transferGroupName) Sets the transfer group name.toString()
To string.Methods inherited from class ecmwf.common.database.DataBaseObject
bigDecimalToTimestamp, clone, compare, compare, getCollectionSize, integerToInt, integerToString, setCollectionSize, strim, stringToInteger, stringToLong, stringToString, timestampToBigDecimal, toString, toString, toString
-
Constructor Details
-
ExistingStorageDirectory
public ExistingStorageDirectory()
-
-
Method Details
-
getFileSystem
public int getFileSystem()Gets the file system.- Returns:
- the file system
-
setFileSystem
public void setFileSystem(int fileSystem) Sets the file system.- Parameters:
fileSystem
- the new file system
-
getFilesCount
public int getFilesCount()Gets the files count.- Returns:
- the files count
-
setFilesCount
public void setFilesCount(int filesCount) Sets the files count.- Parameters:
filesCount
- the new files count
-
getFilesSize
public long getFilesSize()Gets the files size.- Returns:
- the files size
-
setFilesSize
public void setFilesSize(long filesSize) Sets the files size.- Parameters:
filesSize
- the new files size
-
getArrivedTime
public long getArrivedTime()Gets the arrived time.- Returns:
- the arrived time
-
setArrivedTime
public void setArrivedTime(long date) Sets the arrived time.- Parameters:
date
- the new arrived time
-
getTransferGroupName
-
setTransferGroupName
Sets the transfer group name.- Parameters:
transferGroupName
- the new transfer group name
-
getProxyHostName
-
setProxyHostName
Sets the proxy host name.- Parameters:
proxyHostName
- the new proxy host name
-
toString
-