public class AuditCount extends Object
Modifier and Type | Field and Description |
---|---|
protected int |
_notProcessed
Number of files not processed.
|
protected int |
_valid
Number of valid files.
|
protected int |
_wellFormed
Number of well-formed files.
|
Constructor and Description |
---|
AuditCount()
Instantiate a AuditCount object.
|
Modifier and Type | Method and Description |
---|---|
int |
getNotProcessed()
Returns the total number of files not processed.
|
int |
getTotal()
Returns the total number of valid or well-formed
files.
|
int |
getValid()
Returns the total number of valid files.
|
int |
getWellFormed()
Returns the total number of well-formed files.
|
void |
setNotProcessed(int notProcessed)
Sets the count of files that are not processed.
|
void |
setValid(int valid)
Sets the count of valid files.
|
void |
setWellFormed(int wellFormed)
Sets the count of well-formed files.
|
protected int _notProcessed
protected int _valid
protected int _wellFormed
public int getNotProcessed()
public int getTotal()
public int getValid()
public int getWellFormed()
public void setNotProcessed(int notProcessed)
public void setValid(int valid)
public void setWellFormed(int wellFormed)
Copyright © 2008–2017 The Open Preservation Foundation. All rights reserved.