net.sf.regain.util.io
Class PathFilenamePair
java.lang.Object
net.sf.regain.util.io.PathFilenamePair
public class PathFilenamePair
- extends Object
- Author:
- thtesche
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
path
private String path
filename
private String filename
PathFilenamePair
public PathFilenamePair()
getPath
public String getPath()
- Returns:
- the path
setPath
public void setPath(String path)
- Parameters:
path
- the path to set
getFilename
public String getFilename()
- Returns:
- the filename
setFilename
public void setFilename(String filename)
- Parameters:
filename
- the filename to set
Regain 2.1.0-STABLE, Copyright (C) 2004-2010 Til Schneider, www.murfman.de, Thomas Tesche, www.clustersystems.info