org.gcube.datatransfer.common.objs
Class LocalSource
java.lang.Object
org.gcube.datatransfer.common.objs.LocalSource
- All Implemented Interfaces:
- Serializable
public class LocalSource
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
xstream
protected static com.thoughtworks.xstream.XStream xstream
path
public String path
vfsRoot
public String vfsRoot
size
public long size
directory
public boolean directory
LocalSource
public LocalSource()
getPath
public String getPath()
getSize
public long getSize()
setPath
public void setPath(String path)
setSize
public void setSize(long size)
isDirectory
public boolean isDirectory()
setDirectory
public void setDirectory(boolean directory)
getVfsRoot
public String getVfsRoot()
setVfsRoot
public void setVfsRoot(String vfsRoot)
Copyright © 2014. All Rights Reserved.