setName('forw_evt_sel'); $this->setPhpName('ForwardingEventSelector'); $this->setClassname('ForwardingEventSelector'); $this->setPackage('propel'); $this->setUseIdGenerator(true); // columns $this->addPrimaryKey('id', 'Id', 'INTEGER', true, null, null); $this->addForeignKey('afi_id', 'AfiId', 'INTEGER', 'alm_forw_inst', 'id', true, null, null); $this->addForeignKey('aed_id', 'AedId', 'INTEGER', 'alm_evt_dscr', 'id', true, null, null); // validators } // initialize() /** * Build the RelationMap objects for this table relationships */ public function buildRelations() { $this->addRelation('AlarmForwardingInstruction', 'AlarmForwardingInstruction', RelationMap::MANY_TO_ONE, array('afi_id' => 'id', ), null, null); $this->addRelation('AlarmEventDescriptor', 'AlarmEventDescriptor', RelationMap::MANY_TO_ONE, array('aed_id' => 'id', ), null, null); } // buildRelations() } // ForwardingEventSelectorTableMap