Class EmployeePayment


  • public class EmployeePayment
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      EmployeePayment()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • employeeId

        public java.lang.Long employeeId
      • employeeName

        public java.lang.String employeeName
      • paymentMethodId

        public java.lang.Integer paymentMethodId
      • count

        public java.lang.Integer count
      • total

        public java.lang.Integer total
    • Constructor Detail

      • EmployeePayment

        public EmployeePayment()