Package org.camunda.bpm.engine.history
Class IncidentState.IncidentStateImpl
- java.lang.Object
- 
- org.camunda.bpm.engine.history.IncidentState.IncidentStateImpl
 
- 
- All Implemented Interfaces:
- IncidentState
 - Enclosing interface:
- IncidentState
 
 public static class IncidentState.IncidentStateImpl extends java.lang.Object implements IncidentState 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.camunda.bpm.engine.history.IncidentStateIncidentState.IncidentStateImpl
 
- 
 - 
Constructor SummaryConstructors Constructor Description IncidentStateImpl(int suspensionCode, java.lang.String string)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)intgetStateCode()inthashCode()java.lang.StringtoString()
 
- 
- 
- 
Method Detail- 
getStateCodepublic int getStateCode() - Specified by:
- getStateCodein interface- IncidentState
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- java.lang.Object
 
 - 
equalspublic boolean equals(java.lang.Object obj) - Overrides:
- equalsin class- java.lang.Object
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 
- 
 
-