org.nuiton.wikitty.publication.synchro
Class FileSystemWIkittyId

java.lang.Object
  extended by 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

Field Summary
protected  String fileName
           
protected  String path
           
 
Constructor Summary
FileSystemWIkittyId(String fileName, String path)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getFileName()
           
 String getPath()
           
 int hashCode()
           
 void setFileName(String fileName)
           
 void setPath(String path)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

fileName

protected String fileName

path

protected String path
Constructor Detail

FileSystemWIkittyId

public FileSystemWIkittyId(String fileName,
                           String path)
Method Detail

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.