org.gcube.informationsystem.glitebridge.resource.site
Class FileSystemType

java.lang.Object
  extended by org.gcube.informationsystem.glitebridge.resource.site.FileSystemType

public class FileSystemType
extends java.lang.Object

Author:
Luca Frosini (ISTI-CNR)

Constructor Summary
FileSystemType()
           
 
Method Summary
 int getAvailableSpace()
           
 java.lang.String getName()
           
 java.lang.String getRoot()
           
 int getSize()
           
 java.lang.String getType()
           
 boolean isReadOnly()
           
 void setAvailableSpace(int availableSpace)
           
 void setName(java.lang.String name)
           
 void setReadOnly(boolean readOnly)
           
 void setRoot(java.lang.String root)
           
 void setSize(int size)
           
 void setType(java.lang.String type)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileSystemType

public FileSystemType()
Method Detail

getAvailableSpace

public int getAvailableSpace()
Returns:
Available Space

setAvailableSpace

public void setAvailableSpace(int availableSpace)
Parameters:
availableSpace - Available Space

getName

public java.lang.String getName()
Returns:
Name

setName

public void setName(java.lang.String name)
Parameters:
name - Name

isReadOnly

public boolean isReadOnly()
Returns:
Read Only

setReadOnly

public void setReadOnly(boolean readOnly)
Parameters:
readOnly - Read Only

getRoot

public java.lang.String getRoot()
Returns:
Root

setRoot

public void setRoot(java.lang.String root)
Parameters:
root - Root

getSize

public int getSize()
Returns:
Size

setSize

public void setSize(int size)
Parameters:
size - Size

getType

public java.lang.String getType()
Returns:
Type

setType

public void setType(java.lang.String type)
Parameters:
type - Type