public abstract class GenericErrorSummary<T> extends GenericSummary<T>
GenericSummary.LabeledCommand
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() |
addCallback, getCallbacks, getId, getName, hasCallbacks, setCallbacks, setId, setName
public 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–2020 JBoss by Red Hat. All rights reserved.