<?php

/**
 * PluginEmployeeAttachment class file
 */

/**
 * PluginEmployeeAttachment
 * 
 * This class has been auto-generated by the Doctrine ORM Framework
 * 
 * @package    orangehrm
 * @subpackage model\pim\plugin
 */
abstract class PluginEmployeeAttachment extends BaseEmployeeAttachment
{
    
    const SCREEN_PERSONAL_DETAILS   = 'personal';
    const SCREEN_CONTACT_DETAILS    = 'contact';
    const SCREEN_EMERGENCY_CONTACTS = 'emergency';
    const SCREEN_DEPENDENTS         = 'dependents';
    const SCREEN_IMMIGRATION        = 'immigration';
    const SCREEN_QUALIFICATIONS     = 'qualifications';
    const SCREEN_TAX_EXEMPTIONS     = 'tax';
    const SCREEN_SALARY             = 'salary';
    const SCREEN_JOB                = 'job';
    const SCREEN_JOB_CONTRACT       = 'contract';    
    const SCREEN_REPORT_TO          = 'report-to';
    const SCREEN_MEMBERSHIP         = 'membership';

}