org.nuiton.wikitty.publication.synchro
Class FileSystemWIkittyId
java.lang.Object
org.nuiton.wikitty.publication.synchro.FileSystemWIkittyId
public class FileSystemWIkittyId
- extends Object
Class usefull to save location and file name of a wikitty on a file system
- Author:
- mfortun
fileName
protected String fileName
path
protected String path
FileSystemWIkittyId
public FileSystemWIkittyId(String fileName,
String path)
getFileName
public String getFileName()
setFileName
public void setFileName(String fileName)
getPath
public String getPath()
setPath
public void setPath(String path)
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2010-2011 CodeLutin. All Rights Reserved.