Package com.xero.models.payrolluk
Class TrackingCategory
java.lang.Object
com.xero.models.payrolluk.TrackingCategory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionemployeeGroupsTrackingCategoryID(UUID employeeGroupsTrackingCategoryID) The Xero identifier for Employee groups tracking category.booleanThe Xero identifier for Employee groups tracking category.The Xero identifier for Timesheet tracking category.inthashCode()voidsetEmployeeGroupsTrackingCategoryID(UUID employeeGroupsTrackingCategoryID) The Xero identifier for Employee groups tracking category.voidsetTimesheetTrackingCategoryID(UUID timesheetTrackingCategoryID) The Xero identifier for Timesheet tracking category.timesheetTrackingCategoryID(UUID timesheetTrackingCategoryID) The Xero identifier for Timesheet tracking category.toString()
-
Constructor Details
-
TrackingCategory
public TrackingCategory()
-
-
Method Details
-
employeeGroupsTrackingCategoryID
The Xero identifier for Employee groups tracking category.- Parameters:
employeeGroupsTrackingCategoryID- UUID- Returns:
- TrackingCategory
-
getEmployeeGroupsTrackingCategoryID
The Xero identifier for Employee groups tracking category.- Returns:
- employeeGroupsTrackingCategoryID
-
setEmployeeGroupsTrackingCategoryID
The Xero identifier for Employee groups tracking category.- Parameters:
employeeGroupsTrackingCategoryID- UUID
-
timesheetTrackingCategoryID
The Xero identifier for Timesheet tracking category.- Parameters:
timesheetTrackingCategoryID- UUID- Returns:
- TrackingCategory
-
getTimesheetTrackingCategoryID
The Xero identifier for Timesheet tracking category.- Returns:
- timesheetTrackingCategoryID
-
setTimesheetTrackingCategoryID
The Xero identifier for Timesheet tracking category.- Parameters:
timesheetTrackingCategoryID- UUID
-
equals
-
hashCode
-
toString
-