Package com.xero.models.payrolluk
Class TrackingCategory
- java.lang.Object
-
- com.xero.models.payrolluk.TrackingCategory
-
public class TrackingCategory extends Object
TrackingCategory
-
-
Constructor Summary
Constructors Constructor Description TrackingCategory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TrackingCategoryemployeeGroupsTrackingCategoryID(UUID employeeGroupsTrackingCategoryID)The Xero identifier for Employee groups tracking category.booleanequals(Object o)UUIDgetEmployeeGroupsTrackingCategoryID()The Xero identifier for Employee groups tracking category.UUIDgetTimesheetTrackingCategoryID()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.TrackingCategorytimesheetTrackingCategoryID(UUID timesheetTrackingCategoryID)The Xero identifier for Timesheet tracking category.StringtoString()
-
-
-
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
-
-