public abstract class GenericErrorSummary<T> extends GenericSummary<T>
id, name| Constructor and Description |
|---|
GenericErrorSummary() |
GenericErrorSummary(Integer errorCount,
T id,
String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Integer |
getErrorCount() |
int |
hashCode() |
void |
setErrorCount(Integer errorCount) |
String |
toString() |
getId, getName, setId, setNamepublic Integer getErrorCount()
public void setErrorCount(Integer errorCount)
public int hashCode()
hashCode in class GenericSummary<T>public boolean equals(Object obj)
equals in class GenericSummary<T>public String toString()
toString in class GenericSummary<T>Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.