Skip navigation links
com.essbase.eas.essbase.defs
Class ServerProperties.DriveInfo
java.lang.Object
com.essbase.eas.essbase.defs.ServerProperties.DriveInfo
- Enclosing class:
- ServerProperties
-
public static class ServerProperties.DriveInfo
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServerProperties.DriveInfo
public ServerProperties.DriveInfo()
setCaption
public void setCaption(java.lang.String captn)
getCaption
public java.lang.String getCaption()
setVolumeLabel
public void setVolumeLabel(java.lang.String label)
getVolumeLabel
public java.lang.String getVolumeLabel()
setType
public void setType(java.lang.String driveType)
getType
public java.lang.String getType()
setFileSystem
public void setFileSystem(java.lang.String system)
getFileSystem
public java.lang.String getFileSystem()
setTotalSpace
public void setTotalSpace(long total)
getTotalSpace
public long getTotalSpace()
setUsedSpace
public void setUsedSpace(long used)
getUsedSpace
public long getUsedSpace()
setFreeSpace
public void setFreeSpace(long free)
getFreeSpace
public long getFreeSpace()
Skip navigation links
Copyright © 2001, 2012, Oracle. All rights reserved.