public class ResourceFile extends Object
Constructor and Description |
---|
ResourceFile(File _f) |
Modifier and Type | Method and Description |
---|---|
String |
getAbsolutePath() |
File |
getF() |
Long |
getSize() |
String |
getXdatPath() |
String |
getXpath() |
void |
setAbsolutePath(String absolutePath) |
void |
setF(File f) |
void |
setSize(Long size) |
void |
setXdatPath(String xdatPath) |
void |
setXpath(String xpath) |
public ResourceFile(File _f)
public File getF()
public void setF(File f)
f
- the f to setpublic String getXdatPath()
public void setXdatPath(String xdatPath)
xdatPath
- the xdatPath to setpublic String getXpath()
public void setXpath(String xpath)
xpath
- the xpath to setpublic Long getSize()
public void setSize(Long size)
size
- the size to setpublic String getAbsolutePath()
public void setAbsolutePath(String absolutePath)
absolutePath
- the absolutePath to setCopyright © 2015 Neuroinformatics Research Group. All rights reserved.