setName('asev_asgt_rule'); $this->setPhpName('AlarmSeverityAssignmentRule'); $this->setClassname('AlarmSeverityAssignmentRule'); $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->addColumn('precedence', 'Precedence', 'INTEGER', true, null, null); $this->addColumn('sev_serv_indep', 'SevServIndep', 'INTEGER', true, null, null); $this->addColumn('sev_serv_unaff', 'SevServUnaff', 'INTEGER', true, null, null); $this->addColumn('sev_serv_aff', 'SevServAff', 'INTEGER', true, null, null); $this->addColumn('evt_sel_mode', 'EvtSelMode', 'INTEGER', true, null, null); $this->addColumn('asgt_evt_sel', 'AsgtEvtSel', 'INTEGER', true, null, 0); // validators } // initialize() /** * Build the RelationMap objects for this table relationships */ public function buildRelations() { $this->addRelation('Aes', 'AssignmentEventSelector', RelationMap::ONE_TO_MANY, array('id' => 'asar_id', ), null, null, 'Aess'); } // buildRelations() } // AlarmSeverityAssignmentRuleTableMap