Class TimesheetLineObject


  • public class TimesheetLineObject
    extends Object
    TimesheetLineObject
    • Constructor Detail

      • TimesheetLineObject

        public TimesheetLineObject()
    • Method Detail

      • pagination

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

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

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

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

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

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

        public TimesheetLineObject timesheetLine​(TimesheetLine timesheetLine)
        timesheetLine
        Parameters:
        timesheetLine - TimesheetLine
        Returns:
        TimesheetLineObject
      • getTimesheetLine

        public TimesheetLine getTimesheetLine()
        Get timesheetLine
        Returns:
        timesheetLine
      • setTimesheetLine

        public void setTimesheetLine​(TimesheetLine timesheetLine)
        timesheetLine
        Parameters:
        timesheetLine - TimesheetLine
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object