<?php
namespace
Modules\Recruting\Models;
use
Ilch\
Date
;
class
Newcomer
extends
\Ilch\Model
{
protected
$id
;
protected
$recruit_account_id
;
protected
$driver_account_id
;
protected
$recruit_member_name
;
protected
$driver_member_name
;
protected
$clan_id
;
protected
$joined_at
;
protected
$end_date
;
protected
$is_recruit
;
protected
$komunikation
;
protected
$taktisch
;
protected
$light
;
protected
$medium
;
protected
$heavy
;
protected
$td
;
protected
$arty
;
protected
$kommentar
;
protected
$avg_komunikation
;
protected
$avg_taktisch
;
protected
$avg_light
;
protected
$avg_medium
;
protected
$avg_heavy
;
protected
$avg_td
;
protected
$avg_arty
;
protected
$anz
;
public
function
setId(
$id
)
{
$this
->id = (int)
$id
;
return
$this
;
}
public
function
getId()
{
return
$this
->id;
}
public
function
getRecruit_account_id()
{
return
$this
->recruit_account_id;
}
public
function
setRecruit_account_id(
$recruit_account_id
)
{
$this
->recruit_account_id =
$recruit_account_id
;
return
$this
;
}
public
function
getDriver_account_id()
{
return
$this
->driver_account_id;
}
public
function
setDriver_account_id(
$driver_account_id
)
{
$this
->driver_account_id =
$driver_account_id
;
return
$this
;
}
public
function
getRecruit_member_name()
{
return
$this
->recruit_member_name;
}
public
function
setRecruit_member_name(
$recruit_member_name
)
{
$this
->recruit_member_name =
$recruit_member_name
;
return
$this
;
}
public
function
getDriver_member_name()
{
return
$this
->driver_member_name;
}
public
function
setDriver_member_name(
$driver_member_name
)
{
$this
->driver_member_name =
$driver_member_name
;
return
$this
;
}
public
function
getClan_id()
{
return
$this
->clan_id;
}
public
function
setClan_id(
$clan_id
)
{
$this
->clan_id =
$clan_id
;
return
$this
;
}
public
function
setJoined_at(
$joined_at
)
{
$this
->joined_at =
$joined_at
;
return
$this
;
}
public
function
getJoined_at()
{
return
$this
->joined_at;
}
public
function
setEnd_date(
$end_date
)
{
$this
->end_date =
$end_date
;
return
$this
;
}
public
function
getEnd_date()
{
return
$this
->end_date;
}
public
function
getIs_recruit()
{
return
$this
->is_recruit;
}
public
function
setIs_recruit(
$is_recruit
)
{
$this
->is_recruit =
$is_recruit
;
return
$this
;
}
public
function
getKommunikation()
{
return
$this
->kommunikation;
}
public
function
setKommunikation(
$kommunikation
)
{
$this
->kommunikation =
$kommunikation
;
return
$this
;
}
public
function
getTaktisch()
{
return
$this
->taktisch;
}
public
function
setTaktisch(
$taktisch
)
{
$this
->taktisch =
$taktisch
;
return
$this
;
}
public
function
getLight()
{
return
$this
->light;
}
public
function
setLight(
$light
)
{
$this
->light =
$light
;
return
$this
;
}
public
function
getMedium()
{
return
$this
->medium;
}
public
function
setMedium(
$medium
)
{
$this
->medium =
$medium
;
return
$this
;
}
public
function
getHeavy()
{
return
$this
->heavy;
}
public
function
setHeavy(
$heavy
)
{
$this
->heavy =
$heavy
;
return
$this
;
}
public
function
getTD()
{
return
$this
->td;
}
public
function
setTD(
$td
)
{
$this
->td =
$td
;
return
$this
;
}
public
function
getArty()
{
return
$this
->arty;
}
public
function
setArty(
$arty
)
{
$this
->arty =
$arty
;
return
$this
;
}
public
function
getAVG_Kommunikation()
{
return
$this
->avg_kommunikation;
}
public
function
setAVG_Kommunikation(
$avg_kommunikation
)
{
$this
->avg_kommunikation =
$avg_kommunikation
;
return
$this
;
}
public
function
getAVG_Taktisch()
{
return
$this
->avg_taktisch;
}
public
function
setAVG_Taktisch(
$avg_taktisch
)
{
$this
->avg_taktisch =
$avg_taktisch
;
return
$this
;
}
public
function
getAVG_Light()
{
return
$this
->avg_light;
}
public
function
setAVG_Light(
$avg_light
)
{
$this
->avg_light =
$avg_light
;
return
$this
;
}
public
function
getAVG_Medium()
{
return
$this
->avg_medium;
}
public
function
setAVG_Medium(
$avg_medium
)
{
$this
->avg_medium =
$avg_medium
;
return
$this
;
}
public
function
getAVG_Heavy()
{
return
$this
->avg_heavy;
}
public
function
setAVG_Heavy(
$avg_heavy
)
{
$this
->avg_heavy =
$avg_heavy
;
return
$this
;
}
public
function
getAVG_TD()
{
return
$this
->avg_td;
}
public
function
setAVG_TD(
$avg_td
)
{
$this
->avg_td =
$avg_td
;
return
$this
;
}
public
function
getAVG_Arty()
{
return
$this
->avg_arty;
}
public
function
setAVG_Arty(
$avg_arty
)
{
$this
->avg_arty =
$avg_arty
;
return
$this
;
}
public
function
getKommentar()
{
return
$this
->kommentar;
}
public
function
setKommentar(
$kommentar
)
{
$this
->kommentar =
$kommentar
;
return
$this
;
}
public
function
getAnz()
{
return
$this
->anz;
}
public
function
setAnz(
$anz
)
{
$this
->anz =
$anz
;
return
$this
;
}
}