Class Timesheets


  • public class Timesheets
    extends Object
    Timesheets
    • Constructor Detail

      • Timesheets

        public Timesheets()
    • Method Detail

      • pagination

        public Timesheets pagination​(Pagination pagination)
        pagination
        Parameters:
        pagination - Pagination
        Returns:
        Timesheets
      • getPagination

        public Pagination getPagination()
        Get pagination
        Returns:
        pagination
      • setPagination

        public void setPagination​(Pagination pagination)
        pagination
        Parameters:
        pagination - Pagination
      • problem

        public Timesheets problem​(Problem problem)
        problem
        Parameters:
        problem - Problem
        Returns:
        Timesheets
      • getProblem

        public Problem getProblem()
        Get problem
        Returns:
        problem
      • setProblem

        public void setProblem​(Problem problem)
        problem
        Parameters:
        problem - Problem
      • timesheets

        public Timesheets timesheets​(List<Timesheet> timesheets)
        timesheets
        Parameters:
        timesheets - List<Timesheet>
        Returns:
        Timesheets
      • addTimesheetsItem

        public Timesheets addTimesheetsItem​(Timesheet timesheetsItem)
        timesheets
        Parameters:
        timesheetsItem - Timesheet
        Returns:
        Timesheets
      • getTimesheets

        public List<Timesheet> getTimesheets()
        Get timesheets
        Returns:
        timesheets
      • setTimesheets

        public void setTimesheets​(List<Timesheet> timesheets)
        timesheets
        Parameters:
        timesheets - List<Timesheet>
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object