be.SIRAPRISE.client.jsba
Interface DBObjectToDataspace

All Superinterfaces:
DBObject
All Known Implementing Classes:
DataSpace

public interface DBObjectToDataspace
extends DBObject

Author:
DBOBJECTINTERFACEGENERATOR

Method Summary
 java.lang.String getDataspaceFilename()
          Gets the filename for dataspace
 java.lang.String getDataspaceGapcompressionthreshold()
          Gets the gapcompressionthreshold for dataspace
 java.lang.String getDataspaceMaximumgaps()
          Gets the maximumgaps for dataspace
 java.lang.String getDataspaceStoragespaceid()
          Gets the storagespaceid for dataspace
 

Method Detail

getDataspaceMaximumgaps

java.lang.String getDataspaceMaximumgaps()
Gets the maximumgaps for dataspace

Returns:
The maximumgaps for dataspace

getDataspaceStoragespaceid

java.lang.String getDataspaceStoragespaceid()
Gets the storagespaceid for dataspace

Returns:
The storagespaceid for dataspace

getDataspaceFilename

java.lang.String getDataspaceFilename()
Gets the filename for dataspace

Returns:
The filename for dataspace

getDataspaceGapcompressionthreshold

java.lang.String getDataspaceGapcompressionthreshold()
Gets the gapcompressionthreshold for dataspace

Returns:
The gapcompressionthreshold for dataspace