setName('alm_prof_entry'); $this->setPhpName('AlarmProfileEntry'); $this->setClassname('AlarmProfileEntry'); $this->setPackage('propel'); $this->setUseIdGenerator(true); // columns $this->addPrimaryKey('ID', 'Id', 'INTEGER', true, null, null); $this->addColumn('SERVICE_AFFECT', 'ServiceAffect', 'CHAR', true, 2, null); $this->addColumn('SEVERITY', 'Severity', 'CHAR', true, 2, null); // validators } // initialize() /** * Build the RelationMap objects for this table relationships */ public function buildRelations() { } // buildRelations() } // AlarmProfileEntryTableMap