org.camunda.bpm.engine.history
Class JobState.JobStateImpl

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

public static class JobState.JobStateImpl
extends Object
implements JobState


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.camunda.bpm.engine.history.JobState
JobState.JobStateImpl
 
Field Summary
protected  String name
           
 int stateCode
           
 
Fields inherited from interface org.camunda.bpm.engine.history.JobState
CREATED, DELETED, FAILED, SUCCESSFUL
 
Constructor Summary
JobState.JobStateImpl(int stateCode, 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

JobState.JobStateImpl

public JobState.JobStateImpl(int stateCode,
                             String string)
Method Detail

getStateCode

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

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 © 2017 camunda services GmbH. All rights reserved.