Fahrzeug
Class Fahrzeugschaden


public class Fahrzeugschaden
implements Serializable

Hier werden die Schaden der Fahrzeuge registriert.

Author:
Shahriar

Field Summary
 private booleanBug
           
 private booleanHeck
           
 private booleanKotfluegelHL
           
 private booleanKotfluegelHR
           
 private booleanKotfluegelVL
           
 private booleanKotfluegelVR
           
 private booleanTuerHL
           
 private booleanTuerHR
           
 private booleanTuerVL
           
 private booleanTuerVR
           

Constructor Summary
Fahrzeugschaden()
           

Method Summary
 booleanisBug()
           
 booleanisHeck()
           
 booleanisKotfluegelHL()
           
 booleanisKotfluegelHR()
           
 booleanisKotfluegelVL()
           
 booleanisKotfluegelVR()
           
 booleanisTuerHL()
           
 booleanisTuerHR()
           
 booleanisTuerVL()
           
 booleanisTuerVR()
           
 voidschadenAngeben(String _sSchaden)
           
 voidschadenLoeschen(String _sSchaden)
           
 voidsetBug(boolean _bZustand)
           
 voidsetHeck(boolean _bZustand)
           
 voidsetKotfluegelHL(boolean _bZustand)
           
 voidsetKotfluegelHR(boolean _bZustand)
           
 voidsetKotfluegelVL(boolean _bZustand)
           
 voidsetKotfluegelVR(boolean _bZustand)
           
 voidsetTuerHL(boolean _bZustand)
           
 voidsetTuerHR(boolean _bZustand)
           
 voidsetTuerVL(boolean _bZustand)
           
 voidsetTuerVR(boolean _bZustand)
           

Field Detail

Bug

private boolean Bug

Heck

private boolean Heck

KotfluegelHL

private boolean KotfluegelHL

KotfluegelHR

private boolean KotfluegelHR

KotfluegelVL

private boolean KotfluegelVL

KotfluegelVR

private boolean KotfluegelVR

TuerHL

private boolean TuerHL

TuerHR

private boolean TuerHR

TuerVL

private boolean TuerVL

TuerVR

private boolean TuerVR
Constructor Detail

Fahrzeugschaden

public Fahrzeugschaden()
Method Detail

isBug

public boolean isBug()

isHeck

public boolean isHeck()

isKotfluegelHL

public boolean isKotfluegelHL()

isKotfluegelHR

public boolean isKotfluegelHR()

isKotfluegelVL

public boolean isKotfluegelVL()

isKotfluegelVR

public boolean isKotfluegelVR()

isTuerHL

public boolean isTuerHL()

isTuerHR

public boolean isTuerHR()

isTuerVL

public boolean isTuerVL()

isTuerVR

public boolean isTuerVR()

schadenAngeben

public void schadenAngeben(String _sSchaden)

schadenLoeschen

public void schadenLoeschen(String _sSchaden)

setBug

public void setBug(boolean _bZustand)

setHeck

public void setHeck(boolean _bZustand)

setKotfluegelHL

public void setKotfluegelHL(boolean _bZustand)

setKotfluegelHR

public void setKotfluegelHR(boolean _bZustand)

setKotfluegelVL

public void setKotfluegelVL(boolean _bZustand)

setKotfluegelVR

public void setKotfluegelVR(boolean _bZustand)

setTuerHL

public void setTuerHL(boolean _bZustand)

setTuerHR

public void setTuerHR(boolean _bZustand)

setTuerVL

public void setTuerVL(boolean _bZustand)

setTuerVR

public void setTuerVR(boolean _bZustand)