Package org.jbpm.workbench.common.model
Class GenericErrorSummary<T>
- java.lang.Object
-
- org.uberfire.paging.AbstractPageRow
-
- org.jbpm.workbench.common.model.GenericSummary<T>
-
- org.jbpm.workbench.common.model.GenericErrorSummary<T>
-
- All Implemented Interfaces:
Serializable,Comparable<org.uberfire.paging.AbstractPageRow>
public abstract class GenericErrorSummary<T> extends GenericSummary<T>
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jbpm.workbench.common.model.GenericSummary
GenericSummary.LabeledCommand
-
-
Field Summary
-
Fields inherited from class org.jbpm.workbench.common.model.GenericSummary
id, name
-
-
Constructor Summary
Constructors Constructor Description GenericErrorSummary()GenericErrorSummary(Integer errorCount, T id, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)IntegergetErrorCount()inthashCode()voidsetErrorCount(Integer errorCount)StringtoString()-
Methods inherited from class org.jbpm.workbench.common.model.GenericSummary
addCallback, getCallbacks, getId, getName, hasCallbacks, setCallbacks, setId, setName
-
-
-
-
Method Detail
-
getErrorCount
public Integer getErrorCount()
-
setErrorCount
public void setErrorCount(Integer errorCount)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classGenericSummary<T>
-
equals
public boolean equals(Object obj)
- Overrides:
equalsin classGenericSummary<T>
-
toString
public String toString()
- Overrides:
toStringin classGenericSummary<T>
-
-