Class ExistingStorageDirectory

java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.ExistingStorageDirectory
All Implemented Interfaces:
Serializable, Cloneable

public class ExistingStorageDirectory extends DataBaseObject
The Class ExistingStorageDirectory.
See Also:
  • 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

      public String getTransferGroupName()
      Gets the transfer group name.
      Returns:
      the transfer group name
    • setTransferGroupName

      public void setTransferGroupName(String transferGroupName)
      Sets the transfer group name.
      Parameters:
      transferGroupName - the new transfer group name
    • getProxyHostName

      public String getProxyHostName()
      Gets the proxy host name.
      Returns:
      the proxy host name
    • setProxyHostName

      public void setProxyHostName(String proxyHostName)
      Sets the proxy host name.
      Parameters:
      proxyHostName - the new proxy host name
    • toString

      public String toString()
      To string. To string.
      Overrides:
      toString in class DataBaseObject