org.camunda.bpm.engine.history
Class IncidentState.IncidentStateImpl

java.lang.Object
  extended by org.camunda.bpm.engine.history.IncidentState.IncidentStateImpl
All Implemented Interfaces:
IncidentState
Enclosing interface:
IncidentState

public static class IncidentState.IncidentStateImpl
extends Object
implements IncidentState


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.camunda.bpm.engine.history.IncidentState
IncidentState.IncidentStateImpl
 
Field Summary
protected  String name
           
 int stateCode
           
 
Fields inherited from interface org.camunda.bpm.engine.history.IncidentState
DEFAULT, DELETED, RESOLVED
 
Constructor Summary
IncidentState.IncidentStateImpl(int suspensionCode, String string)
           
 
Method Summary
 boolean equals(Object obj)
           
 int getStateCode()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

stateCode

public final int stateCode

name

protected final String name
Constructor Detail

IncidentState.IncidentStateImpl

public IncidentState.IncidentStateImpl(int suspensionCode,
                                       String string)
Method Detail

getStateCode

public int getStateCode()
Specified by:
getStateCode in interface IncidentState

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014 camunda services GmbH. All rights reserved.