<?php

/* This file is automatically generated from the .class files by lib/tools/bin/generate-entities.php */

$entityInfo['GalleryPendingUser'] = array(

    'members' => array(

	'userName' => array('type' => STORAGE_TYPE_STRING, 'size' => STORAGE_SIZE_SMALL, 'notNull' => 1, 'external-access' => EXTERNAL_ACCESS_READ),

	'fullName' => array('type' => STORAGE_TYPE_STRING, 'size' => STORAGE_SIZE_MEDIUM, 'external-access' => EXTERNAL_ACCESS_FULL),

	'hashedPassword' => array('type' => STORAGE_TYPE_STRING, 'size' => STORAGE_SIZE_MEDIUM),

	'email' => array('type' => STORAGE_TYPE_STRING, 'size' => STORAGE_SIZE_MEDIUM),

	'language' => array('type' => STORAGE_TYPE_STRING, 'size' => STORAGE_SIZE_MEDIUM),

	'registrationKey' => array('type' => STORAGE_TYPE_STRING, 'size' => STORAGE_SIZE_SMALL)

),

    'parent' => 'GalleryEntity',

    'module' => 'register',

    'linked' => array());

?>

