public class StatisticEntity
extends java.lang.Object
| Constructor and Description |
|---|
StatisticEntity() |
StatisticEntity(java.lang.String status,
java.lang.String product,
int count) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCount()
Gets the number of issues that are assigned to the given product and that are in the given state.
|
java.lang.String |
getProduct()
Gets the product of which this statistic is about.
|
java.lang.String |
getStatus()
Gets the status of which this statistic is about.
|
void |
setCount(int count) |
void |
setProduct(java.lang.String product) |
void |
setStatus(java.lang.String status) |
public StatisticEntity()
public StatisticEntity(java.lang.String status,
java.lang.String product,
int count)
public java.lang.String getStatus()
public java.lang.String getProduct()
public int getCount()
public void setStatus(java.lang.String status)
public void setProduct(java.lang.String product)
public void setCount(int count)
Copyright © Micro Focus 2004-2019. All rights reserved.