/
var
/
www
/
html
/
sugardemo
/
modules
/
pmse_Project
/
pmse_BpmProcessDefinition
/
Upload File
HOME
<?php /* * Your installation or use of this SugarCRM file is subject to the applicable * terms available at * http://support.sugarcrm.com/Resources/Master_Subscription_Agreements/. * If you do not agree to all of the applicable terms or do not have the * authority to bind the entity as an authorized representative, then do not * install or use this SugarCRM file. * * Copyright (C) SugarCRM Inc. All rights reserved. */ /** * THIS CLASS IS GENERATED BY MODULE BUILDER * PLEASE DO NOT CHANGE THIS CLASS * PLACE ANY CUSTOMIZATIONS IN pmse_BpmProcessDefinition */ class pmse_BpmProcessDefinition_sugar extends Basic { public $new_schema = true; public $module_dir = 'pmse_Project/pmse_BpmProcessDefinition'; public $module_name = 'pmse_BpmProcessDefinition'; public $object_name = 'pmse_BpmProcessDefinition'; public $table_name = 'pmse_bpm_process_definition'; public $importable = false; public $disable_custom_fields = true; public $id; public $name; public $date_entered; public $date_modified; public $modified_user_id; public $modified_by_name; public $created_by; public $created_by_name; public $description; public $deleted; public $created_by_link; public $modified_user_link; public $activities; public $assigned_user_id; public $assigned_user_name; public $assigned_user_link; public $prj_id; public $pro_module; public $pro_status; public $pro_locked_variables; public $pro_terminate_variables; public $execution_mode; public function __construct() { parent::__construct(); } }