public class IncidentStatisticsEntity extends Object implements IncidentStatistics
Modifier and Type | Field and Description |
---|---|
protected int |
incidentCount |
protected String |
incidentType |
Constructor and Description |
---|
IncidentStatisticsEntity() |
Modifier and Type | Method and Description |
---|---|
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() |
protected String incidentType
protected int incidentCount
public String getIncidentType()
IncidentStatistics
getIncidentType
in interface IncidentStatistics
public void setIncidenType(String incidentType)
public int getIncidentCount()
IncidentStatistics
getIncidentCount
in interface IncidentStatistics
Copyright © 2015. All rights reserved.