@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 |
id
ATTR_PROJEKT
ATTR_MANDANT
IMPORT_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, setId
compareTo, equals, getDBTableName, hashCode, toString
public 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.IEntity
public Mandant getMandant()
getMandant
in interface IMandantDependent
public void setMandant(Mandant mandant)
setMandant
in interface IMandantDependent
public Projekt getProjekt()
getProjekt
in interface IProjektDependent
public void setProjekt(Projekt projekt)
setProjekt
in interface IProjektDependent
projekt
- 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.