<?php
/* This file is automatically generated from the .class files by lib/tools/bin/generate-entities.php */
$entityInfo['ThumbnailImage'] = array(
    'members' => array(
	'fileName' => array('type' => STORAGE_TYPE_STRING, 'size' => STORAGE_SIZE_MEDIUM, 'notNull' => 1),
	'mimeType' => array('type' => STORAGE_TYPE_STRING, 'size' => STORAGE_SIZE_MEDIUM),
	'size' => array('type' => STORAGE_TYPE_INTEGER),
	'width' => array('type' => STORAGE_TYPE_INTEGER),
	'height' => array('type' => STORAGE_TYPE_INTEGER),
	'itemMimeTypes' => array('type' => STORAGE_TYPE_STRING, 'size' => STORAGE_SIZE_MEDIUM)
),
    'parent' => 'GalleryChildEntity',
    'module' => 'thumbnail',
    'linked' => array());
?>
