setName('thr_asev_asgt_rule'); $this->setPhpName('ThresholdAlarmSeverityAssignmentRule'); $this->setClassname('ThresholdAlarmSeverityAssignmentRule'); $this->setPackage('propel'); $this->setUseIdGenerator(true); // columns $this->addPrimaryKey('id', 'Id', 'INTEGER', true, null, null); $this->addColumn('mod', 'Mod', 'INTEGER', true, null, null); $this->addColumn('name', 'Name', 'VARCHAR', true, 255, null); $this->addForeignKey('aed_id', 'AedId', 'INTEGER', 'alm_evt_dscr', 'id', true, null, null); $this->addColumn('cnt_val_clear', 'CntValClear', 'INTEGER', true, null, null); $this->addColumn('cnt_val_warn', 'CntValWarn', 'INTEGER', true, null, null); $this->addColumn('cnt_val_min', 'CntValMin', 'INTEGER', true, null, null); $this->addColumn('cnt_val_maj', 'CntValMaj', 'INTEGER', true, null, null); $this->addColumn('cnt_val_crit', 'CntValCrit', 'INTEGER', true, null, null); // validators } // initialize() /** * Build the RelationMap objects for this table relationships */ public function buildRelations() { $this->addRelation('AlarmEventDescriptor', 'AlarmEventDescriptor', RelationMap::MANY_TO_ONE, array('aed_id' => 'id', ), null, null); } // buildRelations() } // ThresholdAlarmSeverityAssignmentRuleTableMap