Package com.xero.models.payrollnz
Class TrackingCategory
java.lang.Object
com.xero.models.payrollnz.TrackingCategory
public class TrackingCategory extends Object
TrackingCategory
-
Constructor Summary
Constructors Constructor Description TrackingCategory() -
Method Summary
Modifier and Type Method Description TrackingCategoryemployeeGroupsTrackingCategoryID(UUID employeeGroupsTrackingCategoryID)booleanequals(Object o)UUIDgetEmployeeGroupsTrackingCategoryID()The Xero identifier for Employee groups tracking category.UUIDgetTimesheetTrackingCategoryID()The Xero identifier for Timesheet tracking category.inthashCode()voidsetEmployeeGroupsTrackingCategoryID(UUID employeeGroupsTrackingCategoryID)voidsetTimesheetTrackingCategoryID(UUID timesheetTrackingCategoryID)TrackingCategorytimesheetTrackingCategoryID(UUID timesheetTrackingCategoryID)StringtoString()
-
Constructor Details
-
TrackingCategory
public TrackingCategory()
-
-
Method Details
-
employeeGroupsTrackingCategoryID
-
getEmployeeGroupsTrackingCategoryID
The Xero identifier for Employee groups tracking category.- Returns:
- employeeGroupsTrackingCategoryID
-
setEmployeeGroupsTrackingCategoryID
-
timesheetTrackingCategoryID
-
getTimesheetTrackingCategoryID
The Xero identifier for Timesheet tracking category.- Returns:
- timesheetTrackingCategoryID
-
setTimesheetTrackingCategoryID
-
equals
-
hashCode
public int hashCode() -
toString
-