public function __construct($isReadPost = FALSE)
 {
     parent::__construct();
     //PERSON
     $this->id_user = 0;
     $this->id_person = 0;
     $this->name = '';
     $this->surname = '';
     $this->tipo_documento = 'TIPO_IDENT_CEDULA';
     $this->document = '';
     $this->birthday = '';
     $this->gender = 'GENDER_MALE';
     $this->address = '';
     $this->phone_cell = '';
     $this->email = '';
     $this->estado_civil = 'ESTADO_CIVIL_SOLTERO';
     $this->tipo_sangre = 'TIPO_SANGRE_A+';
     $this->id_provincia = 1558;
     $this->id_pais = 70;
     $this->id_ciudad = 47949;
     //USER
     $this->username = '';
     $this->password_new = '';
     $this->password_new_repeat = '';
     //PROFILE
     $this->id_profile = 0;
     $this->isActive = 1;
     //COMPANY_BRANCH
     $this->id_company_branchs = NULL;
     if ($isReadPost) {
         $this->readPost();
     }
 }
 public function __construct($isReadPost = FALSE)
 {
     parent::__construct();
     $this->id_profile = 0;
     $this->id_permissions = array();
     if ($isReadPost) {
         $this->readPost();
     }
 }
 public function __construct($isReadPost = FALSE)
 {
     parent::__construct();
     $this->password_current = '';
     $this->password_new = '';
     $this->password_new_repeat = '';
     if ($isReadPost) {
         $this->readPost();
     }
 }
 public function __construct($isReadPost = FALSE)
 {
     parent::__construct();
     $this->name = '';
     $this->name_key = '';
     $this->description = '';
     $this->phone = '';
     if ($isReadPost) {
         $this->readPost();
     }
 }
 public function __construct($isReadPost = FALSE)
 {
     parent::__construct();
     $this->id_rol = 0;
     $this->name = '';
     $this->name_key = '';
     $this->id_modules = array();
     if ($isReadPost) {
         $this->readPost();
     }
 }
 public function __construct($isReadPost = FALSE)
 {
     parent::__construct();
     $this->name = '';
     $this->email = '';
     $this->subject = '';
     $this->message = '';
     if ($isReadPost) {
         $this->readPost();
     }
 }
 public function __construct($isReadPost = FALSE)
 {
     parent::__construct();
     $this->name_system = '';
     $this->logo = '';
     $this->session_time_limit_min = '';
     $this->session_time_limit_max = '';
     $this->isSaveBinnacle = 1;
     if ($isReadPost) {
         $this->readPost();
     }
 }
 public function __construct($isReadPost = FALSE)
 {
     parent::__construct();
     $this->id_profile = 0;
     $this->id_rol = 0;
     $this->name = '';
     $this->description = '';
     $this->isActive = 1;
     if ($isReadPost) {
         $this->readPost();
     }
 }
 public function __construct($isReadPost = FALSE)
 {
     parent::__construct();
     $this->id_sede = 0;
     $this->nombre = '';
     $this->direccion = '';
     $this->telefono = '';
     $this->rector_nacional = '';
     $this->secretaria = '';
     $this->isActive = 0;
     if ($isReadPost) {
         $this->readPost();
     }
 }
 public function __construct($isReadPost = FALSE)
 {
     parent::__construct();
     $this->id_company_branch = 0;
     $this->name = '';
     $this->address = '';
     $this->phone = '';
     $this->isActive = 0;
     $this->id_provincia = 1558;
     $this->id_pais = 70;
     $this->id_ciudad = 47949;
     if ($isReadPost) {
         $this->readPost();
     }
 }
 public function __construct($isReadPost = FALSE)
 {
     parent::__construct();
     $this->id_binnacle = 0;
     $this->username = '';
     $this->info = '';
     $this->date_time = '';
     $this->url = '';
     $this->ip = '';
     $this->action = '';
     $this->browser = '';
     $this->time = '';
     if ($isReadPost) {
         $this->readPost();
     }
 }
 public function __construct($isReadPost = FALSE)
 {
     parent::__construct();
     $this->id_alumno = 0;
     $this->id_persona = 0;
     $this->telefono_emergencia = '';
     $this->cod_curso_browse = '';
     $this->name = '';
     $this->surname = '';
     $this->id_tipo_document = 0;
     $this->document = '';
     $this->isPasaporteAleman = 0;
     $this->birthday = '';
     $this->gender = '';
     $this->address = '';
     $this->calle_principal = '';
     $this->calle_secundaria = '';
     $this->sector_urbanizacion = '';
     $this->phone = '';
     $this->celular = '';
     $this->email = '';
     $this->tipo_sangre = '';
     $this->id_pais = 0;
     $this->id_provincia = 0;
     $this->id_ciudad = 0;
     $this->id_canton = 0;
     $this->id_discapacidad = 0;
     $this->num_carnet_conadis = '';
     $this->vive_con = '';
     $this->vive_con_detalle = '';
     $this->vive_fuera_pais = 0;
     $this->observaciones_discapacidad = '';
     $this->estado_civil = '';
     $this->id_profesion = 0;
     $this->id_religion = 0;
     $this->id_idioma = 0;
     $this->tiene_discapacidad = 0;
     if ($isReadPost) {
         $this->readPost();
     }
 }
 public function __construct($isReadPost = FALSE, $typeForm = self::isUserProfile)
 {
     parent::__construct();
     $this->typeForm = $typeForm;
     $this->name = '';
     $this->surname = '';
     $this->tipo_documento = 'TIPO_IDENT_CEDULA';
     $this->document = '';
     $this->birthday = '';
     $this->gender = 'GENDER_MALE';
     $this->address = '';
     $this->phone_cell = '';
     $this->email = '';
     $this->estado_civil = 'ESTADO_CIVIL_SOLTERO';
     $this->tipo_sangre = 'TIPO_SANGRE_A+';
     $this->id_provincia = 1558;
     $this->id_pais = 70;
     $this->id_ciudad = 47949;
     if ($isReadPost) {
         $this->readPost();
     }
 }
 public function __construct()
 {
     parent::__construct();
     $this->permission_id = 0;
     $this->permission_name = '';
     $this->permission_name_key = '';
     $this->permission_description = '';
 }