com.universaldevices.device.model
Class FileSystemStat

java.lang.Object
  extended by com.universaldevices.device.model.FileSystemStat

public class FileSystemStat
extends java.lang.Object


Constructor Summary
FileSystemStat()
           
FileSystemStat(java.lang.String xml)
           
 
Method Summary
 long getBad()
           
 long getFree()
           
 long getReserved()
           
 long getTotal()
           
 long getUsed()
           
 boolean isActive()
           
 void setActive(boolean isActive)
           
 void setBad(long bad)
           
 void setFree(long free)
           
 void setReserved(long reserved)
           
 void setTotal(long total)
           
 void setUsed(long used)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileSystemStat

public FileSystemStat(java.lang.String xml)
               throws java.lang.Exception
Throws:
java.lang.Exception

FileSystemStat

public FileSystemStat()
Method Detail

isActive

public boolean isActive()
Returns:
the isActive

setActive

public void setActive(boolean isActive)
Parameters:
isActive - the isActive to set

getTotal

public long getTotal()
Returns:
the total

setTotal

public void setTotal(long total)
Parameters:
total - the total to set

getFree

public long getFree()
Returns:
the free

setFree

public void setFree(long free)
Parameters:
free - the free to set

getUsed

public long getUsed()
Returns:
the used

setUsed

public void setUsed(long used)
Parameters:
used - the used to set

getBad

public long getBad()
Returns:
the bad

setBad

public void setBad(long bad)
Parameters:
bad - the bad to set

getReserved

public long getReserved()
Returns:
the reserved

setReserved

public void setReserved(long reserved)
Parameters:
reserved - the reserved to set