org.gcube.common.core.resources.node
Class Description.FileSystem

java.lang.Object
  extended by org.gcube.common.core.resources.node.Description.FileSystem
Enclosing class:
Description

public static class Description.FileSystem
extends Object


Constructor Summary
Description.FileSystem()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getName()
           
 String getRoot()
           
 long getSize()
           
 String getType()
           
 boolean isReadOnly()
           
 void setName(String name)
           
 void setReadOnly(boolean readOnly)
           
 void setRoot(String root)
           
 void setSize(long size)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Description.FileSystem

public Description.FileSystem()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getRoot

public String getRoot()

setRoot

public void setRoot(String root)

getType

public String getType()

setType

public void setType(String type)

getSize

public long getSize()

setSize

public void setSize(long size)

isReadOnly

public boolean isReadOnly()

setReadOnly

public void setReadOnly(boolean readOnly)

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2012. All Rights Reserved.