Fahrzeug
Class Fahrzeugschaden
- public class Fahrzeugschaden
- implements Serializable
Hier werden die Schaden der Fahrzeuge registriert.
- Author:
- Shahriar
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
Fahrzeugschaden
public Fahrzeugschaden()
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)