public class AuditCount extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
_notWellFormed
Number of not-well-formed files.
|
protected int |
_undetermined
Number of undetermined files.
|
protected int |
_valid
Number of valid files.
|
protected int |
_wellFormed
Number of well-formed files.
|
| Constructor and Description |
|---|
AuditCount()
Instantiates an
AuditCount object. |
| Modifier and Type | Method and Description |
|---|---|
int |
getNotWellFormed()
Returns the count of not-well-formed files.
|
int |
getTotal()
Returns the total number of processed files.
|
int |
getUndetermined()
Returns the count of undetermined files.
|
int |
getValid()
Returns the total number of valid files.
|
int |
getWellFormed()
Returns the total number of well-formed files.
|
void |
setNotWellFormed(int notWellFormed)
Sets the count of not-well-formed files.
|
void |
setUndetermined(int undetermined)
Sets the count of undetermined files.
|
void |
setValid(int valid)
Sets the count of valid files.
|
void |
setWellFormed(int wellFormed)
Sets the count of well-formed files.
|
protected int _valid
protected int _wellFormed
protected int _notWellFormed
protected int _undetermined
public int getTotal()
public int getValid()
public int getWellFormed()
public int getNotWellFormed()
public int getUndetermined()
public void setValid(int valid)
public void setWellFormed(int wellFormed)
public void setNotWellFormed(int notWellFormed)
public void setUndetermined(int undetermined)
Copyright © 2008–2019 The Open Preservation Foundation. All rights reserved.