com.met.cptl
Class CptlResult

java.lang.Object
  extended by com.met.cptl.CptlResult

public class CptlResult
extends java.lang.Object


Field Summary
 int CppEarnings
          The calculated CPP/QPP pensionable earnings for the current payroll.
 int dedCPP
          The calculated payroll deduction for Canada Pension Plan (CPP).
 int dedEI
          The calculated payroll deduction for Employment Insurance (EI).
 int dedITD
          The calculated payroll deduction for federal and provincial/territorial (excluding Quebec) income taxes.
 int dedITDfed
          The federal income tax portion of the calculated payroll deduction for income taxes.
 int dedITDprov
          The provincial/territorial (excluding Quebec) income tax portion of the calculated payroll deduction for income taxes.
 int EiEarnings
          The calculated EI insurable earnings for the current payroll.
 int employeeEIreturnable
          The calculated employer EI cost savings returnable to employee for the current payroll (reduced employer EI contribution factor).
 int employerCPPcost
          The calculated employer CPP contribution cost for the current payroll.
 int employerEIcost
          The calculated employer EI contribution cost for the current payroll.
 int var_A
           
 int var_estAnnualCPP
           
 int var_estAnnualEI
           
 int var_estAnnualPPIP
           
 int var_K
           
 int var_K1
           
 int var_K1P
           
 int var_K2
           
 int var_K2P
           
 int var_K4
           
 int var_K4P
           
 int var_KP
           
 int var_LCF
           
 int var_LCP
           
 int var_R
           
 int var_S
           
 int var_T1
           
 int var_T2
           
 int var_T3
           
 int var_T4
           
 int var_V
           
 int var_V1
           
 int var_V2
           
 
Constructor Summary
CptlResult()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dedCPP

public int dedCPP
The calculated payroll deduction for Canada Pension Plan (CPP).


dedEI

public int dedEI
The calculated payroll deduction for Employment Insurance (EI).


dedITD

public int dedITD
The calculated payroll deduction for federal and provincial/territorial (excluding Quebec) income taxes.


dedITDfed

public int dedITDfed
The federal income tax portion of the calculated payroll deduction for income taxes.


dedITDprov

public int dedITDprov
The provincial/territorial (excluding Quebec) income tax portion of the calculated payroll deduction for income taxes.


CppEarnings

public int CppEarnings
The calculated CPP/QPP pensionable earnings for the current payroll.


EiEarnings

public int EiEarnings
The calculated EI insurable earnings for the current payroll.


employerCPPcost

public int employerCPPcost
The calculated employer CPP contribution cost for the current payroll.


employerEIcost

public int employerEIcost
The calculated employer EI contribution cost for the current payroll.


employeeEIreturnable

public int employeeEIreturnable
The calculated employer EI cost savings returnable to employee for the current payroll (reduced employer EI contribution factor).


var_A

public int var_A

var_T1

public int var_T1

var_T3

public int var_T3

var_R

public int var_R

var_K

public int var_K

var_K1

public int var_K1

var_K2

public int var_K2

var_K4

public int var_K4

var_LCF

public int var_LCF

var_T2

public int var_T2

var_T4

public int var_T4

var_V

public int var_V

var_KP

public int var_KP

var_K1P

public int var_K1P

var_K2P

public int var_K2P

var_K4P

public int var_K4P

var_LCP

public int var_LCP

var_V1

public int var_V1

var_V2

public int var_V2

var_S

public int var_S

var_estAnnualCPP

public int var_estAnnualCPP

var_estAnnualEI

public int var_estAnnualEI

var_estAnnualPPIP

public int var_estAnnualPPIP
Constructor Detail

CptlResult

public CptlResult()