org.camunda.bpm.engine.impl.persistence.entity
Class IncidentStatisticsEntity

java.lang.Object
  extended by org.camunda.bpm.engine.impl.persistence.entity.IncidentStatisticsEntity
All Implemented Interfaces:
IncidentStatistics

public class IncidentStatisticsEntity
extends Object
implements IncidentStatistics

Author:
roman.smirnov

Field Summary
protected  int incidentCount
           
protected  String incidentType
           
 
Constructor Summary
IncidentStatisticsEntity()
           
 
Method Summary
 int getIncidentCount()
          Returns the number of incidents to the corresponding incidentType.
 String getIncidentType()
          Returns the type of the incidents.
 void setIncidenType(String incidentType)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

incidentType

protected String incidentType

incidentCount

protected int incidentCount
Constructor Detail

IncidentStatisticsEntity

public IncidentStatisticsEntity()
Method Detail

getIncidentType

public String getIncidentType()
Description copied from interface: IncidentStatistics
Returns the type of the incidents.

Specified by:
getIncidentType in interface IncidentStatistics

setIncidenType

public void setIncidenType(String incidentType)

getIncidentCount

public int getIncidentCount()
Description copied from interface: IncidentStatistics
Returns the number of incidents to the corresponding incidentType.

Specified by:
getIncidentCount in interface IncidentStatistics

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2017 camunda services GmbH. All rights reserved.