org.bibalex.daf.entities.phase
Class NameCountCompareTriple

java.lang.Object
  extended by org.bibalex.daf.entities.phase.NameCountCompareTriple

public class NameCountCompareTriple
extends java.lang.Object

Holds the name of the FileElement, the physical files count and the name of the FileElement to whwihc this instscne will be compared.

Author:
Shehab.Kamal

Field Summary
 java.lang.String compare
          Holds the name of the file to which the
 int count
          Holds the count of the FileElement physically.
 java.lang.String name
          Holds the name of the FileElement
 java.lang.String parentFolder
          Holds the parent folder for the file
 java.lang.String type
          Holds the type of the file
 
Constructor Summary
NameCountCompareTriple(java.lang.String name, int count, java.lang.String compare, java.lang.String type, java.lang.String parentFolder)
          Creates a new insctance of NameCountCompareTrible.
 
Method Summary
 java.lang.String toString()
          Returns the String representation of the object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public java.lang.String name
Holds the name of the FileElement


count

public int count
Holds the count of the FileElement physically.


compare

public java.lang.String compare
Holds the name of the file to which the


type

public java.lang.String type
Holds the type of the file


parentFolder

public java.lang.String parentFolder
Holds the parent folder for the file

Constructor Detail

NameCountCompareTriple

public NameCountCompareTriple(java.lang.String name,
                              int count,
                              java.lang.String compare,
                              java.lang.String type,
                              java.lang.String parentFolder)
Creates a new insctance of NameCountCompareTrible.

Parameters:
name - The name of the instance.
count - The physical count of files that correspond to this file type.
compare - The name of the file to which this instacne will be compared.
Method Detail

toString

public java.lang.String toString()
Returns the String representation of the object.

Overrides:
toString in class java.lang.Object
Returns:
The String representation of the object.