@Entity public class ProjektZaehlerDaten extends AbstractEntity implements IMandantDependent, IProjektDependent
| Modifier and Type | Field and Description |
|---|---|
static String |
ATTR_AUFRUFE |
static String |
ATTR_DATUM |
static String |
ATTR_EINGAENGE |
static String |
ATTR_FEHLER |
static String |
ATTR_JAHR |
static String |
ATTR_MONAT |
static String |
ATTR_STUNDE |
static String |
ATTR_TAG |
COL_ID, idATTR_MANDANT, COL_CLIENT_IDATTR_PROJEKTIMPORT_ID, INVALID_ID| Constructor and Description |
|---|
ProjektZaehlerDaten() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAufruf() |
void |
addEingang() |
void |
addFehler() |
long |
getAufrufe() |
Date |
getDatum() |
long |
getEingaenge() |
long |
getFehler() |
Long |
getId() |
int |
getJahr() |
Mandant |
getMandant() |
int |
getMonat() |
Projekt |
getProjekt() |
int |
getStunde() |
int |
getTag() |
void |
initDateValues(Date date) |
void |
setAufrufe(long aufrufe) |
void |
setDatum(Date datum) |
void |
setEingaenge(long eingaenge) |
void |
setFehler(long fehler) |
void |
setJahr(int jahr) |
void |
setMandant(Mandant mandant) |
void |
setMonat(int monat) |
void |
setProjekt(Projekt projekt) |
void |
setStunde(int stunde) |
void |
setTag(int tag) |
asIntValue, isPersisted, setId, setIdcompareTo, equals, getDBTableName, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitcompareTopublic static final String ATTR_DATUM
public static final String ATTR_STUNDE
public static final String ATTR_TAG
public static final String ATTR_MONAT
public static final String ATTR_JAHR
public 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 void setProjekt(Projekt projekt)
setProjekt in interface IProjektDependentpublic Projekt getProjekt()
getProjekt in interface IProjektDependentpublic Date getDatum()
public void setDatum(Date datum)
datum - the datum to setpublic int getStunde()
public void setStunde(int stunde)
stunde - the stunde to setpublic int getTag()
public void setTag(int tag)
tag - the tag to setpublic int getMonat()
public void setMonat(int monat)
monat - the monat to setpublic int getJahr()
public void setJahr(int jahr)
jahr - the jahr 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()
public void initDateValues(Date date)
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.