salomeTMF_plug.jasperreport.beans
Class BugSeverityBean
java.lang.Object
salomeTMF_plug.jasperreport.beans.BugSeverityBean
public class BugSeverityBean
- extends java.lang.Object
Modèle de bean pour répertorier les bugs par sévérité
à utiliser en combinaison avec une JRBeanCollectionDataSource de Jasper
Attention, veillez à bien créer les Getter et les Setter pour chacun des attributs du bean.
- Author:
- Sylvain Lemoine (slemoine.jasperplug@gmail.com)
Constructor Summary |
BugSeverityBean(java.lang.String severity,
java.lang.String nbBug)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BugSeverityBean
public BugSeverityBean(java.lang.String severity,
java.lang.String nbBug)
getSeverity
public java.lang.String getSeverity()
setSeverity
public void setSeverity(java.lang.String severity)
getNbBug
public java.lang.String getNbBug()
setNbBug
public void setNbBug(java.lang.String nbBug)