Class Bucket
java.lang.Object
gov.nasa.pds.web.ui.containers.dataSet.Bucket
- All Implemented Interfaces:
Serializable
public class Bucket extends Object implements Serializable
- See Also:
- Serialized Form
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description boolean
addProblem(ValidationResults.SimpleProblem problem)
int
getProblemCount()
Gets a count of problems in this bucket.List<ValidationResults.SimpleProblem>
getProblems()
boolean
isFull()
-
Constructor Details
-
Bucket
public Bucket() -
Bucket
-
-
Method Details
-
isFull
public boolean isFull() -
addProblem
-
getProblems
-
getProblemCount
public int getProblemCount()Gets a count of problems in this bucket.- Returns:
- the count of problems
-