'; ?> this.gridLFVTLVNR=document.getElementById('gridLFVTLVNR'); this.gridLFVTUNR=document.getElementById('gridLFVTUNR'); this.gridLFVTEinheit=document.getElementById('gridLFVTEinheit'); this.gridLFVTLektor=document.getElementById('gridLFVTLektor'); this.gridLFVTLehrfach=document.getElementById('gridLFVTLehrfach'); this.gridLFVTStudiengang=document.getElementById('gridLFVTStudiengang'); this.gridLFVTFachbereich=document.getElementById('gridLFVTFachbereich'); this.gridLFVTSemester=document.getElementById('gridLFVTSemester'); this.gridLFVTVerband=document.getElementById('gridLFVTVerband'); this.gridLFVTGruppe=document.getElementById('gridLFVTGruppe'); this.gridLFVTRaumtyp=document.getElementById('gridLFVTRaumtyp'); this.gridLFVTRaumtypAlt=document.getElementById('gridLFVTRaumtypAlt'); this.gridLFVTSemesterstunden=document.getElementById('gridLFVTSemesterstunden'); this.gridLFVTStundenblockung=document.getElementById('gridLFVTStundenblockung'); this.gridLFVTWochenrythmus=document.getElementById('gridLFVTWochenrythmus'); this.gridLFVTStart_kw=document.getElementById('gridLFVTStart_kw'); this.gridLFVTAnmerkung=document.getElementById('gridLFVTAnmerkung'); this.gridLFVTStudiensemester=document.getElementById('gridLFVTStudiensemester'); this.gridLFVTLehrform=document.getElementById('gridLFVTLehrform'); null null null null null null null null null null null null null null null null null null null false null if (isNaN(val)) { alert('LVNR muss eine Zahl sein!'); if (this.currentLVA!=null) this.currentLVA.lvnr=null; } else { if (this.currentLVA!=null) this.currentLVA.lvnr=val; } return val; if (isNaN(val)) { alert('UNR muss eine Zahl sein!'); if (this.currentLVA!=null) this.currentLVA.unr=null; } else { if (this.currentLVA!=null) this.currentLVA.unr=val; } alert('unr:'+val); return val; //alert('property-setter: val='+val); if (this.currentLVA!=null) this.currentLVA.einheit=val; //this.showCurrentLVA(); return val; //alert('property-setter: val='+val); if (this.currentLVA!=null) this.currentLVA.lektor=val; //this.showCurrentLVA(); return val; //alert('property-setter: val='+val); if (this.currentLVA!=null) this.currentLVA.lehrfach=val; //this.showCurrentLVA(); return val; //alert('property-setter: val='+val); if (this.currentLVA!=null) this.currentLVA.studiengang=val; //this.showCurrentLVA(); return val; //alert('fachbereich-setter: val='+val); if (this.currentLVA!=null) this.currentLVA.fachbereich=val; //this.showCurrentLVA(); return val; //alert('property-setter: val='+val); if (this.currentLVA!=null) this.currentLVA.raumtyp=val; //this.showCurrentLVA(); return val; //alert('property-setter: val='+val); if (this.currentLVA!=null) this.currentLVA.raumtyp_alt=val; //this.showCurrentLVA(); return val; if (isNaN(val)) { alert('Semester muss eine Zahl sein!'); if (this.currentLVA!=null) this.currentLVA.unr=null; } else { if (this.currentLVA!=null) this.currentLVA.semester=val; } return val; if (this.currentLVA!=null) this.currentLVA.verband=val; } return val; if (isNaN(val)) { alert('Gruppe muss eine Zahl sein!'); if (this.currentLVA!=null) this.currentLVA.gruppe=null; } else { if (this.currentLVA!=null) this.currentLVA.gruppe=val; } return val; if (isNaN(val)) { alert('Semesterstunden muss eine Zahl sein!'); if (this.currentLVA!=null) this.currentLVA.semesterstunden=null; } else { if (this.currentLVA!=null) this.currentLVA.semesterstunden=val; } return val; if (isNaN(val)) { alert('Stundenblockung muss eine Zahl sein!'); if (this.currentLVA!=null) this.currentLVA.stundenblockung=null; } else { if (this.currentLVA!=null) this.currentLVA.stundenblockung=val; } return val; if (isNaN(val)) { alert('Wochenrythmus muss eine Zahl sein!'); if (this.currentLVA!=null) this.currentLVA.wochenrythmus=null; } else { if (this.currentLVA!=null) this.currentLVA.wochenrythmus=val; } return val; if (isNaN(val)) { alert('start_kw muss eine Zahl sein!'); if (this.currentLVA!=null) this.currentLVA.start_kw=null; } else { if (this.currentLVA!=null) this.currentLVA.start_kw=val; } return val; // todo: Validation Check if (this.currentLVA!=null) this.currentLVA.studiensemester=val; //this.showCurrentLVA(); return val; // todo: Validation Check if (this.currentLVA!=null) this.currentLVA.lehrform=val; return val; if (this.currentLVA!=null) this.currentLVA.anmerkung=val; return val; alert('CurrentLVA: studiensemester='+this.currentLVA.studiensemester+'; einheit='+this.currentLVA.einheit);