@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 |
COL_ID, id
ATTR_PROJEKT
ATTR_MANDANT, COL_CLIENT_ID
IMPORT_ID, INVALID_ID
Constructor and Description |
---|
ProjektZaehler() |
Modifier and Type | Method and Description |
---|---|
void |
addAufruf() |
void |
addEingang() |
void |
addFehler() |
long |
getAufrufe() |
long |
getEingaenge() |
long |
getFehler() |
Long |
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) |
asIntValue, isPersisted, setId, setId
compareTo, equals, getDBTableName, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
compareTo
public static final String ATTR_AUFRUFE
public static final String ATTR_EINGAENGE
public static final String ATTR_FEHLER
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 © 2021 XIMA MEDIA GmbH. All rights reserved.