Class ProjektZaehler
java.lang.Object
de.xima.cmn.dao.model.AEntity<Long>
de.xima.fc.entities.AbstractEntity
de.xima.fc.entities.ProjektZaehler
- 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 ProjektZaehler
extends AbstractEntity
implements IProjektDependent, IMandantDependent
- See Also:
-
Field Summary
FieldsFields inherited from class AbstractEntity
COL_ID, idFields inherited from interface de.xima.cmn.dao.interfaces.IEntity
ATTR_IDFields inherited from interface IMandantDependent
ATTR_CLIENT, ATTR_MANDANT, COL_CLIENT_IDFields inherited from interface IProjektDependent
ATTR_PROJEKTFields inherited from interface ITransferableEntity
IMPORT_ID, INVALID_ID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidlonglonglonggetId()voidsetAufrufe(long aufrufe) voidsetEingaenge(long eingaenge) voidsetFehler(long fehler) voidsetMandant(Mandant mandant) voidsetProjekt(Projekt projekt) Methods inherited from class AbstractEntity
asIntValue, isPersisted, setId, setIdMethods inherited from class de.xima.cmn.dao.model.AEntity
compareTo, equals, getDBTableName, hashCode, toStringMethods inherited from interface Comparable
compareToMethods inherited from interface de.xima.cmn.dao.interfaces.IEntity
isPersisted, setId
-
Field Details
-
ATTR_AUFRUFE
- See Also:
-
ATTR_EINGAENGE
- See Also:
-
ATTR_FEHLER
- See Also:
-
-
Constructor Details
-
ProjektZaehler
public ProjektZaehler()
-
-
Method Details
-
getId
-
getMandant
- Specified by:
getMandantin interfaceIMandantDependent
-
setMandant
- Specified by:
setMandantin interfaceIMandantDependent
-
getProjekt
- Specified by:
getProjektin interfaceIProjektDependent- Returns:
- the projekt
-
setProjekt
- Specified by:
setProjektin interfaceIProjektDependent- Parameters:
projekt- the projekt 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()
-