Class TimesheetObject


  • public class TimesheetObject
    extends Object
    TimesheetObject
    • Constructor Detail

      • TimesheetObject

        public TimesheetObject()
    • Method Detail

      • pagination

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

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

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

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

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

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

        public TimesheetObject timesheet​(Timesheet timesheet)
        timesheet
        Parameters:
        timesheet - Timesheet
        Returns:
        TimesheetObject
      • getTimesheet

        public Timesheet getTimesheet()
        Get timesheet
        Returns:
        timesheet
      • setTimesheet

        public void setTimesheet​(Timesheet timesheet)
        timesheet
        Parameters:
        timesheet - Timesheet
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object