protected static $fieldNames = array (
        self::TYPE_PHPNAME       => array('Id', 'Place', 'Width', 'Height', 'Effects', 'PageType', ),
        self::TYPE_CAMELNAME     => array('id', 'place', 'width', 'height', 'effects', 'pageType', ),
        self::TYPE_COLNAME       => array(BannersTableMap::COL_ID, BannersTableMap::COL_PLACE, BannersTableMap::COL_WIDTH, BannersTableMap::COL_HEIGHT, BannersTableMap::COL_EFFECTS, BannersTableMap::COL_PAGE_TYPE, ),
        self::TYPE_FIELDNAME     => array('id', 'place', 'width', 'height', 'effects', 'page_type', ),