Class TrackingCategory


  • public class TrackingCategory
    extends Object
    TrackingCategory
    • Constructor Detail

      • TrackingCategory

        public TrackingCategory()
    • Method Detail

      • employeeGroupsTrackingCategoryID

        public TrackingCategory employeeGroupsTrackingCategoryID​(UUID employeeGroupsTrackingCategoryID)
        The Xero identifier for Employee groups tracking category.
        Parameters:
        employeeGroupsTrackingCategoryID - UUID
        Returns:
        TrackingCategory
      • getEmployeeGroupsTrackingCategoryID

        public UUID getEmployeeGroupsTrackingCategoryID()
        The Xero identifier for Employee groups tracking category.
        Returns:
        employeeGroupsTrackingCategoryID
      • setEmployeeGroupsTrackingCategoryID

        public void setEmployeeGroupsTrackingCategoryID​(UUID employeeGroupsTrackingCategoryID)
        The Xero identifier for Employee groups tracking category.
        Parameters:
        employeeGroupsTrackingCategoryID - UUID
      • timesheetTrackingCategoryID

        public TrackingCategory timesheetTrackingCategoryID​(UUID timesheetTrackingCategoryID)
        The Xero identifier for Timesheet tracking category.
        Parameters:
        timesheetTrackingCategoryID - UUID
        Returns:
        TrackingCategory
      • getTimesheetTrackingCategoryID

        public UUID getTimesheetTrackingCategoryID()
        The Xero identifier for Timesheet tracking category.
        Returns:
        timesheetTrackingCategoryID
      • setTimesheetTrackingCategoryID

        public void setTimesheetTrackingCategoryID​(UUID timesheetTrackingCategoryID)
        The Xero identifier for Timesheet tracking category.
        Parameters:
        timesheetTrackingCategoryID - UUID
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object