|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.bibalex.daf.entities.phase.NameCountCompareTriple
public class NameCountCompareTriple
Holds the name of the FileElement, the physical files count and the name of the FileElement to whwihc this instscne will be compared.
| 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 |
|---|
public java.lang.String name
public int count
public java.lang.String compare
public java.lang.String type
public java.lang.String parentFolder
| Constructor Detail |
|---|
public NameCountCompareTriple(java.lang.String name,
int count,
java.lang.String compare,
java.lang.String type,
java.lang.String parentFolder)
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 |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||