@Entity public class ProjektZaehler extends AbstractEntity implements IProjektDependent, IMandantDependent
| Modifier and Type | Field and Description |
|---|---|
static String |
ATTR_AUFRUFE |
static String |
ATTR_EINGAENGE |
static String |
ATTR_FEHLER |
idATTR_PROJEKTATTR_MANDANTIMPORT_ID| Constructor and Description |
|---|
ProjektZaehler() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAufruf() |
void |
addEingang() |
void |
addFehler() |
long |
getAufrufe() |
long |
getEingaenge() |
long |
getFehler() |
int |
getId() |
Mandant |
getMandant() |
Projekt |
getProjekt() |
void |
setAufrufe(long aufrufe) |
void |
setEingaenge(long eingaenge) |
void |
setFehler(long fehler) |
void |
setMandant(Mandant mandant) |
void |
setProjekt(Projekt projekt) |
isPersisted, setIdcompareTo, equals, getDBTableName, hashCode, toStringpublic static final String ATTR_AUFRUFE
public static final String ATTR_EINGAENGE
public static final String ATTR_FEHLER
public int getId()
getId in interface de.xima.cmn.dao.interfaces.IEntitypublic Mandant getMandant()
getMandant in interface IMandantDependentpublic void setMandant(Mandant mandant)
setMandant in interface IMandantDependentpublic Projekt getProjekt()
getProjekt in interface IProjektDependentpublic void setProjekt(Projekt projekt)
setProjekt in interface IProjektDependentprojekt - the projekt to setpublic long getAufrufe()
public void setAufrufe(long aufrufe)
aufrufe - the aufrufe to setpublic long getEingaenge()
public void setEingaenge(long eingaenge)
eingaenge - the eingaenge to setpublic long getFehler()
public void setFehler(long fehler)
fehler - the fehler to setpublic void addFehler()
public void addEingang()
public void addAufruf()
Copyright © 2018 XIMA MEDIA GmbH. All rights reserved.