Package de.xima.fc.entities
Class ProjektZaehlerDaten
java.lang.Object
de.xima.cmn.dao.model.AEntity<Long>
de.xima.fc.entities.AbstractEntity
de.xima.fc.entities.ProjektZaehlerDaten
- All Implemented Interfaces:
de.xima.cmn.dao.interfaces.IEntity<Long>,IMandantDependent,IProjektDependent,ITransferable,ITransferableEntity,Serializable,Comparable<de.xima.cmn.dao.interfaces.IEntity<Long>>
@Entity
public class ProjektZaehlerDaten
extends AbstractEntity
implements IMandantDependent, IProjektDependent
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class de.xima.fc.entities.AbstractEntity
COL_ID, idFields inherited from interface de.xima.cmn.dao.interfaces.IEntity
ATTR_IDFields inherited from interface de.xima.fc.entities.interfaces.IMandantDependent
ATTR_MANDANT, COL_CLIENT_IDFields inherited from interface de.xima.fc.entities.interfaces.IProjektDependent
ATTR_PROJEKTFields inherited from interface de.xima.fc.entities.interfaces.ITransferableEntity
IMPORT_ID, INVALID_ID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidlonggetDatum()longlonggetId()intgetJahr()intgetMonat()intintgetTag()voidinitDateValues(Date date) voidsetAufrufe(long aufrufe) voidvoidsetEingaenge(long eingaenge) voidsetFehler(long fehler) voidsetJahr(int jahr) voidsetMandant(Mandant mandant) voidsetMonat(int monat) voidsetProjekt(Projekt projekt) voidsetStunde(int stunde) voidsetTag(int tag) Methods inherited from class de.xima.fc.entities.AbstractEntity
asIntValue, isPersisted, setId, setIdMethods inherited from class de.xima.cmn.dao.model.AEntity
compareTo, equals, getDBTableName, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface de.xima.cmn.dao.interfaces.IEntity
isPersisted, setId
-
Field Details
-
ATTR_DATUM
- See Also:
-
ATTR_STUNDE
- See Also:
-
ATTR_TAG
- See Also:
-
ATTR_MONAT
- See Also:
-
ATTR_JAHR
- See Also:
-
ATTR_AUFRUFE
- See Also:
-
ATTR_EINGAENGE
- See Also:
-
ATTR_FEHLER
- See Also:
-
-
Constructor Details
-
ProjektZaehlerDaten
public ProjektZaehlerDaten()
-
-
Method Details
-
getId
- Specified by:
getIdin interfacede.xima.cmn.dao.interfaces.IEntity<Long>
-
getMandant
- Specified by:
getMandantin interfaceIMandantDependent
-
setMandant
- Specified by:
setMandantin interfaceIMandantDependent
-
setProjekt
- Specified by:
setProjektin interfaceIProjektDependent
-
getProjekt
- Specified by:
getProjektin interfaceIProjektDependent
-
getDatum
- Returns:
- the datum
-
setDatum
- Parameters:
datum- the datum to set
-
getStunde
public int getStunde()- Returns:
- the stunde
-
setStunde
public void setStunde(int stunde) - Parameters:
stunde- the stunde to set
-
getTag
public int getTag()- Returns:
- the tag
-
setTag
public void setTag(int tag) - Parameters:
tag- the tag to set
-
getMonat
public int getMonat()- Returns:
- the monat
-
setMonat
public void setMonat(int monat) - Parameters:
monat- the monat to set
-
getJahr
public int getJahr()- Returns:
- the jahr
-
setJahr
public void setJahr(int jahr) - Parameters:
jahr- the jahr to set
-
getAufrufe
public long getAufrufe()- Returns:
- the aufrufe
-
setAufrufe
public void setAufrufe(long aufrufe) - Parameters:
aufrufe- the aufrufe to set
-
getEingaenge
public long getEingaenge()- Returns:
- the eingaenge
-
setEingaenge
public void setEingaenge(long eingaenge) - Parameters:
eingaenge- the eingaenge to set
-
getFehler
public long getFehler()- Returns:
- the fehler
-
setFehler
public void setFehler(long fehler) - Parameters:
fehler- the fehler to set
-
addFehler
public void addFehler() -
addEingang
public void addEingang() -
addAufruf
public void addAufruf() -
initDateValues
-