@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, idATTR_PROJEKTATTR_MANDANT, COL_CLIENT_IDIMPORT_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, setIdcompareTo, equals, getDBTableName, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitcompareTopublic static final String ATTR_AUFRUFE
public static final String ATTR_EINGAENGE
public static final String ATTR_FEHLER
public 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 © 2020 XIMA MEDIA GmbH. All rights reserved.