Viewing file: CdCharacteristics.php (20.26 KB) -rwxrwxrwx Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php namespace Modules\Models; class CdCharacteristics extends \Phalcon\Mvc\Model {
/** * * @var integer * @Primary * @Identity * @Column(column="chaid", type="integer", length=11, nullable=false) */ protected $chaid;
/** * * @var string * @Column(column="rooms", type="string", length=45, nullable=true) */ protected $rooms;
/** * * @var string * @Column(column="bathrooms", type="string", length=45, nullable=true) */ protected $bathrooms;
/** * * @var string * @Column(column="living_room", type="string", length=45, nullable=true) */ protected $living_room;
/** * * @var string * @Column(column="kitchen", type="string", nullable=true) */ protected $kitchen;
/** * * @var string * @Column(column="studio", type="string", nullable=true) */ protected $studio;
/** * * @var string * @Column(column="tv_room", type="string", nullable=true) */ protected $tv_room;
/** * * @var string * @Column(column="clean_area", type="string", nullable=true) */ protected $clean_area;
/** * * @var string * @Column(column="service_room", type="string", nullable=true) */ protected $service_room;
/** * * @var string * @Column(column="garage", type="string", length=45, nullable=true) */ protected $garage;
/** * * @var string * @Column(column="garden", type="string", nullable=true) */ protected $garden;
/** * * @var string * @Column(column="pool", type="string", nullable=true) */ protected $pool;
/** * * @var string * @Column(column="state_conservation", type="string", nullable=true) */ protected $state_conservation;
/** * * @var string * @Column(column="terrace", type="string", nullable=true) */ protected $terrace;
/** * * @var string * @Column(column="ubication", type="string", length=45, nullable=true) */ protected $ubication;
/** * * @var string * @Column(column="check_in", type="string", nullable=true) */ protected $check_in;
/** * * @var string * @Column(column="privates", type="string", length=45, nullable=true) */ protected $privates;
/** * * @var string * @Column(column="boardroom", type="string", nullable=true) */ protected $boardroom;
/** * * @var string * @Column(column="lounch_counter", type="string", nullable=true) */ protected $lounch_counter;
/** * * @var string * @Column(column="total_area", type="string", length=45, nullable=true) */ protected $total_area;
/** * * @var string * @Column(column="lobby", type="string", nullable=true) */ protected $lobby;
/** * * @var string * @Column(column="covered_parking", type="string", nullable=true) */ protected $covered_parking;
/** * * @var string * @Column(column="open_parking", type="string", nullable=true) */ protected $open_parking;
/** * * @var string * @Column(column="ground_use", type="string", length=45, nullable=true) */ protected $ground_use;
/** * * @var string * @Column(column="loading_platform", type="string", nullable=true) */ protected $loading_platform;
/** * * @var string * @Column(column="access_ramp", type="string", nullable=true) */ protected $access_ramp;
/** * * @var string * @Column(column="nivel_ramps", type="string", nullable=true) */ protected $nivel_ramps;
/** * * @var string * @Column(column="door_access", type="string", nullable=true) */ protected $door_access;
/** * * @var string * @Column(column="offices", type="string", nullable=true) */ protected $offices;
/** * * @var string * @Column(column="kind_ground", type="string", nullable=true) */ protected $kind_ground;
/** * * @var string * @Column(column="perimeter_fence", type="string", nullable=true) */ protected $perimeter_fence;
/** * * @var string * @Column(column="construction_rules", type="string", nullable=true) */ protected $construction_rules;
/** * * @var string * @Column(column="ideal_for", type="string", length=45, nullable=true) */ protected $ideal_for;
/** * * @var integer * @Column(column="imid", type="integer", length=11, nullable=false) */ protected $imid;
/** * * @var string * @Column(column="equipment", type="string", length=150, nullable=true) */ protected $equipment;
/** * Method to set the value of field chaid * * @param integer $chaid * @return $this */ public function setChaid($chaid) { $this->chaid = $chaid;
return $this; }
/** * Method to set the value of field rooms * * @param string $rooms * @return $this */ public function setRooms($rooms) { $this->rooms = $rooms;
return $this; }
/** * Method to set the value of field bathrooms * * @param string $bathrooms * @return $this */ public function setBathrooms($bathrooms) { $this->bathrooms = $bathrooms;
return $this; }
/** * Method to set the value of field living_room * * @param string $living_room * @return $this */ public function setLivingRoom($living_room) { $this->living_room = $living_room;
return $this; }
/** * Method to set the value of field kitchen * * @param string $kitchen * @return $this */ public function setKitchen($kitchen) { $this->kitchen = $kitchen;
return $this; }
/** * Method to set the value of field studio * * @param string $studio * @return $this */ public function setStudio($studio) { $this->studio = $studio;
return $this; }
/** * Method to set the value of field tv_room * * @param string $tv_room * @return $this */ public function setTvRoom($tv_room) { $this->tv_room = $tv_room;
return $this; }
/** * Method to set the value of field clean_area * * @param string $clean_area * @return $this */ public function setCleanArea($clean_area) { $this->clean_area = $clean_area;
return $this; }
/** * Method to set the value of field service_room * * @param string $service_room * @return $this */ public function setServiceRoom($service_room) { $this->service_room = $service_room;
return $this; }
/** * Method to set the value of field garage * * @param string $garage * @return $this */ public function setGarage($garage) { $this->garage = $garage;
return $this; }
/** * Method to set the value of field garden * * @param string $garden * @return $this */ public function setGarden($garden) { $this->garden = $garden;
return $this; }
/** * Method to set the value of field pool * * @param string $pool * @return $this */ public function setPool($pool) { $this->pool = $pool;
return $this; }
/** * Method to set the value of field state_conservation * * @param string $state_conservation * @return $this */ public function setStateConservation($state_conservation) { $this->state_conservation = $state_conservation;
return $this; }
/** * Method to set the value of field terrace * * @param string $terrace * @return $this */ public function setTerrace($terrace) { $this->terrace = $terrace;
return $this; }
/** * Method to set the value of field ubication * * @param string $ubication * @return $this */ public function setUbication($ubication) { $this->ubication = $ubication;
return $this; }
/** * Method to set the value of field check_in * * @param string $check_in * @return $this */ public function setCheckIn($check_in) { $this->check_in = $check_in;
return $this; }
/** * Method to set the value of field privates * * @param string $privates * @return $this */ public function setPrivates($privates) { $this->privates = $privates;
return $this; }
/** * Method to set the value of field boardroom * * @param string $boardroom * @return $this */ public function setBoardroom($boardroom) { $this->boardroom = $boardroom;
return $this; }
/** * Method to set the value of field lounch_counter * * @param string $lounch_counter * @return $this */ public function setLounchCounter($lounch_counter) { $this->lounch_counter = $lounch_counter;
return $this; }
/** * Method to set the value of field total_area * * @param string $total_area * @return $this */ public function setTotalArea($total_area) { $this->total_area = $total_area;
return $this; }
/** * Method to set the value of field lobby * * @param string $lobby * @return $this */ public function setLobby($lobby) { $this->lobby = $lobby;
return $this; }
/** * Method to set the value of field covered_parking * * @param string $covered_parking * @return $this */ public function setCoveredParking($covered_parking) { $this->covered_parking = $covered_parking;
return $this; }
/** * Method to set the value of field open_parking * * @param string $open_parking * @return $this */ public function setOpenParking($open_parking) { $this->open_parking = $open_parking;
return $this; }
/** * Method to set the value of field ground_use * * @param string $ground_use * @return $this */ public function setGroundUse($ground_use) { $this->ground_use = $ground_use;
return $this; }
/** * Method to set the value of field loading_platform * * @param string $loading_platform * @return $this */ public function setLoadingPlatform($loading_platform) { $this->loading_platform = $loading_platform;
return $this; }
/** * Method to set the value of field access_ramp * * @param string $access_ramp * @return $this */ public function setAccessRamp($access_ramp) { $this->access_ramp = $access_ramp;
return $this; }
/** * Method to set the value of field nivel_ramps * * @param string $nivel_ramps * @return $this */ public function setNivelRamps($nivel_ramps) { $this->nivel_ramps = $nivel_ramps;
return $this; }
/** * Method to set the value of field door_access * * @param string $door_access * @return $this */ public function setDoorAccess($door_access) { $this->door_access = $door_access;
return $this; }
/** * Method to set the value of field offices * * @param string $offices * @return $this */ public function setOffices($offices) { $this->offices = $offices;
return $this; }
/** * Method to set the value of field kind_ground * * @param string $kind_ground * @return $this */ public function setKindGround($kind_ground) { $this->kind_ground = $kind_ground;
return $this; }
/** * Method to set the value of field perimeter_fence * * @param string $perimeter_fence * @return $this */ public function setPerimeterFence($perimeter_fence) { $this->perimeter_fence = $perimeter_fence;
return $this; }
/** * Method to set the value of field construction_rules * * @param string $construction_rules * @return $this */ public function setConstructionRules($construction_rules) { $this->construction_rules = $construction_rules;
return $this; }
/** * Method to set the value of field ideal_for * * @param string $ideal_for * @return $this */ public function setIdealFor($ideal_for) { $this->ideal_for = $ideal_for;
return $this; }
/** * Method to set the value of field imid * * @param integer $imid * @return $this */ public function setImid($imid) { $this->imid = $imid;
return $this; }
/** * Method to set the value of field equipment * * @param string $equipment * @return $this */ public function setEquipment($equipment) { $this->equipment = $equipment;
return $this; }
/** * Returns the value of field chaid * * @return integer */ public function getChaid() { return $this->chaid; }
/** * Returns the value of field rooms * * @return string */ public function getRooms() { return $this->rooms; }
/** * Returns the value of field bathrooms * * @return string */ public function getBathrooms() { return $this->bathrooms; }
/** * Returns the value of field living_room * * @return string */ public function getLivingRoom() { return $this->living_room; }
/** * Returns the value of field kitchen * * @return string */ public function getKitchen() { return $this->kitchen; }
/** * Returns the value of field studio * * @return string */ public function getStudio() { return $this->studio; }
/** * Returns the value of field tv_room * * @return string */ public function getTvRoom() { return $this->tv_room; }
/** * Returns the value of field clean_area * * @return string */ public function getCleanArea() { return $this->clean_area; }
/** * Returns the value of field service_room * * @return string */ public function getServiceRoom() { return $this->service_room; }
/** * Returns the value of field garage * * @return string */ public function getGarage() { return $this->garage; }
/** * Returns the value of field garden * * @return string */ public function getGarden() { return $this->garden; }
/** * Returns the value of field pool * * @return string */ public function getPool() { return $this->pool; }
/** * Returns the value of field state_conservation * * @return string */ public function getStateConservation() { return $this->state_conservation; }
/** * Returns the value of field terrace * * @return string */ public function getTerrace() { return $this->terrace; }
/** * Returns the value of field ubication * * @return string */ public function getUbication() { return $this->ubication; }
/** * Returns the value of field check_in * * @return string */ public function getCheckIn() { return $this->check_in; }
/** * Returns the value of field privates * * @return string */ public function getPrivates() { return $this->privates; }
/** * Returns the value of field boardroom * * @return string */ public function getBoardroom() { return $this->boardroom; }
/** * Returns the value of field lounch_counter * * @return string */ public function getLounchCounter() { return $this->lounch_counter; }
/** * Returns the value of field total_area * * @return string */ public function getTotalArea() { return $this->total_area; }
/** * Returns the value of field lobby * * @return string */ public function getLobby() { return $this->lobby; }
/** * Returns the value of field covered_parking * * @return string */ public function getCoveredParking() { return $this->covered_parking; }
/** * Returns the value of field open_parking * * @return string */ public function getOpenParking() { return $this->open_parking; }
/** * Returns the value of field ground_use * * @return string */ public function getGroundUse() { return $this->ground_use; }
/** * Returns the value of field loading_platform * * @return string */ public function getLoadingPlatform() { return $this->loading_platform; }
/** * Returns the value of field access_ramp * * @return string */ public function getAccessRamp() { return $this->access_ramp; }
/** * Returns the value of field nivel_ramps * * @return string */ public function getNivelRamps() { return $this->nivel_ramps; }
/** * Returns the value of field door_access * * @return string */ public function getDoorAccess() { return $this->door_access; }
/** * Returns the value of field offices * * @return string */ public function getOffices() { return $this->offices; }
/** * Returns the value of field kind_ground * * @return string */ public function getKindGround() { return $this->kind_ground; }
/** * Returns the value of field perimeter_fence * * @return string */ public function getPerimeterFence() { return $this->perimeter_fence; }
/** * Returns the value of field construction_rules * * @return string */ public function getConstructionRules() { return $this->construction_rules; }
/** * Returns the value of field ideal_for * * @return string */ public function getIdealFor() { return $this->ideal_for; }
/** * Returns the value of field imid * * @return integer */ public function getImid() { return $this->imid; }
/** * Returns the value of field equipment * * @return string */ public function getEquipment() { return $this->equipment; }
/** * Initialize method for model. */ public function initialize() {
$this->setSource("at_characteristics"); $this->belongsTo('imid', '\CdInmueble', 'imid', ['alias' => 'CdInmueble']); }
/** * Returns table name mapped in the model. * * @return string */ public function getSource() { return 'at_characteristics'; }
/** * Allows to query a set of records that match the specified conditions * * @param mixed $parameters * @return CdCharacteristics[]|CdCharacteristics|\Phalcon\Mvc\Model\ResultSetInterface */ public static function find($parameters = null) { return parent::find($parameters); }
/** * Allows to query the first record that match the specified conditions * * @param mixed $parameters * @return CdCharacteristics|\Phalcon\Mvc\Model\ResultInterface */ public static function findFirst($parameters = null) { return parent::findFirst($parameters); }
}
|